mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/gst-plugins-bad to 1.18.4-7
This commit is contained in:
parent
16c6667031
commit
027092754a
2 changed files with 5 additions and 18 deletions
|
@ -8,7 +8,7 @@
|
||||||
pkgbase=gst-plugins-bad
|
pkgbase=gst-plugins-bad
|
||||||
pkgname=(gst-plugins-bad-libs gst-plugins-bad gst-plugin-opencv gst-plugin-wpe)
|
pkgname=(gst-plugins-bad-libs gst-plugins-bad gst-plugin-opencv gst-plugin-wpe)
|
||||||
pkgver=1.18.4
|
pkgver=1.18.4
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc="Multimedia graph framework - bad plugins"
|
pkgdesc="Multimedia graph framework - bad plugins"
|
||||||
url="https://gstreamer.freedesktop.org/"
|
url="https://gstreamer.freedesktop.org/"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -28,10 +28,8 @@ makedepends=(mjpegtools curl chromaprint libmms faad2 libdca libdvdnav
|
||||||
checkdepends=(xorg-server-xvfb)
|
checkdepends=(xorg-server-xvfb)
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
_commit=8cb03bdf01ca6ad8c87f951bcd7962c3ca9f6860 # tags/1.18.4^0
|
_commit=8cb03bdf01ca6ad8c87f951bcd7962c3ca9f6860 # tags/1.18.4^0
|
||||||
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit"
|
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit")
|
||||||
gst-plugins-bad-openexr3.patch)
|
sha256sums=('SKIP')
|
||||||
sha256sums=('SKIP'
|
|
||||||
'6bf2b72021586efa41b35507beedb939e952cfd612ce50f5f9e704cf1bd1d876')
|
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd $pkgbase
|
cd $pkgbase
|
||||||
|
@ -40,7 +38,8 @@ pkgver() {
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgbase
|
cd $pkgbase
|
||||||
patch -p1 < ../gst-plugins-bad-openexr3.patch # Fix build with OpenEXR 3
|
git cherry-pick -n 68858358544dd3b7e20663f731db22fd74a78a45 # fix build with GCC 11
|
||||||
|
git cherry-pick -n a9fafd98b74fd184b178604095d35ac6105119b8 # fix build with OpenEXR 3
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
diff --git a/ext/openexr/gstopenexrdec.cpp b/ext/openexr/gstopenexrdec.cpp
|
|
||||||
index eeb316cb1..32b1d03c3 100644
|
|
||||||
--- a/ext/openexr/gstopenexrdec.cpp
|
|
||||||
+++ b/ext/openexr/gstopenexrdec.cpp
|
|
||||||
@@ -29,6 +29,7 @@
|
|
||||||
|
|
||||||
#include <ImfRgbaFile.h>
|
|
||||||
#include <ImfIO.h>
|
|
||||||
+#include <ImfInt64.h>
|
|
||||||
using namespace Imf;
|
|
||||||
using namespace Imath;
|
|
||||||
|
|
Loading…
Reference in a new issue