[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Aug 15 15:32:45 UTC 2017


    Date: Tuesday, August 15, 2017 @ 15:32:44
  Author: alucryd
Revision: 302216

x265 rebuild: gst-plugins-bad 1.12.2-2

Modified:
  gst-plugins-bad/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-15 15:24:52 UTC (rev 302215)
+++ PKGBUILD	2017-08-15 15:32:44 UTC (rev 302216)
@@ -4,7 +4,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/"
 arch=(i686 x86_64)
@@ -19,9 +19,13 @@
              fluidsynth lilv opencv openexr)
 _commit=0a4f4f7c2d0185c91ac3c768a8e8d20dc292f8ee  # tags/1.12.2^0
 source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit"
-        "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
+        "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common"
+        'https://github.com/GStreamer/gst-plugins-bad/commit/15f24fef53a955c7c76fc966302cb0453732e657.patch' # OpenJPEG 2.2 support
+        'https://github.com/GStreamer/gst-plugins-bad/commit/df4c6385aa0739d59e83916d32b704de9b9f3d40.patch') # OpenJPEG 2.2 support
 sha256sums=('SKIP'
-            'SKIP')
+            'SKIP'
+            'c1b18a2d7008b4a9a50f4bbf9e758ccc1777cf0d4399826f059de4685f587fc0'
+            '5c2dbc5738c3466e523ec2872edc39ef6ed1f4217eda149df984e40202674ab9')
 
 pkgver() {
   cd $pkgname
@@ -31,6 +35,9 @@
 prepare() {
   cd $pkgname
 
+  patch -Np1 -i ../15f24fef53a955c7c76fc966302cb0453732e657.patch
+  patch -Np1 -i ../df4c6385aa0739d59e83916d32b704de9b9f3d40.patch
+
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"
   git submodule update



More information about the arch-commits mailing list