[packages/fdk-aac] - new

qboosh qboosh at pld-linux.org
Sat Oct 6 10:25:51 CEST 2012


commit 704ef487e419ef82c9f743f9f3793566ba5fbcc9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Oct 6 10:27:12 2012 +0200

    - new

 fdk-aac.spec | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 90 insertions(+)
---
diff --git a/fdk-aac.spec b/fdk-aac.spec
new file mode 100644
index 0000000..9af89e1
--- /dev/null
+++ b/fdk-aac.spec
@@ -0,0 +1,90 @@
+Summary:	Fraunhofer FDK AAC Codec library
+Summary(pl.UTF-8):	Biblioteka kodeka Fraunhofer FDK AAC
+Name:		fdk-aac
+Version:	0.1.0
+Release:	1
+License:	distributable, patent license required in some countries
+Group:		Libraries
+Source0:	http://downloads.sourceforge.net/opencore-amr/%{name}-%{version}.tar.gz
+# Source0-md5:	09f453aab3fa0938a5df7bce25f6e373
+BuildRequires:	libstdc++-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is
+software that implements the MPEG Advanced Audio Coding ("AAC")
+encoding and decoding scheme for digital audio. This FDK AAC Codec
+software is intended to be used on a wide variety of Android devices.
+
+%description -l pl.UTF-8
+Biblioteka kodeka Fraunhofer FDK AAC dla Androida ("FDK AAC Codec") to
+oprogramowanie będące implementacją algorytmu kodowania i dekodowania
+MPEG Advanced Audio Coding ("AAC") dla dźwięku cyfrowego. FDK AAC
+Codec jest przeznaczony do użycia na rozmaitych urządzeniach typu
+Android.
+
+%package devel
+Summary:	Header files for Fraunhofer FDK AAC Codec library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki kodeka Fraunhofer FDK AAC
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	libstdc++-devel
+
+%description devel
+Header files for Fraunhofer FDK AAC Codec library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki kodeka Fraunhofer FDK AAC.
+
+%package static
+Summary:	Static Fraunhofer FDK AAC Codec library
+Summary(pl.UTF-8):	Statyczna biblioteka kodeka Fraunhofer FDK AAC
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static Fraunhofer FDK AAC Codec library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka kodeka Fraunhofer FDK AAC.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-silent-rules
+%{__make} \
+	libfdk_aac_la_LIBADD="-lm"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+# no dependencies and pkg-config file present
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libfdk-aac.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog COPYING
+%attr(755,root,root) %{_libdir}/libfdk-aac.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libfdk-aac.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%doc documentation/aac{Decoder,Encoder}.pdf
+%attr(755,root,root) %{_libdir}/libfdk-aac.so
+%{_includedir}/fdk-aac
+%{_pkgconfigdir}/fdk-aac.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libfdk-aac.a
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fdk-aac.git/commitdiff/704ef487e419ef82c9f743f9f3793566ba5fbcc9



More information about the pld-cvs-commit mailing list