]> git.pld-linux.org Git - packages/gstreamer.git/commitdiff
- up to version 0.8.1 auto/ac/gstreamer-0_8_1-1
authoraflinta <aflinta@pld-linux.org>
Sat, 17 Apr 2004 12:07:34 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer.spec -> 1.53

gstreamer.spec

index 25a7c83019c24f77904962c2cd7db3c2b9b5aeff..36e9d5401646e51013c908626c317d6c587576ac 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       GStreamer Streaming-media framework runtime
 Summary(pl):   GStreamer - biblioteki ¶rodowiska do obróbki strumieni
 Name:          gstreamer
-Version:       0.8.0
+Version:       0.8.1
 Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.8/%{name}-%{version}.tar.bz2
-# Source0-md5: 275384c4001c6b934f159952f39e2f36
+# Source0-md5: 154c95169f343b53f15cc5a124ef673d
 Patch0:                %{name}-without_ps_pdf.patch
+Patch1:                %{name}-docs.patch
 URL:           http://gstreamer.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -79,10 +80,11 @@ Statyczne wersje bibliotek GStreamer.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-#intltoolize --copy --force
-#%%{__gettextize}
+intltoolize --copy --force
+%{__gettextize}
 %{__libtoolize}
 %{__aclocal} -I common/m4
 %{__autoconf}
@@ -131,9 +133,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/ldconfig
-# how to do it ????
-%{_bindir}/gst-register --gst-registry=%{_gstcachedir}/registry.xml
-#%%{_bindir}/gst-register --gst-mask=0
+%{_bindir}/gst-register --gst-registry=%{_gstcachedir}/registry.xml > /dev/null 2> /dev/null
 
 %postun        -p /sbin/ldconfig
 
This page took 0.153579 seconds and 4 git commands to generate.