]> git.pld-linux.org Git - packages/gstreamer0.10-openmax.git/commitdiff
- renamed to gstreamer0.10-openmax, fixed build in current environment auto/th/gstreamer0.10-openmax-0.10.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Mar 2013 09:53:26 +0000 (10:53 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Mar 2013 09:53:26 +0000 (10:53 +0100)
gstreamer0.10-openmax.spec [moved from gstreamer-openmax.spec with 66% similarity]

similarity index 66%
rename from gstreamer-openmax.spec
rename to gstreamer0.10-openmax.spec
index 3d355ff949a3c9571c1d5b6e2ae019b6dbf6eee8..411ae05190cad30b8bc116f53d678fc2a40eea5d 100644 (file)
@@ -1,8 +1,8 @@
 #
 %include       /usr/lib/rpm/macros.gstreamer
-Summary:       GStreamer plug-in that allows communication with OpenMAX IL components
-Summary(pl.UTF-8):     Wtyczka GStreamera pozwalająca na komunikację z komponentami OpenMAX IL
-Name:          gstreamer-openmax
+Summary:       GStreamer 0.10 plug-in that allows communication with OpenMAX IL components
+Summary(pl.UTF-8):     Wtyczka GStreamera 0.10 pozwalająca na komunikację z komponentami OpenMAX IL
+Name:          gstreamer0.10-openmax
 Version:       0.10.1
 Release:       1
 License:       LGPL v2.1+
@@ -12,21 +12,22 @@ Source0:    http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-%{version}
 URL:           http://gstreamer.net/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
-BuildRequires: gstreamer-devel >= 0.10.22
+BuildRequires: gstreamer0.10-devel >= 0.10.22
 BuildRequires: libtool
 BuildRequires: pkgconfig
-Requires:      gstreamer >= 0.10.22
+BuildRequires: sed >= 4.0
+Requires:      gstreamer0.10 >= 0.10.22
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-GstOpenMAX is a GStreamer plug-in that allows communication with
+GstOpenMAX is a GStreamer 0.10 plug-in that allows communication with
 OpenMAX IL components.
 
 OpenMAX IL is an industry standard that provides an abstraction layer
 for computer graphics, video, and sound routines.
 
 %description -l pl.UTF-8
-GstOpenMAX to wtyczka GStreamera pozwalająca na komunikację z
+GstOpenMAX to wtyczka GStreamera 0.10 pozwalająca na komunikację z
 komponentami OpenMAX IL.
 
 OpenMAX IL to standard przemysłowy zapewniający warstwę abstrakcji dla
@@ -35,6 +36,9 @@ funkcji grafiki komputerowej, obrazu i dźwięku komp.
 %prep
 %setup -q -n gst-openmax-%{version}
 
+# disable -Werror (unused-but-sed variable, deprecated glib APIs)
+%{__sed} -i -e 's/AG_GST_SET_ERROR_CFLAGS.*/AG_GST_SET_ERROR_CFLAGS([no])/' configure.ac
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
This page took 0.084786 seconds and 4 git commands to generate.