[gstreamer-plugins-base: 118/216] - Update pre-release
by Dominik Mierzejewski
commit 64dffa05f6c3223acb25c062fba8b23e8fcfc4fe
Author: Benjamin Otte <company(a)fedoraproject.org>
Date: Thu Apr 15 07:53:57 2010 +0000
- Update pre-release
.cvsignore | 2 +-
gstreamer-plugins-base.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 579cf48..3bf098c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gst-plugins-base-0.10.28.tar.bz2
+gst-plugins-base-0.10.28.2.tar.bz2
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 6a6873b..47002f9 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -2,15 +2,15 @@
%define majorminor 0.10
Name: %{gstreamer}-plugins-base
-Version: 0.10.28
-Release: 3%{?dist}
+Version: 0.10.28.2
+Release: 1%{?dist}
Summary: GStreamer streaming media framework base plug-ins
Group: Applications/Multimedia
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
-#Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-bas...
-Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{...
+Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-bas...
+#Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{gstreamer} >= %{version}
@@ -275,6 +275,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Thu Apr 15 2010 Benjamin Otte <otte(a)redhat.com> 0.10.28.2-1
+- Update pre-release
+
* Mon Mar 15 2010 Benjamin Otte <otte(a)redhat.com> 0.10.28-3
- BuildRequire iso-codes-devel (#573040)
diff --git a/sources b/sources
index 6061acc..9acc523 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0107cf985ac90544bae70288220f5bab gst-plugins-base-0.10.28.tar.bz2
+9135312e822090df5517e0db61404f1c gst-plugins-base-0.10.28.2.tar.bz2
4 years, 4 months
[gstreamer-plugins-base: 117/216] - BuildRequire iso-codes (#573040)
by Dominik Mierzejewski
commit c5d678350c87747c8b4b6b11a812f553c921a5ce
Author: Benjamin Otte <company(a)fedoraproject.org>
Date: Mon Mar 15 18:38:38 2010 +0000
- BuildRequire iso-codes (#573040)
gstreamer-plugins-base.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 4026188..6a6873b 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -3,7 +3,7 @@
Name: %{gstreamer}-plugins-base
Version: 0.10.28
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: GStreamer streaming media framework base plug-ins
Group: Applications/Multimedia
@@ -17,6 +17,7 @@ Requires: %{gstreamer} >= %{version}
Requires: liboil >= 0.3.12-9
Requires: iso-codes
BuildRequires: %{gstreamer}-devel >= %{version}
+BuildRequires: iso-codes-devel
BuildRequires: gobject-introspection-devel >= 0.6.3
BuildRequires: gir-repository-devel >= 0.6.5-6
@@ -274,6 +275,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Mon Mar 15 2010 Benjamin Otte <otte(a)redhat.com> 0.10.28-3
+- BuildRequire iso-codes-devel (#573040)
+
* Mon Mar 15 2010 Benjamin Otte <otte(a)redhat.com> 0.10.28-2
- Require iso-codes (#573040)
4 years, 4 months
[gstreamer-plugins-base: 116/216] - Require iso-codes (#573040)
by Dominik Mierzejewski
commit 25f993f2ee40b1cdd48888c7fc3291be5e8ce94c
Author: Benjamin Otte <company(a)fedoraproject.org>
Date: Mon Mar 15 13:44:29 2010 +0000
- Require iso-codes (#573040)
gstreamer-plugins-base.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index c62043c..4026188 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -3,7 +3,7 @@
Name: %{gstreamer}-plugins-base
Version: 0.10.28
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GStreamer streaming media framework base plug-ins
Group: Applications/Multimedia
@@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{gstreamer} >= %{version}
Requires: liboil >= 0.3.12-9
+Requires: iso-codes
BuildRequires: %{gstreamer}-devel >= %{version}
BuildRequires: gobject-introspection-devel >= 0.6.3
BuildRequires: gir-repository-devel >= 0.6.5-6
@@ -273,6 +274,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Mon Mar 15 2010 Benjamin Otte <otte(a)redhat.com> 0.10.28-2
+- Require iso-codes (#573040)
+
* Tue Mar 09 2010 Benjamin Otte <otte(a)redhat.com> 0.10.28-1
- Update to 0.10.28
4 years, 4 months
[gstreamer-plugins-base: 115/216] - Update to 0.10.28
by Dominik Mierzejewski
commit f88d94e16ea43e7e688d8ca5bc0b1033a21d10ac
Author: Benjamin Otte <company(a)fedoraproject.org>
Date: Tue Mar 9 08:15:38 2010 +0000
- Update to 0.10.28
.cvsignore | 2 +-
gstreamer-plugins-base.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 6fb268d..579cf48 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gst-plugins-base-0.10.27.tar.bz2
+gst-plugins-base-0.10.28.tar.bz2
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index dc201d4..c62043c 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -2,14 +2,15 @@
%define majorminor 0.10
Name: %{gstreamer}-plugins-base
-Version: 0.10.27
+Version: 0.10.28
Release: 1%{?dist}
Summary: GStreamer streaming media framework base plug-ins
Group: Applications/Multimedia
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
-Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-bas...
+#Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-bas...
+Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{gstreamer} >= %{version}
@@ -272,6 +273,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Tue Mar 09 2010 Benjamin Otte <otte(a)redhat.com> 0.10.28-1
+- Update to 0.10.28
+
* Mon Mar 08 2010 Benjamin Otte <otte(a)redhat.com> 0.10.27-1
- Update to 0.10.27
diff --git a/sources b/sources
index 386e00f..6061acc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b02528110851272b369a3501f280556e gst-plugins-base-0.10.27.tar.bz2
+0107cf985ac90544bae70288220f5bab gst-plugins-base-0.10.28.tar.bz2
4 years, 4 months
[gstreamer-plugins-base: 114/216] - Update to 0.10.27
by Dominik Mierzejewski
commit 119ba8e3dcccee26fe695051190e6b293601d338
Author: Benjamin Otte <company(a)fedoraproject.org>
Date: Mon Mar 8 12:24:50 2010 +0000
- Update to 0.10.27
.cvsignore | 2 +-
gstreamer-plugins-base.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index dbbd698..6fb268d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gst-plugins-base-0.10.26.4.tar.bz2
+gst-plugins-base-0.10.27.tar.bz2
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index d0c6068..dc201d4 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -2,7 +2,7 @@
%define majorminor 0.10
Name: %{gstreamer}-plugins-base
-Version: 0.10.26.4
+Version: 0.10.27
Release: 1%{?dist}
Summary: GStreamer streaming media framework base plug-ins
@@ -272,7 +272,10 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
-* Thu Mar 06 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26.4-1
+* Mon Mar 08 2010 Benjamin Otte <otte(a)redhat.com> 0.10.27-1
+- Update to 0.10.27
+
+* Thu Mar 04 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26.4-1
- Update pre-release
- Add gobject-introspection support
diff --git a/sources b/sources
index 3364951..386e00f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b2f5b6b29197d47a8d56e27255e6b77 gst-plugins-base-0.10.26.4.tar.bz2
+b02528110851272b369a3501f280556e gst-plugins-base-0.10.27.tar.bz2
4 years, 4 months
[gstreamer-plugins-base: 113/216] - Update pre-release - Add gobject-introspection support
by Dominik Mierzejewski
commit c4c522580df5aaa106bcdcd04254df0f0917a76e
Author: Benjamin Otte <company(a)fedoraproject.org>
Date: Thu Mar 4 16:05:54 2010 +0000
- Update pre-release
- Add gobject-introspection support
.cvsignore | 2 +-
gstreamer-plugins-base.spec | 35 ++++++++++++++++++++++++++++++++++-
sources | 2 +-
3 files changed, 36 insertions(+), 3 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 4d6c356..dbbd698 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gst-plugins-base-0.10.26.3.tar.bz2
+gst-plugins-base-0.10.26.4.tar.bz2
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 63a1e37..d0c6068 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -2,7 +2,7 @@
%define majorminor 0.10
Name: %{gstreamer}-plugins-base
-Version: 0.10.26.3
+Version: 0.10.26.4
Release: 1%{?dist}
Summary: GStreamer streaming media framework base plug-ins
@@ -15,6 +15,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{gstreamer} >= %{version}
Requires: liboil >= 0.3.12-9
BuildRequires: %{gstreamer}-devel >= %{version}
+BuildRequires: gobject-introspection-devel >= 0.6.3
+BuildRequires: gir-repository-devel >= 0.6.5-6
BuildRequires: gettext
BuildRequires: gcc-c++
@@ -98,6 +100,20 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libgstsdp-%{majorminor}.so.*
%{_libdir}/libgstapp-%{majorminor}.so.*
+# gobject-introspection files
+%{_libdir}/girepository-1.0/GstApp-0.10.typelib
+%{_libdir}/girepository-1.0/GstAudio-0.10.typelib
+%{_libdir}/girepository-1.0/GstFft-0.10.typelib
+%{_libdir}/girepository-1.0/GstInterfaces-0.10.typelib
+%{_libdir}/girepository-1.0/GstNetbuffer-0.10.typelib
+%{_libdir}/girepository-1.0/GstPbutils-0.10.typelib
+%{_libdir}/girepository-1.0/GstRiff-0.10.typelib
+%{_libdir}/girepository-1.0/GstRtp-0.10.typelib
+%{_libdir}/girepository-1.0/GstRtsp-0.10.typelib
+%{_libdir}/girepository-1.0/GstSdp-0.10.typelib
+%{_libdir}/girepository-1.0/GstTag-0.10.typelib
+%{_libdir}/girepository-1.0/GstVideo-0.10.typelib
+
# base plugins without external dependencies
%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
%{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
@@ -235,6 +251,19 @@ GStreamer Base Plugins library development and header files.
%{_libdir}/libgstfft-%{majorminor}.so
%{_libdir}/libgstapp-%{majorminor}.so
+%{_datadir}/gir-1.0/GstApp-0.10.gir
+%{_datadir}/gir-1.0/GstAudio-0.10.gir
+%{_datadir}/gir-1.0/GstFft-0.10.gir
+%{_datadir}/gir-1.0/GstInterfaces-0.10.gir
+%{_datadir}/gir-1.0/GstNetbuffer-0.10.gir
+%{_datadir}/gir-1.0/GstPbutils-0.10.gir
+%{_datadir}/gir-1.0/GstRiff-0.10.gir
+%{_datadir}/gir-1.0/GstRtp-0.10.gir
+%{_datadir}/gir-1.0/GstRtsp-0.10.gir
+%{_datadir}/gir-1.0/GstSdp-0.10.gir
+%{_datadir}/gir-1.0/GstTag-0.10.gir
+%{_datadir}/gir-1.0/GstVideo-0.10.gir
+
# pkg-config files
%{_libdir}/pkgconfig/*.pc
@@ -243,6 +272,10 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Thu Mar 06 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26.4-1
+- Update pre-release
+- Add gobject-introspection support
+
* Thu Feb 25 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26.3-1
- Update to pre-release
diff --git a/sources b/sources
index 0e1015e..3364951 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bdcabb55e16255887bb9b1d045e7955b gst-plugins-base-0.10.26.3.tar.bz2
+5b2f5b6b29197d47a8d56e27255e6b77 gst-plugins-base-0.10.26.4.tar.bz2
4 years, 4 months
[gstreamer-plugins-base: 112/216] - Update to pre-release
by Dominik Mierzejewski
commit a7b53ea71c78e82e7e6b662cbbb481a2f67b2853
Author: Benjamin Otte <company(a)fedoraproject.org>
Date: Thu Feb 25 08:02:26 2010 +0000
- Update to pre-release
.cvsignore | 2 +-
gstreamer-plugins-base.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 94fa324..4d6c356 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gst-plugins-base-0.10.26.2.tar.bz2
+gst-plugins-base-0.10.26.3.tar.bz2
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index ee4a295..63a1e37 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -2,7 +2,7 @@
%define majorminor 0.10
Name: %{gstreamer}-plugins-base
-Version: 0.10.26.2
+Version: 0.10.26.3
Release: 1%{?dist}
Summary: GStreamer streaming media framework base plug-ins
@@ -243,6 +243,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Thu Feb 25 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26.3-1
+- Update to pre-release
+
* Fri Feb 19 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26.2-1
- Update to pre-release
diff --git a/sources b/sources
index c2cebbf..0e1015e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c9bbc8bc576e806b3ba5b774b9ad28a7 gst-plugins-base-0.10.26.2.tar.bz2
+bdcabb55e16255887bb9b1d045e7955b gst-plugins-base-0.10.26.3.tar.bz2
4 years, 4 months
[gstreamer-plugins-base: 111/216] - Update to pre-release
by Dominik Mierzejewski
commit d5e0d630bdf7bf35755be21419fbab6d038068b9
Author: Benjamin Otte <company(a)fedoraproject.org>
Date: Mon Feb 22 15:00:07 2010 +0000
- Update to pre-release
.cvsignore | 2 +-
...uild-link-to-libm-in-examples-that-use-it.patch | 37 ----------------------
gstreamer-plugins-base.spec | 11 ++++---
sources | 2 +-
4 files changed, 8 insertions(+), 44 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 438088c..94fa324 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gst-plugins-base-0.10.26.tar.bz2
+gst-plugins-base-0.10.26.2.tar.bz2
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 961d6c7..ee4a295 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -2,16 +2,15 @@
%define majorminor 0.10
Name: %{gstreamer}-plugins-base
-Version: 0.10.26
-Release: 3%{?dist}
+Version: 0.10.26.2
+Release: 1%{?dist}
Summary: GStreamer streaming media framework base plug-ins
Group: Applications/Multimedia
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
-Source: http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugin...
+Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-bas...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0: 0001-build-link-to-libm-in-examples-that-use-it.patch
Requires: %{gstreamer} >= %{version}
Requires: liboil >= 0.3.12-9
@@ -50,7 +49,6 @@ This package contains a set of well-maintained base plug-ins.
%prep
%setup -q -n gst-plugins-base-%{version}
-%patch0 -p1 -b .add-needed
%build
%configure \
@@ -245,6 +243,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Fri Feb 19 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26.2-1
+- Update to pre-release
+
* Fri Feb 11 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26-3
- Patch Makefile.in, too and not just Makefile.am
diff --git a/sources b/sources
index 94c8857..c2cebbf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6e051245508a24db89cd32cfaa009b3 gst-plugins-base-0.10.26.tar.bz2
+c9bbc8bc576e806b3ba5b774b9ad28a7 gst-plugins-base-0.10.26.2.tar.bz2
4 years, 4 months
[gstreamer-plugins-base: 110/216] - Patch Makefile.in, too and not just Makefile.am
by Dominik Mierzejewski
commit a8d618c81a059ebda0741c8126d6807a041e4f31
Author: Benjamin Otte <company(a)fedoraproject.org>
Date: Thu Feb 11 10:28:53 2010 +0000
- Patch Makefile.in, too and not just Makefile.am
0001-build-link-to-libm-in-examples-that-use-it.patch | 12 ++++++++++++
gstreamer-plugins-base.spec | 5 ++++-
2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/0001-build-link-to-libm-in-examples-that-use-it.patch b/0001-build-link-to-libm-in-examples-that-use-it.patch
index c7dc30d..4143a2c 100644
--- a/0001-build-link-to-libm-in-examples-that-use-it.patch
+++ b/0001-build-link-to-libm-in-examples-that-use-it.patch
@@ -20,6 +20,18 @@ index feadfd9..792f96c 100644
+ $(GST_LIBS) $(GTK_LIBS) $(LIBM)
AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs
+diff --git a/tests/examples/seek/Makefile.in b/tests/examples/seek/Makefile.in
+--- a/tests/examples/seek/Makefile.in
++++ b/tests/examples/seek/Makefile.in
+@@ -400,7 +400,7 @@
+ examples = $(GTK_EXAMPLES) stepping stepping2
+ LDADD = \
+ $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
+- $(GST_LIBS) $(GTK_LIBS)
++ $(GST_LIBS) $(GTK_LIBS) $(LIBM)
+
+ AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs
+ all: all-am
--
1.6.6
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index a8377e7..961d6c7 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -3,7 +3,7 @@
Name: %{gstreamer}-plugins-base
Version: 0.10.26
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: GStreamer streaming media framework base plug-ins
Group: Applications/Multimedia
@@ -245,6 +245,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Fri Feb 11 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26-3
+- Patch Makefile.in, too and not just Makefile.am
+
* Fri Feb 11 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26-2
- Fix build to conform to new DSO rules
4 years, 4 months
[gstreamer-plugins-base: 109/216] - Fix build to conform to new DSO rules
by Dominik Mierzejewski
commit 5a8fa0d319195e2615a04e4ce5271a1a580d4b2b
Author: Benjamin Otte <company(a)fedoraproject.org>
Date: Thu Feb 11 10:05:18 2010 +0000
- Fix build to conform to new DSO rules
...uild-link-to-libm-in-examples-that-use-it.patch | 25 ++++++++++++++++++++++
gstreamer-plugins-base.spec | 7 +++++-
2 files changed, 31 insertions(+), 1 deletion(-)
---
diff --git a/0001-build-link-to-libm-in-examples-that-use-it.patch b/0001-build-link-to-libm-in-examples-that-use-it.patch
new file mode 100644
index 0000000..c7dc30d
--- /dev/null
+++ b/0001-build-link-to-libm-in-examples-that-use-it.patch
@@ -0,0 +1,25 @@
+From 6c7fdfb772891b37bce09d46398b8493349d4bf1 Mon Sep 17 00:00:00 2001
+From: Benjamin Otte <otte(a)redhat.com>
+Date: Thu, 11 Feb 2010 10:56:17 +0100
+Subject: [PATCH] build: link to libm in examples that use it
+
+This fixes build failure in Fedora 13.
+---
+ tests/examples/seek/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/tests/examples/seek/Makefile.am b/tests/examples/seek/Makefile.am
+index feadfd9..792f96c 100644
+--- a/tests/examples/seek/Makefile.am
++++ b/tests/examples/seek/Makefile.am
+@@ -8,6 +8,6 @@ noinst_PROGRAMS = $(examples)
+
+ LDADD = \
+ $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
+- $(GST_LIBS) $(GTK_LIBS)
++ $(GST_LIBS) $(GTK_LIBS) $(LIBM)
+
+ AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs
+--
+1.6.6
+
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 624e941..a8377e7 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -3,7 +3,7 @@
Name: %{gstreamer}-plugins-base
Version: 0.10.26
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GStreamer streaming media framework base plug-ins
Group: Applications/Multimedia
@@ -11,6 +11,7 @@ License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source: http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugin...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0: 0001-build-link-to-libm-in-examples-that-use-it.patch
Requires: %{gstreamer} >= %{version}
Requires: liboil >= 0.3.12-9
@@ -49,6 +50,7 @@ This package contains a set of well-maintained base plug-ins.
%prep
%setup -q -n gst-plugins-base-%{version}
+%patch0 -p1 -b .add-needed
%build
%configure \
@@ -243,6 +245,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Fri Feb 11 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26-2
+- Fix build to conform to new DSO rules
+
* Fri Feb 11 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26-1
- Update to 0.10.26
4 years, 4 months