]> git.pld-linux.org Git - packages/vo-aacenc.git/commitdiff
- new auto/th/vo-aacenc-0_1_1-1 auto/ti/vo-aacenc-0_1_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Jul 2011 18:00:32 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vo-aacenc.spec -> 1.1

vo-aacenc.spec [new file with mode: 0644]

diff --git a/vo-aacenc.spec b/vo-aacenc.spec
new file mode 100644 (file)
index 0000000..62cc1f4
--- /dev/null
@@ -0,0 +1,84 @@
+Summary:       VisualOn AAC encoder library
+Summary(pl.UTF-8):     Biblioteka kodera VisualOn AAC
+Name:          vo-aacenc
+Version:       0.1.1
+Release:       1
+License:       Apache v2.0
+Group:         Libraries
+Source0:       http://downloads.sourceforge.net/opencore-amr/%{name}-%{version}.tar.gz
+# Source0-md5: b5724e89d8b33abe41bc57032e671019
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This library contains an encoder implementation of the Advanced Audio
+Coding audio codec. The library is based on a codec implementation by
+VisualOn as part of the Stagefright framework from the Google Android
+project.
+
+%description -l pl.UTF-8
+Ta biblioteka zawiera implementację kodera kodeka dźwięku AAC
+(Advanced Audio Coding). Jest opaera na implementacji kodeka firmy
+VisualOn jako części środowiska Stagefright z projektu Google Android.
+
+%package devel
+Summary:       Header files for VisualOn AAC encoder library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki kodera VisualOn AAC
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for VisualOn AAC encoder library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki kodera VisualOn AAC.
+
+%package static
+Summary:       Static VisualOn AAC encoder library
+Summary(pl.UTF-8):     Statyczna biblioteka kodera VisualOn AAC
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static VisualOn AAC encoder library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka kodera VisualOn AAC.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+# no dependencies and pkg-config file present
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvo-aacenc.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog NEWS NOTICE README
+%attr(755,root,root) %{_libdir}/libvo-aacenc.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libvo-aacenc.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libvo-aacenc.so
+%{_includedir}/vo-aacenc
+%{_pkgconfigdir}/vo-aacenc.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libvo-aacenc.a
This page took 0.183832 seconds and 4 git commands to generate.