Projects
Essentials
faac
faac.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File faac.spec of Package faac (Revision 3)
Currently displaying revision
3
,
Show latest
# Packmangroup: Multimedia # Packmanpackagename: faac # Packman: Manfred Tremmel # norootforbuild %define major 0 %define lib libfaac %define libname %{lib}%{major} Name: faac Summary: Frontend for encoding MPEG2/4 AAC Summary(de): Frontend zum Encodieren von MPEG2/4 AAC Version: 1.28 Release: 3 License: Free to use but restricted Group: Productivity/Multimedia/Video/Editors and Convertors URL: http://www.audiocoding.com/ Source0: faac-%{version}.tar.bz2 Source99: baselibs.conf Patch0: faac_configure_in.patch BuildRoot: %{_tmppath}/buildroot-%{name}-%{version} Requires: %{libname} = %{version}-%{release} Requires: libfaad2 >= 2.7 BuildRequires: libfaad-devel >= 2.7 BuildRequires: libmp4v2-devel BuildRequires: gcc BuildRequires: libstdc++-devel %description FAAC is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC encoder, completely written from scratch. %description -l de FAAC ist ein LC, MAIN und LTP profile, MPEG2 und MPEG-4 AAC Encoder. %package -n %{libname} Group: System/Libraries Summary: Shared library part of faac Summary(de): Bibliotheken zu faac Requires: libfaad2 >= 2.7 Provides: %{lib} = %{version}-%{release} %description -n %{libname} FAAC is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC encoder, completely written from scratch. Shared library part of faac %description -n %{libname} -l de FAAC ist ein LC, MAIN und LTP profile, MPEG2 und MPEG-4 AAC Encoder. Bibliotheken zu faac %package -n %{lib}-devel Group: Development/Libraries/C and C++ Summary: Header files and static library for the faac library Summary(de): Header Dateien und statische Bibliotheken für die faac Bibliothek Requires: %{libname} = %{version}-%{release} Requires: libfaad-devel >= 2.7 Requires: libmp4v2-devel Requires: libstdc++-devel Provides: %{libname}-devel = %{version}-%{release} Provides: faac-devel = %{version}-%{release} %description -n %{lib}-devel FAAC is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC encoder, completely written from scratch. Header files and static library for the faac library %description -n %{lib}-devel -l de FAAC ist ein LC, MAIN und LTP profile, MPEG2 und MPEG-4 AAC Encoder. Header Dateien und statische Bibliotheken für die faac Bibliothek %prep %setup -qn faac-%{version} %patch0 %build autoreconf -vif export LDFLAGS="-lmp4v2" %configure --with-mp4v2 --enable-shared --disable-static %{__make} %{?jobs:-j%{jobs}} %install [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} mkdir %{buildroot} %makeinstall rm -f %{buildroot}/%{_libdir}/*.a %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %clean [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/* %{_mandir}/man1/faac.1%{ext_man} %files -n %{libname} %defattr(-,root,root) %{_libdir}/*.so.* %files -n %{lib}-devel %defattr(-,root,root) %{_libdir}/*.so %{_libdir}/*.*a %{_includedir}/* %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.