- Update to prerelease

This commit is contained in:
Benjamin Otte 2010-02-19 17:49:30 +00:00
parent 5b2400a17e
commit 6aaeae7a85
4 changed files with 15 additions and 12 deletions

View File

@ -1 +1 @@
gst-plugins-bad-free-0.10.17.tar.bz2
gst-plugins-bad-free-0.10.17.2.tar.bz2

View File

@ -9,20 +9,23 @@
# Bastien Nocera <bnocera@redhat.com> - 2010
#
SOURCE="gst-plugins-bad-0.10.17.tar.bz2"
SOURCE="gst-plugins-bad-0.10.17.2.tar.bz2"
NEW_SOURCE=`echo $SOURCE | sed 's/bad-/bad-free-/'`
DIRECTORY=`echo $SOURCE | sed 's/\.tar\.bz2//'`
ALLOWED="
aacparse
adpcmdec
adpcmenc
aiff
aiffparse
amrparse
audioparsers
autoconvert
bayer
camerabin
cdxaparse
dataurisrc
dccp
debugutils
dtmf
@ -32,6 +35,7 @@ frei0r
h264parse
hdvparse
id3tag
jpegformat
legacyresample
librfb
liveadder
@ -49,7 +53,6 @@ rtpmux
scaletempo
sdp
selector
shapewipe
speed
stereo
subenc

View File

@ -1,24 +1,23 @@
%define majorminor 0.10
%define gstreamer gstreamer
%define gst_minver 0.10.22.1
%define gstpb_minver 0.10.22.1
%define gst_minver 0.10.26.2
%define gstpb_minver 0.10.26.2
Summary: GStreamer streaming media framework "bad" plug-ins
Name: gstreamer-plugins-bad-free
Version: 0.10.17
Release: 7%{?dist}
Version: 0.10.17.2
Release: 1%{?dist}
# The freeze and nfs plugins are LGPLv2 (only)
License: LGPLv2+ and LGPLv2
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
# The source is:
# http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.bz2
# http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-%{version}.tar.bz2
# modified with gst-p-bad-cleanup.sh from SOURCE1
Source: gst-plugins-bad-free-%{version}.tar.bz2
Source1: gst-p-bad-cleanup.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: 0001-examples-Use-gtk-functions-instead-of-libX11-functio.patch
Requires: %{gstreamer} >= %{gst_minver}
BuildRequires: %{gstreamer}-devel >= %{gst_minver}
@ -131,7 +130,6 @@ aren't tested well enough, or the code is not of good enough quality.
%prep
%setup -q -n gst-plugins-bad-%{version}
%patch0 -p1 -b .gtk-funcs
%build
%configure \
@ -208,7 +206,6 @@ aren't tested well enough, or the code is not of good enough quality.
%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstscaletempoplugin.so
%{_libdir}/gstreamer-%{majorminor}/libgstsdpelem.so
%{_libdir}/gstreamer-%{majorminor}/libgstshapewipe.so
%{_libdir}/gstreamer-%{majorminor}/libgstspeed.so
%{_libdir}/gstreamer-%{majorminor}/libgststereo.so
%{_libdir}/gstreamer-%{majorminor}/libgstsubenc.so
@ -277,6 +274,9 @@ aren't tested well enough, or the code is not of good enough quality.
%doc %{_datadir}/gtk-doc/html/gst-plugins-bad-plugins-%{majorminor}
%changelog
* Fri Feb 19 2010 Benjamin Otte <otte@redhat.com> 0.10.17.2-1
- Update to prerelease
* Sun Feb 14 2010 Benjamin Otte <otte@redhat.com> 0.10.17-7
- Fix compilation problems with DSO linking (#565015)

View File

@ -1 +1 @@
1b2785fb78a177612276615c5dc15406 gst-plugins-bad-free-0.10.17.tar.bz2
8438eb762750f7ae7862caf78c5fa8ec gst-plugins-bad-free-0.10.17.2.tar.bz2