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

Jan Steffens heftig at archlinux.org
Wed Aug 16 11:29:32 UTC 2017


    Date: Wednesday, August 16, 2017 @ 11:29:31
  Author: heftig
Revision: 302226

Use cherry-picks

Modified:
  gst-plugins-bad/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 11:29:26 UTC (rev 302225)
+++ PKGBUILD	2017-08-16 11:29:31 UTC (rev 302226)
@@ -19,13 +19,9 @@
              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"
-        '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
+        "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
 sha256sums=('SKIP'
-            'SKIP'
-            'c1b18a2d7008b4a9a50f4bbf9e758ccc1777cf0d4399826f059de4685f587fc0'
-            '5c2dbc5738c3466e523ec2872edc39ef6ed1f4217eda149df984e40202674ab9')
+            'SKIP')
 
 pkgver() {
   cd $pkgname
@@ -35,8 +31,8 @@
 prepare() {
   cd $pkgname
 
-  patch -Np1 -i ../15f24fef53a955c7c76fc966302cb0453732e657.patch
-  patch -Np1 -i ../df4c6385aa0739d59e83916d32b704de9b9f3d40.patch
+  # OpenJPEG 2.2 support
+  git cherry-pick -n 15f24fef53 df4c6385aa
 
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"



More information about the arch-commits mailing list