Update to 1.5.1

- Remove obsolete patches
This commit is contained in:
Wim Taymans 2015-06-08 17:30:06 +02:00
parent 1e77b8edca
commit fc6cdfd4ad
3 changed files with 20 additions and 5 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/gst-plugins-good-1.4.2.tar.xz
/gst-plugins-good-1.4.4.tar.xz
/gst-plugins-good-1.4.5.tar.xz
/gst-plugins-good-1.5.1.tar.xz

View File

@ -7,15 +7,25 @@
%bcond_with extras
%endif
#global gitrel 140
#global gitcommit 9865730cfa5b3a8b2560d082e7e56b350042d3d2
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
Name: gstreamer1-plugins-good
Version: 1.4.5
Release: 5%{?dist}
Version: 1.5.1
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
Summary: GStreamer plugins with good code and licensing
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
%if 0%{?gitrel}
# git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-good
# cd gst-plugins-good; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
Source0: gst-plugins-good-%{version}.tar.xz
%else
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
Patch1: 0001-jitterbuffer-Allow-rtp-caps-without-clock-rate.patch
%endif
BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
@ -27,6 +37,7 @@ BuildRequires: libpng-devel >= 1.2.0
BuildRequires: libshout-devel
BuildRequires: libsoup-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: orc-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: speex-devel
@ -85,7 +96,6 @@ to be installed.
%prep
%setup -q -n gst-plugins-good-%{version}
%patch1 -p1
%build
%configure \
@ -241,6 +251,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Mon Jun 8 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.1-1
- Update to 1.5.1
- Remove obsolete patches
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.5-5
- Rebuilt for GCC 5 C++11 ABI change

View File

@ -1 +1 @@
eaf1a6daf73749bc423feac301d60038 gst-plugins-good-1.4.5.tar.xz
757c2f1110961ef418d99482570d74fb gst-plugins-good-1.5.1.tar.xz