[gstreamer1-vaapi/prerelease] Build git of the day for testing

farnz farnz at fedoraproject.org
Thu Jun 19 12:40:42 UTC 2014


commit 840cd3b71e01ad350ea9a51a4d821bc89d8454a7
Author: Simon Farnsworth <simon.farnsworth at onelan.co.uk>
Date:   Thu Jun 19 13:38:22 2014 +0100

    Build git of the day for testing
    
    This has been placed in a COPR at
    http://copr.fedoraproject.org/coprs/farnz/gstreamer1-vaapi-prerelease/ for
    users to test. I'll be basing the 0.5.9 specfile on this version.

 gstreamer1-vaapi.spec |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/gstreamer1-vaapi.spec b/gstreamer1-vaapi.spec
index 64eeb04..4b74bad 100644
--- a/gstreamer1-vaapi.spec
+++ b/gstreamer1-vaapi.spec
@@ -1,13 +1,12 @@
 Name:           gstreamer1-vaapi
-Version:        0.5.8
-Release:        5%{?dist}
+Version:        0.5.9
+Release:        0.1.git1a2c06a8%{?dist}
 Summary:        GStreamer plugins to use VA API video acceleration
 
 License:        LGPLv2+
 URL:            https://gitorious.org/vaapi/gstreamer-vaapi/
-Source0:        http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/gstreamer-vaapi-%{version}.tar.bz2
-# Fix for https://bugzilla.gnome.org/show_bug.cgi?id=723834
-Patch0:         0001-vaapipostproc-Create-filter-surface-pool-if-it-does-.patch
+# Generated from git revision 1a2c06a8
+Source0:        gstreamer-vaapi-%{version}.pre1.tar.bz2
 
 BuildRequires:  glib2-devel >= 2.28
 BuildRequires:  gstreamer1-devel >= 1.0.0
@@ -23,6 +22,7 @@ BuildRequires:  pkgconfig(wayland-client) >= 1
 BuildRequires:  pkgconfig(wayland-scanner) >= 1
 BuildRequires:  pkgconfig(wayland-server) >= 1
 }
+BuildRequires:  libvpx-devel
 
 %description
 
@@ -42,19 +42,17 @@ The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep
-%setup -q -n gstreamer-vaapi-%{version}
-%patch0 -p1
+%setup -q -n gstreamer-vaapi-%{version}.pre1
 
 %build
 
 # Fix for https://bugzilla.gnome.org/show_bug.cgi?id=723748
 chmod -x ./tests/test-filter.c ./gst-libs/gst/vaapi/gstvaapifilter.c ./gst-libs/gst/vaapi/gstvaapifilter.h
 
-# Wayland support in libva isn't present - gstreamer-vaapi can't support Wayland without it
-# https://bugzilla.redhat.com/show_bug.cgi?id=1051862
 %configure \
            --enable-static=no \
-           %{?_without_wayland:--disable-wayland}
+           %{?_without_wayland:--disable-wayland} \
+           --disable-builtin-libvpx
 
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -80,11 +78,14 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 %files devel
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING.LIB NEWS README
-%{_includedir}/gstreamer-1.2/gst/vaapi
+%{_includedir}/gstreamer-1.0/gst/vaapi
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/gstreamer-vaapi*.pc
 
 %changelog
+* Thu Jun 19 2014 Simon Farnsworth <simon.farnsworth at onelan.co.uk> - 0.5.9-0.1.git1a2c06a8
+- Build git of the day for testing
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.8-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list