Author: qboosh Date: Sun Jul 23 11:41:20 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: gstreamer-gnonlin.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gstreamer-gnonlin.spec diff -u /dev/null SPECS/gstreamer-gnonlin.spec:1.1 --- /dev/null Sun Jul 23 13:41:20 2006 +++ SPECS/gstreamer-gnonlin.spec Sun Jul 23 13:41:15 2006 @@ -0,0 +1,62 @@ +# $Revision$, $Date$ +%define gst_major_ver 0.10 +%define gst_req_ver 0.10.8.1 +%define gstpb_req_ver 0.10.4 +Summary: GStreamer extension library for non-linear editing +Summary(pl): Biblioteka rozszerzenia GStreamera do edycji nieliniowej +Name: gstreamer-gnonlin +Version: 0.10.5 +Release: 1 +License: LGPL +Group: Applications/Multimedia +Source0: http://gstreamer.freedesktop.org/src/gnonlin/gnonlin-%{version}.tar.bz2 +# Source0-md5: dd4804a6455ddbab9d22d53729006eab +URL: http://gnonlin.sourceforge.net/ +BuildRequires: gstreamer-devel >= %{gst_req_ver} +BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_req_ver} +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Gnonlin is a plugin for GStreamer which provides support for writing +non-linear audio and video editing applications. It introduces the +concept of a timeline. + +%description -l pl +Gnonlin to wtyczka dla GStreamera pozwalająca na pisanie aplikacji do +nieliniowej edycji dźwięku i obrazu. Wprowadza pojęcia "linii czasu". + +%prep +%setup -q -n gnonlin-%{version} + +%build +%configure \ + --disable-static + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_major_ver}/*.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README RELEASE +%attr(755,root,root) %{_libdir}/gstreamer-%{gst_major_ver}/libgnl.so + +%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 2006/07/23 11:41:15 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
