[gstreamer-plugins-base: 8/216] buildreq cdparanoia-devel (#179034 thias)
by Dominik Mierzejewski
commit 6d8fbbf51148e7e52dcc25893da54f90fc74121b
Author: Warren Togami <wtogami(a)fedoraproject.org>
Date: Thu Feb 2 15:13:27 2006 +0000
buildreq cdparanoia-devel (#179034 thias)
gstreamer-plugins-base.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 87e900a..ca3d8b2 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -5,7 +5,7 @@
Name: %{gstreamer}-plugins-base
Version: 0.10.2
-Release: 1
+Release: 2
Summary: GStreamer streaming media framework base plug-ins
Group: Applications/Multimedia
@@ -187,6 +187,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Thu Feb 02 2006 Warren Togami <wtogami(a)redhat.com> - 0.10.2-2
+- buildreq cdparanoia-devel (#179034 thias)
+
* Wed Jan 18 2006 John (J5) Palmieri <johnp(a)redhat.com> - 0.10.2-1
- Upgrade to 0.10.2
- Require gstreamer-0.10.2
4 years, 4 months
[gstreamer-plugins-base: 7/216] - Add libgstcdda and libcdparanoia to the %files section
by Dominik Mierzejewski
commit 9919b66220b9dd53d5df35dd5605f83af17143ed
Author: John (J5) Palmieri <johnp(a)fedoraproject.org>
Date: Wed Jan 18 17:01:34 2006 +0000
- Add libgstcdda and libcdparanoia to the %files section
gstreamer-plugins-base.spec | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 0f9f8db..87e900a 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -86,6 +86,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libgstnetbuffer-%{majorminor}.so.*
%{_libdir}/libgstrtp-%{majorminor}.so.*
%{_libdir}/libgstvideo-%{majorminor}.so.*
+%{_libdir}/libgstcdda-0.10.so.*
+
# base plugins without external dependencies
%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
@@ -104,6 +106,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/gstreamer-%{majorminor}/libgsttcp.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux.so
%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
+%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so
# base plugins with dependencies
%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so
@@ -114,7 +117,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/gstreamer-%{majorminor}/libgstvorbis.so
%{_libdir}/gstreamer-%{majorminor}/libgstximagesink.so
%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so
-
+
+
+
%package devel
Summary: GStreamer Base Plugins Development files
Group: Development/Libraries
@@ -160,6 +165,9 @@ GStreamer Base Plugins library development and header files.
%{_includedir}/gstreamer-%{majorminor}/gst/tag/tag.h
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstbasertpdepayload.h
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstbasertppayload.h
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/mixerutils.h
+%{_includedir}/gstreamer-%{majorminor}/gst/cdda/gstcddabasesrc.h
+
%{_libdir}/libgstaudio-%{majorminor}.so
%{_libdir}/libgstinterfaces-%{majorminor}.so
@@ -168,6 +176,8 @@ GStreamer Base Plugins library development and header files.
%{_libdir}/libgstrtp-%{majorminor}.so
%{_libdir}/libgsttag-%{majorminor}.so
%{_libdir}/libgstvideo-%{majorminor}.so
+%{_libdir}/libgstcdda-0.10.so
+
# pkg-config files
%{_libdir}/pkgconfig/gstreamer-plugins-base-%{majorminor}.pc
@@ -180,6 +190,7 @@ GStreamer Base Plugins library development and header files.
* Wed Jan 18 2006 John (J5) Palmieri <johnp(a)redhat.com> - 0.10.2-1
- Upgrade to 0.10.2
- Require gstreamer-0.10.2
+- Add libgstcdda and libcdparanoia to the %files section
* Fri Jan 06 2006 John (J5) Palmieri <johnp(a)redhat.com> - 0.10.1-1
- New upstream version
4 years, 4 months
[gstreamer-plugins-base: 6/216] - require gstreamer 0.10.2
by Dominik Mierzejewski
commit b0f8ad53256f69ec6c77be3a66c021cd166609dd
Author: John (J5) Palmieri <johnp(a)fedoraproject.org>
Date: Wed Jan 18 16:34:37 2006 +0000
- require gstreamer 0.10.2
gstreamer-plugins-base.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index de02348..0f9f8db 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -1,7 +1,7 @@
%define gstreamer gstreamer
%define majorminor 0.10
-%define _gst 0.10.1
+%define _gst 0.10.2
Name: %{gstreamer}-plugins-base
Version: 0.10.2
@@ -179,6 +179,7 @@ GStreamer Base Plugins library development and header files.
%changelog
* Wed Jan 18 2006 John (J5) Palmieri <johnp(a)redhat.com> - 0.10.2-1
- Upgrade to 0.10.2
+- Require gstreamer-0.10.2
* Fri Jan 06 2006 John (J5) Palmieri <johnp(a)redhat.com> - 0.10.1-1
- New upstream version
4 years, 4 months
[gstreamer-plugins-base: 5/216] - Upgrade to 0.10.2
by Dominik Mierzejewski
commit 0103541b9ff37847075582df9269090867e6bc18
Author: John (J5) Palmieri <johnp(a)fedoraproject.org>
Date: Wed Jan 18 16:29:49 2006 +0000
- Upgrade to 0.10.2
.cvsignore | 1 +
gstreamer-plugins-base.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index acc99fb..138414a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,3 @@
gst-plugins-base-0.10.0.tar.bz2
gst-plugins-base-0.10.1.tar.bz2
+gst-plugins-base-0.10.2.tar.bz2
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 2e50c65..de02348 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -4,7 +4,7 @@
%define _gst 0.10.1
Name: %{gstreamer}-plugins-base
-Version: 0.10.1
+Version: 0.10.2
Release: 1
Summary: GStreamer streaming media framework base plug-ins
@@ -177,6 +177,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Wed Jan 18 2006 John (J5) Palmieri <johnp(a)redhat.com> - 0.10.2-1
+- Upgrade to 0.10.2
+
* Fri Jan 06 2006 John (J5) Palmieri <johnp(a)redhat.com> - 0.10.1-1
- New upstream version
- gst-launch removed from upstream
diff --git a/sources b/sources
index 065d75d..222911d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-303fc88af1eed2ec2fd094bee98113d2 gst-plugins-base-0.10.1.tar.bz2
+08b1f541e81baa67aeab6df90cfe61d5 gst-plugins-base-0.10.2.tar.bz2
4 years, 4 months
[gstreamer-plugins-base: 4/216] - gst-launch-ext removed from upstream
by Dominik Mierzejewski
commit 768a836a39c7faa62e1456701eaec5c20c3a84ba
Author: John (J5) Palmieri <johnp(a)fedoraproject.org>
Date: Fri Jan 6 21:00:15 2006 +0000
- gst-launch-ext removed from upstream
gstreamer-plugins-base.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 1141fcf..2e50c65 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -75,9 +75,7 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS COPYING README REQUIREMENTS
# helper programs
-%{_bindir}/gst-launch-ext-%{majorminor}
%{_bindir}/gst-visualise-%{majorminor}
-%{_mandir}/man1/gst-launch-ext-%{majorminor}.*
%{_mandir}/man1/gst-visualise-%{majorminor}*
# libraries
@@ -181,6 +179,7 @@ GStreamer Base Plugins library development and header files.
%changelog
* Fri Jan 06 2006 John (J5) Palmieri <johnp(a)redhat.com> - 0.10.1-1
- New upstream version
+- gst-launch removed from upstream
* Sat Dec 17 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.10.0-1
4 years, 4 months
[gstreamer-plugins-base: 3/216] - Update to new upstream version
by Dominik Mierzejewski
commit 8e73621443659435f60c34bf78be24a209a8e918
Author: John (J5) Palmieri <johnp(a)fedoraproject.org>
Date: Fri Jan 6 17:02:57 2006 +0000
- Update to new upstream version
.cvsignore | 1 +
gstreamer-plugins-base.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 781db46..acc99fb 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1,2 @@
gst-plugins-base-0.10.0.tar.bz2
+gst-plugins-base-0.10.1.tar.bz2
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 7b5125d..1141fcf 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -1,10 +1,10 @@
%define gstreamer gstreamer
%define majorminor 0.10
-%define _gst 0.10.0
+%define _gst 0.10.1
Name: %{gstreamer}-plugins-base
-Version: 0.10.0
+Version: 0.10.1
Release: 1
Summary: GStreamer streaming media framework base plug-ins
@@ -179,6 +179,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Fri Jan 06 2006 John (J5) Palmieri <johnp(a)redhat.com> - 0.10.1-1
+- New upstream version
+
* Sat Dec 17 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.10.0-1
- Fedora Development build
diff --git a/sources b/sources
index a427e12..065d75d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4444497ab2b42a1ca9b3f6989f678fa7 gst-plugins-base-0.10.0.tar.bz2
+303fc88af1eed2ec2fd094bee98113d2 gst-plugins-base-0.10.1.tar.bz2
4 years, 4 months
[gstreamer-plugins-base: 2/216] auto-import gstreamer-plugins-base-0.10.0-1 on branch devel from gstreamer-plugins-base-0.10.0-1
by Dominik Mierzejewski
commit 29b31b49c996ffecffbe4d420b5137ebb608c64f
Author: Warren Togami <wtogami(a)fedoraproject.org>
Date: Wed Jan 4 20:10:40 2006 +0000
auto-import gstreamer-plugins-base-0.10.0-1 on branch devel from
gstreamer-plugins-base-0.10.0-1.src.rpm
.cvsignore | 1 +
gstreamer-plugins-base.spec | 221 ++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 223 insertions(+)
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..781db46 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+gst-plugins-base-0.10.0.tar.bz2
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
new file mode 100644
index 0000000..7b5125d
--- /dev/null
+++ b/gstreamer-plugins-base.spec
@@ -0,0 +1,221 @@
+%define gstreamer gstreamer
+%define majorminor 0.10
+
+%define _gst 0.10.0
+
+Name: %{gstreamer}-plugins-base
+Version: 0.10.0
+Release: 1
+Summary: GStreamer streaming media framework base plug-ins
+
+Group: Applications/Multimedia
+License: LGPL
+URL: http://gstreamer.freedesktop.org/
+Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{...
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Requires: %{gstreamer} >= %{_gst}
+BuildRequires: %{gstreamer}-devel >= %{_gst}
+
+BuildRequires: liboil-devel >= 0.3.6
+BuildRequires: gettext
+BuildRequires: gcc-c++
+
+BuildRequires: gnome-vfs2-devel > 1.9.4.00
+BuildRequires: libogg-devel >= 1.0
+BuildRequires: libvorbis-devel >= 1.0
+BuildRequires: libtheora-devel >= 1.0
+BuildRequires: liboil-devel >= 0.3.2
+BuildRequires: alsa-lib-devel
+BuildRequires: pango-devel
+BuildRequires: libXv-devel
+
+# documentation
+BuildRequires: gtk-doc >= 1.3
+BuildRequires: PyXML
+
+%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 package contains a set of well-maintained base plug-ins.
+
+%prep
+%setup -q -n gst-plugins-base-%{version}
+%build
+%configure \
+ --with-package-name='Fedora Core gstreamer-plugins-base package' \
+ --with-package-origin='http://download.fedora.redhat.com/fedora' \
+ --enable-gtk-doc
+
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%makeinstall
+
+# Clean out files that should not be part of the rpm.
+rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
+%find_lang gst-plugins-base-%{majorminor}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f gst-plugins-base-%{majorminor}.lang
+%defattr(-, root, root)
+%doc AUTHORS COPYING README REQUIREMENTS
+
+# helper programs
+%{_bindir}/gst-launch-ext-%{majorminor}
+%{_bindir}/gst-visualise-%{majorminor}
+%{_mandir}/man1/gst-launch-ext-%{majorminor}.*
+%{_mandir}/man1/gst-visualise-%{majorminor}*
+
+# libraries
+%{_libdir}/libgstinterfaces-%{majorminor}.so.*
+%{_libdir}/libgstaudio-%{majorminor}.so.*
+%{_libdir}/libgstriff-%{majorminor}.so.*
+%{_libdir}/libgsttag-%{majorminor}.so.*
+%{_libdir}/libgstnetbuffer-%{majorminor}.so.*
+%{_libdir}/libgstrtp-%{majorminor}.so.*
+%{_libdir}/libgstvideo-%{majorminor}.so.*
+
+# base plugins without external dependencies
+%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
+%{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
+%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
+%{_libdir}/gstreamer-%{majorminor}/libgstffmpegcolorspace.so
+%{_libdir}/gstreamer-%{majorminor}/libgstdecodebin.so
+%{_libdir}/gstreamer-%{majorminor}/libgstplaybin.so
+%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
+%{_libdir}/gstreamer-%{majorminor}/libgstvideotestsrc.so
+%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
+%{_libdir}/gstreamer-%{majorminor}/libgstsubparse.so
+%{_libdir}/gstreamer-%{majorminor}/libgstvolume.so
+%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
+%{_libdir}/gstreamer-%{majorminor}/libgstvideoscale.so
+%{_libdir}/gstreamer-%{majorminor}/libgsttcp.so
+%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux.so
+%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
+
+# base plugins with dependencies
+%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so
+%{_libdir}/gstreamer-%{majorminor}/libgstgnomevfs.so
+%{_libdir}/gstreamer-%{majorminor}/libgstogg.so
+%{_libdir}/gstreamer-%{majorminor}/libgstpango.so
+%{_libdir}/gstreamer-%{majorminor}/libgsttheora.so
+%{_libdir}/gstreamer-%{majorminor}/libgstvorbis.so
+%{_libdir}/gstreamer-%{majorminor}/libgstximagesink.so
+%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so
+
+%package devel
+Summary: GStreamer Base Plugins Development files
+Group: Development/Libraries
+Requires: %{gstreamer}-plugins-base = %{version}
+
+%description devel
+GStreamer Base Plugins library development and header files.
+
+%files devel
+%defattr(-, root, root)
+# plugin helper library headers
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio.h
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiofilter.h
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/multichannel.h
+%{_includedir}/gstreamer-%{majorminor}/gst/floatcast/floatcast.h
+%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-ids.h
+%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-media.h
+%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-read.h
+%{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
+%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideofilter.h
+%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideosink.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/colorbalance.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/colorbalancechannel.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/interfaces-enumtypes.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/mixer.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/mixeroptions.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/mixertrack.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/navigation.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/propertyprobe.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/tuner.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/tunerchannel.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/tunernorm.h
+%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/xoverlay.h
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosrc.h
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstbaseaudiosrc.h
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/multichannel-enumtypes.h
+%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpbuffer.h
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioclock.h
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosink.h
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstbaseaudiosink.h
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstringbuffer.h
+%{_includedir}/gstreamer-%{majorminor}/gst/netbuffer/gstnetbuffer.h
+%{_includedir}/gstreamer-%{majorminor}/gst/tag/tag.h
+%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstbasertpdepayload.h
+%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstbasertppayload.h
+
+%{_libdir}/libgstaudio-%{majorminor}.so
+%{_libdir}/libgstinterfaces-%{majorminor}.so
+%{_libdir}/libgstnetbuffer-%{majorminor}.so
+%{_libdir}/libgstriff-%{majorminor}.so
+%{_libdir}/libgstrtp-%{majorminor}.so
+%{_libdir}/libgsttag-%{majorminor}.so
+%{_libdir}/libgstvideo-%{majorminor}.so
+
+# pkg-config files
+%{_libdir}/pkgconfig/gstreamer-plugins-base-%{majorminor}.pc
+
+# gtk-doc documentation
+%doc %{_datadir}/gtk-doc/html/gst-plugins-base-libs-%{majorminor}
+%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
+
+%changelog
+* Sat Dec 17 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.10.0-1
+- Fedora Development build
+
+* Wed Dec 14 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.10.0-0.gst.2
+- new glib build
+
+* Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.10.0-0.gst.1
+- new release
+
+* Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.9.7-0.gst.1
+- new release with 0.10 majorminor
+- remove sinesrc
+- replace ximage with ximagesink
+- update libs
+
+* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.9.5-0.gst.1
+- new release
+
+* Mon Oct 24 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.9.4-0.gst.1
+- added audiotestsrc plugin
+- new release
+
+* Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.9.3-0.gst.1
+- new release
+
+* Fri Sep 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- clean up a little
+
+* Fri May 6 2005 Christian Schaller <christian at fluendo dot com>
+- Added libgstaudiorate and libgstsubparse to spec file
+
+* Thu May 5 2005 Christian Schaller <christian at fluendo dot com>
+- first attempt at spec file for gst-plugins-base
diff --git a/sources b/sources
index e69de29..a427e12 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4444497ab2b42a1ca9b3f6989f678fa7 gst-plugins-base-0.10.0.tar.bz2
4 years, 4 months
[gstreamer-plugins-base: 1/216] Setup of module gstreamer-plugins-base
by Dominik Mierzejewski
commit dfb38029706b59faee9c2d97f10c349628314c15
Author: Warren Togami <wtogami(a)fedoraproject.org>
Date: Wed Jan 4 20:10:29 2006 +0000
Setup of module gstreamer-plugins-base
.cvsignore | 0
Makefile | 6 ++++++
sources | 0
3 files changed, 6 insertions(+)
---
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..e69de29
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ba8d9a2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+# Makefile for source rpm: gstreamer-plugins-base
+# $Id$
+NAME := gstreamer-plugins-base
+SPECFILE = $(firstword $(wildcard *.spec))
+
+include ../common/Makefile.common
diff --git a/sources b/sources
new file mode 100644
index 0000000..e69de29
4 years, 4 months
[gstreamer-plugins-base] (216 commits) ...update source hash to SHA512
by Dominik Mierzejewski
Summary of changes:
dfb3802... Setup of module gstreamer-plugins-base
29b31b4... auto-import gstreamer-plugins-base-0.10.0-1 on branch devel
8e73621... - Update to new upstream version
768a836... - gst-launch-ext removed from upstream
0103541... - Upgrade to 0.10.2
b0f8ad5... - require gstreamer 0.10.2
9919b66... - Add libgstcdda and libcdparanoia to the %files section
6d8fbbf... buildreq cdparanoia-devel (#179034 thias)
b85aff0... bump for new gcc/glibc
1b3a4a6... - Update to 0.10.3
ad69a27... - Obsolete gstreamer-plugins (Bug #182098)
1a6ff2b... - BuildRequires: cdparanoia-devel (#179034)
d3cc887... 0.10.7
c28a850... bumped for rebuild
a74696a... - Update to upstream 0.10.9
4df11a5... fix multilib
619b7e7... fix docs build
3b0b1dc... fix file lists
1bd41ff... Re-add docs
f3ddb18... add bug ref
56fb435... 0.10.10
b15bb8b... bump requirements
d4d0c26... fix file lists
1b835af... 0.10.11
6d198a4... fix file lists
0e63d44... - Minor spec cleanups (#186550)
9f41103... - Update to 0.10.12
f573c87... - Remove the patch to disable docs, install the docs by han
38f4ece... - Add directory ownership claims to %files devel. (#240238)
4d101c0... - Update to 0.10.13
01e75cf... - Add missing files
e9070ed... - Update to 0.10.14
4ca6053... Add RTSP and SDP helper libraries
0c6890d... - Up requirement for liboil for PPC machines (#252179)
e4d64c4... - BuildReq on libvisual and add the plugin. (#253491)
5365fec... - Add patch to avoid critical warning when getting informat
b5836b7... makefile update to properly grab makefile.common
3c9eb12... - Add patch to fix playback of short Ogg Vorbis files (#328
e7d7b6b... - Update to 0.10.15
c2770dd... Fix base gstreamer req
3d7ef05... - Update to 0.10.15
623bd63... - Add upstream patch to fix default track selection on Thin
7464cf7... Fix upgrade path
1289f57... - Update to 0.10.16
4ebf468... Update file list
da4bb09... - Update to 0.10.17
39917c1... - Autorebuild for GCC 4.3
5d3f516... - Update to 0.10.17.2 pre-release
6189bd6... More missing sources
68a5efb... Disabled -Werror
7b95495... - Enable the GIO plugin
73a5456... - gstpb-0.10.15-cd-speed.patch: Set default CD read speed t
19a122d... - Disable libvisual for now (#435771)
5c7371e... - Update to 0.10.18 - Re-enable the libvisual plugins
9e48e16... - Update to 0.10.19
83b4c6d... - Add patch to avoid sync problems in the ALSA sink when a
81b8970... fix license tag
f3d15b9... - Remove the gnome-vfs plugin, and see what breaks
39f69ee... - Let the package build its own documentation
276715d... - Add patch full of gio fixes
a07580b... Update gio patch from current CVS HEAD
d8751d5... - Update to 0.10.20
e5e99f8... Remove upstreamed patches
f7909a0... - Fix useless codeina popup when playing recent ogg files (
ddb7d27... - Rebuild for new RPM provides
22834ae... - Another rebuild
c001173... - gst-visualize is just a test program that we don't really
6364e43... fix my typo
d1c1c59... - Update to 0.10.21
bde1a46... - Update the gstreamer requirement - Add a gtk2-devel BR, s
a5429a5... - rebuild for pkgconfig deps (#478577)
ca7190e... - Avoid deadlocks when PulseAudio disappears
316db97... - Update to 0.10.22 - Remove upstreamed patches
7186d7c... multichannel-enumtypes.h is gone now
e9e349a... Update filelist
40f4b09... - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass
782b0cc... - Update to 0.10.22.4
d357def... - Update to 0.10.22.5
6dfb3ba... - Update to 0.10.22.6
d6d005d... - Update to 0.10.23
52a77b5... - Move input-selector plugin from -bad to -base (#506767)
0a58fc7... - Update to 0.10.23.2
1768ea7... CD speed patch shouldn't be needed anymore
524068e... Add gudev BR, work-around build problem
b409924... - Udpate to 0.10.23.3
621da31... - Remove old patches (the input-selector has been moved to
699e50e... Remove input-selector from the file list
1458006... - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass
d464b87... - Update to 0.10.23.4
07c70f4... - Update to 0.10.24
bf1205e... - avf-support.patch: Add AVF file recognition (gnome #59311
fbfbb43... - Update to pre-release
79b273b... Remove obsolete patch
15a4824... Fix filelist
a3d7b80... Bastien is tired
82628ac... - Update to 0.10.25 - Require a gstreamer of the same versi
2a5c190... - Add patches to fix some playbin2 bugs (#518880)
c277d04... - Fix audio disappearing with newer pulsesink
6254d36... - Make playbin push volume changes to the front-end
5a00622... - Update volume notification patch
3672a1d... Fixed release
1d0c7e5... Fix typo that causes a failure to update the common directo
ac320b5... - Update to snapshot
e9f222e... update pulsesink patch
1a5512c... - Update to pre-release
ae56a37... Remove obsolete patches
4cdb98b... - Update pre-release
3ecd4d4... - Update to 0.10.26
5a8fa0d... - Fix build to conform to new DSO rules
a8d618c... - Patch Makefile.in, too and not just Makefile.am
d5e0d63... - Update to pre-release
a7b53ea... - Update to pre-release
c4c5225... - Update pre-release - Add gobject-introspection support
119ba8e... - Update to 0.10.27
f88d94e... - Update to 0.10.28
25f993f... - Require iso-codes (#573040)
c5d6783... - BuildRequire iso-codes (#573040)
64dffa0... - Update pre-release
da39a02... - Update pre-release
33df34b... - Make a noarch devel-docs subpackage to avoid conflicts
b2c9095... - Make a noarch devel-docs subpackage to avoid conflicts
4277633... - Update to 0.10.29
db57ddc... Sync with RHEL6: - replace tabs with spaces - %setup doesn'
4fd39bf... Revert %setup cleanage; package name != upstream name
1bdc23c... - Upate to prerelease
c652b38... - Update prerelease
e61b425... - Update prerelease
c758b88... - Update to 0.10.30
0f4204d... - Rebuild with new gobject-introspection
c3dc529... dist-git conversion
ad26b11... - Rebuild with new gobject-introspection
2cc4db4... Add fixes for new make
462805e... Fix patch application
a99cf4a... Re-autogen so the patches get picked up
d69c844... 0.10.30.4
f50917c... fix deps
1f51d28... try without patches
9e8c9df... Update to 0.10.31
4be5fb3... dd tools subpackage
b04f3c4... Don't call autoreconf anymore
2973188... Update to prerelease
c483e3a... Update prerelease to 0.10.31.3
40c09bf... Add new files
e1712b3... drop liboil dep
7a0c8eb... Update to 0.10.32
308f859... Oops, forgot to reset Release
e60247c... Remove video4linux support
fc58283... Update to prerelease
0379cf9... Add new file
5969aaf... Update prerelease
513c34c... Update prerelease
84bd826... Update to 0.10.33
9ab27c4... Update to 0.10.35
1bd8fa6... (no build) - Remove gtk-doc dependency from -devel-docs pac
3ba9ba0... add a patch for GNOME #652342 (upstream)
019460b... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass
f4afc91... libgudev-devel -> libgudev1-devel. Would have been nice if
1282cba... Update to 0.10.36
136f0f7... Remove patch that's now in upstream
a5e6405... Add missing files
188184a... Update to 0.11.92. Update file list for changes to gst-1.0.
26a7607... Remove defattr, since it is no longer needed
35e1aff... Simplify naming of tools subpackage
20ef561... Add missing ldconfig Fix comment in Changelog to quite rpml
f080ae6... Minor fix to quiet rpmlint
c1596c5... Drop old obsoletes. Should not be needed anymore
e3359e7... Revert "Drop old obsoletes. Should not be needed anymore"
59fe8e0... Revert "Minor fix to quiet rpmlint"
4dfa468... Revert "Add missing ldconfig"
91b0f1b... Revert "Simplify naming of tools subpackage"
08f24a3... Revert "Remove defattr, since it is no longer needed"
c1151c2... Revert "Update to 0.11.92."
bf70256... - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass
3c5b9c7... Add patch for MP3 codec installation problems (#680809)
a856343... Fix release
4cf9db5... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass
deed271... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass
e12d69c... Backport a deadlock fix
21c67e3... Revert "Backport a deadlock fix"
466bd2c... - drop BR: PyXML (https://fedoraproject.org/wiki/Features/R
5aae4b4... Call ldconfig in %post* scriptlets.
a988975... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass
e1631be... Improve conditional SSE and SSE2 compilation. Fixes #110673
c8991dd... Rebuilt for gobject-introspection 1.41.4
14f3ae6... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_M
cac5152... Remove rpath. Fixes #1154695
b6eb873... - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass
cda0975... - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass
da198fb... typefind: bounds check windows ico detection
16e16b4... typefind: bounds check windows ico detection
82d1dca... - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass
7fa0c05... - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass
99129fd... - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binu
7023659... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass
3d2c643... Escape macros in %changelog
a74a829... Drop useless %%defattr
2dc7b2f... - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass
8715df0... Remove obsolete ldconfig scriptlets
1900ead... Remove obsolete Group tag
8d3aeba... - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass
4845d01... - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass
6d88739... gstreamer-plugins-base fails to build from source: https://
787f2f1... Revert "gstreamer-plugins-base fails to build from source:
ecfbbe4... disable gtk-doc generation
acc7e59... Obsoleted by 1.0 version
117470c... Revert "Obsoleted by 1.0 version"
28c5ef1... bump and rebuild to make it appear in buildroot
05e7d52... - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass
5bb0ace... Ancient, unmaintained. Move your code to gstreamer0.10 pls.
650af32... Revert "Ancient, unmaintained. Move your code to gstreamer0
f80e482... add versions to Obsoletes:
4587c3f... fix "error: stray '\' in program" in files generated by gli
850348a... mkenums patch is for f33+ only
a4f0c01... rename patch to say it really is about make 4.3
3de2374... Merge history from Fedora and my personal fork.
9c3c330... update source hash to SHA512
4 years, 4 months
[steam] Add source
by Simone Caronni
Summary of changes:
bf6e8bb... Add source (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months