]> git.pld-linux.org Git - packages/gstreamer0.10-ffmpeg.git/commitdiff
- PLD initial release
authoraflinta <aflinta@pld-linux.org>
Wed, 14 Apr 2004 21:46:40 +0000 (21:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-ffmpeg.spec -> 1.1

gstreamer-ffmpeg.spec [new file with mode: 0644]

diff --git a/gstreamer-ffmpeg.spec b/gstreamer-ffmpeg.spec
new file mode 100644 (file)
index 0000000..43327ae
--- /dev/null
@@ -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
This page took 0.0752 seconds and 4 git commands to generate.