Author: qboosh                       Date: Fri Jul  1 18:00:37 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/vo-aacenc:
   vo-aacenc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/vo-aacenc/vo-aacenc.spec
diff -u /dev/null packages/vo-aacenc/vo-aacenc.spec:1.1
--- /dev/null   Fri Jul  1 20:00:37 2011
+++ packages/vo-aacenc/vo-aacenc.spec   Fri Jul  1 20:00:32 2011
@@ -0,0 +1,94 @@
+# $Revision$, $Date$
+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
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/07/01 18:00:32  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to