SPECS: schroedinger.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sat Aug 23 19:55:34 CEST 2008
Author: qboosh Date: Sat Aug 23 17:55:34 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
schroedinger.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/schroedinger.spec
diff -u /dev/null SPECS/schroedinger.spec:1.1
--- /dev/null Sat Aug 23 19:55:35 2008
+++ SPECS/schroedinger.spec Sat Aug 23 19:55:29 2008
@@ -0,0 +1,129 @@
+# $Revision$, $Date$
+Summary: Library for decoding and encoding video in the Dirac format
+Summary(pl.UTF-8): Biblioteka do dekodowania i kodowania obrazu w formacie Dirac
+Name: schroedinger
+Version: 1.0.0
+Release: 1
+License: MPL 1.1 or LGPL v2 or GPL v2 or MIT
+Group: Libraries
+Source0: http://dl.sourceforge.net/schrodinger/%{name}-%{version}.tar.gz
+# Source0-md5: dfe538484b476085904a36c3140e1265
+Patch0: %{name}-opt.patch
+URL: http://schrodinger.sourceforge.net/
+BuildRequires: autoconf >= 2.58
+BuildRequires: automake >= 1.6
+BuildRequires: gstreamer-devel >= 0.10.12
+BuildRequires: gtk-doc >= 1.0
+BuildRequires: liboil-devel >= 0.3.13
+BuildRequires: libtool
+Requires: liboil >= 0.3.13
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Library for decoding and encoding video in the Dirac format. It is
+implemented in ANSI C and optimized through the use of liboil.
+libschroedinger is written as a collaboration between the BBC Research
+and Development, David Schleef and Fluendo.
+
+%description -l pl.UTF-8
+Biblioteka do dekodowania i kodowania obrazu w formacie Dirac. Jest
+zaimplementowana w ANSI C i zoptymalizowana poprzez użycie liboil.
+Jest pisana we współpracy między BBC Research and Development, Davidem
+Schleefem i Fluendo.
+
+%package devel
+Summary: Header files for Schroedinger library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Schroedinger
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: liboil-devel >= 0.3.13
+
+%description devel
+Header files for Schroedinger library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki Schroedinger.
+
+%package static
+Summary: Static Schroedinger library
+Summary(pl.UTF-8): Statyczna biblioteka Schroedinger
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static Schroedinger library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka Schroedinger.
+
+%package -n gstreamer-schroedinger
+Summary: Schroedinger plugin for GStreamer
+Summary(pl.UTF-8): Wtyczka Schroedinger do GStreamera
+Group: Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: gstreamer >= 0.10.12
+
+%description -n gstreamer-schroedinger
+Schroedinger plugin for GStreamer.
+
+%description -n gstreamer-schroedinger -l pl.UTF-8
+Wtyczka Schroedinger do GStreamera.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+ --with-html-dir=%{_gtkdocdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/*.{la,a}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING COPYING.MIT NEWS TODO
+%attr(755,root,root) %{_libdir}/libschroedinger-1.0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libschroedinger-1.0.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libschroedinger-1.0.so
+%{_libdir}/libschroedinger-1.0.la
+%{_includedir}/schroedinger-1.0
+%{_pkgconfigdir}/schroedinger-1.0.pc
+%{_gtkdocdir}/schroedinger-1.0
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libschroedinger-1.0.a
+
+%files -n gstreamer-schroedinger
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/gstreamer-0.10/libgstschro.so
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008/08/23 17:55:29 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list