Author: charles Date: Sun Sep 13 19:49:08 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.0.7 - updated URL, Source0 - added -gst.patch, -install.patch
---- Files affected: packages/schroedinger: schroedinger.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/schroedinger/schroedinger.spec diff -u packages/schroedinger/schroedinger.spec:1.4 packages/schroedinger/schroedinger.spec:1.5 --- packages/schroedinger/schroedinger.spec:1.4 Thu Oct 9 17:12:07 2008 +++ packages/schroedinger/schroedinger.spec Sun Sep 13 21:49:02 2009 @@ -1,20 +1,24 @@ # $Revision$, $Date$ +%define gst_req_ver 0.10.24 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: 2 +Version: 1.0.7 +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: http://diracvideo.org/download/schroedinger/%{name}-%{version}.tar.gz # Source0-md5: dfe538484b476085904a36c3140e1265 Patch0: %{name}-opt.patch -URL: http://schrodinger.sourceforge.net/ +Patch1: %{name}-gst.patch +Patch2: %{name}-install.patch +URL: http://www.diracvideo.org/ BuildRequires: autoconf >= 2.58 BuildRequires: automake >= 1.6 -BuildRequires: gstreamer-plugins-base-devel >= 0.10.12 +BuildRequires: gstreamer-plugins-base-devel >= %{gst_req_ver} BuildRequires: gtk-doc >= 1.0 -BuildRequires: liboil-devel >= 1:0.3.13 +BuildRequires: liboil-devel >= 1:0.3.16 +BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.98 @@ -38,7 +42,7 @@ Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Schroedinger Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: liboil-devel >= 1:0.3.13 +Requires: liboil-devel >= 1:0.3.16 %description devel Header files for Schroedinger library. @@ -63,7 +67,7 @@ Summary(pl.UTF-8): Wtyczka Schroedinger do GStreamera Group: Libraries Requires: %{name} = %{version}-%{release} -Requires: gstreamer >= 0.10.12 +Requires: gstreamer >= %{gst_req_ver} %description -n gstreamer-schroedinger Schroedinger plugin for GStreamer. @@ -74,6 +78,8 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build %{__libtoolize} @@ -111,7 +117,7 @@ %{_libdir}/libschroedinger-1.0.la %{_includedir}/schroedinger-1.0 %{_pkgconfigdir}/schroedinger-1.0.pc -%{_gtkdocdir}/schroedinger-1.0 +%{_gtkdocdir}/schroedinger %files static %defattr(644,root,root,755) @@ -127,6 +133,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2009/09/13 19:49:02 charles +- updated to 1.0.7 +- updated URL, Source0 +- added -gst.patch, -install.patch + Revision 1.4 2008/10/09 15:12:07 glen - liboil epoch; rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/schroedinger/schroedinger.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
