[packages/gstreamer0.10-ffmpeg: 1/50] - PLD initial release

jajcus jajcus at pld-linux.org
Thu Jan 10 12:29:05 CET 2013


commit 327b82dc7c77c08db2f3c07f3796d76f9cba5eb7
Author: aflinta <aflinta at pld-linux.org>
Date:   Wed Apr 14 21:46:40 2004 +0000

    - PLD initial release
    
    Changed files:
        gstreamer-ffmpeg.spec -> 1.1

 gstreamer-ffmpeg.spec | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)
---
diff --git a/gstreamer-ffmpeg.spec b/gstreamer-ffmpeg.spec
new file mode 100644
index 0000000..43327ae
--- /dev/null
+++ b/gstreamer-ffmpeg.spec
@@ -0,0 +1,75 @@
+# 
+# TODO
+# Use shared ffmpeg lib instead of builtin - anyone wants to do it?
+#
+%define gstname gst-ffmpeg
+%define gst_major_ver   0.8
+%define gstreg  %{_var}/cache/gstreamer/registry.xml
+
+Summary:	GStreamer Streaming-media framework plug-in using FFmpeg
+Summary(pl):    Wtyczka do �rodowiska obr�bki strumieni GStreamer uzywaj�ca FFmpeg
+Name:		gstreamer-ffmpeg
+Version:	0.8.0
+Release:	0.1
+License:	LGPL
+Group:		Libraries
+URL:		http://gstreamer.net/
+Source0:	http://gstreamer.freedesktop.org/src/%{gstname}/%{gstname}-%{version}.tar.bz2
+# Source0-md5:	26dd962c37e886cbc3be167680a44ee4
+BuildRequires:	gstreamer-devel >= 0.8.0
+Requires(post,postun):  %{_bindir}/gst-register
+Requires:	gstreamer >= 0.8.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+GStreamer is a streaming-media framework, based on graphs of filters
+which operate on media data. Applications using this library can do
+anything from real-time sound processing to playing videos, and just
+about anything else media-related. Its plugin-based architecture means
+that new data types or processing capabilities can be added simply by
+installing new plug-ins.
+
+This plugin contains the FFmpeg codecs, containing codecs for most
+popular multimedia formats.
+
+%description -l pl
+GStreamer to �rodowisko obr�bki danych strumieniowych, bazuj�ce na
+grafie filtr�w operuj�cych na danych medialnych. Aplikacje u�ywaj�ce
+tej biblioteki mog� robi� wszystko od przetwarzania d�wi�ku w czasie
+rzeczywistym, do odtwarzania film�w i czegokolwiek innego zwi�zego z
+mediami. Architektura bazuj�ca na wtyczkach pozwala na �atwe dodawanie
+nowych typ�w danych lub mo�liwo�ci obr�bki.
+
+Wtyczka ta zawiera kodeki FFmpeg, potrafi�ce zdekodowa� najpopularniejsze
+formaty multimedialne.
+
+%prep
+%setup -q -n %{gstname}-%{version}
+
+%build
+%configure
+
+%{__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
+
+%post
+%{_bindir}/gst-register --gst-registry=%{gstreg} > /dev/null 2> /dev/null
+
+%postun
+%{_bindir}/gst-register --gst-registry=%{gstreg} > /dev/null 2> /dev/null
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%{_libdir}/gstreamer-%{gst_major_ver}/libgstffmpeg.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer0.10-ffmpeg.git/commitdiff/4744a193b697bff728371a9ccd96c60bc28bc18e



More information about the pld-cvs-commit mailing list