summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2024-02-19 15:10:23 +0100
committerNicola Murino2024-02-19 15:10:23 +0100
commit3bd4e78718394d0c315d46471db1be7a7bd68272 (patch)
treeeca3618c65b80e3b9ec59da6654f9d5fbf315b5d
parenta606acc858b099d529d20180b31a7703a446829e (diff)
downloadaur-3bd4e78718394d0c315d46471db1be7a7bd68272.tar.gz
1.22.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 832eff916342..24178300557a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gst-plugins-bad
pkgdesc = GStreamer Multimedia Framework Bad Plugins (mingw-w64)
- pkgver = 1.22.8
+ pkgver = 1.22.10
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
@@ -41,7 +41,7 @@ pkgbase = mingw-w64-gst-plugins-bad
options = !strip
options = !buildflags
options = staticlibs
- source = http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.8.tar.xz
- sha256sums = 458783f8236068991e3e296edd671c8eddb8be6fac933c1c2e1503462864ea0f
+ source = http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.10.tar.xz
+ sha256sums = dabcd60c762165bb043eba753d599212514c94684e4db9a2e25484cb6508ebbf
pkgname = mingw-w64-gst-plugins-bad
diff --git a/PKGBUILD b/PKGBUILD
index b0e58763cfbe..ddc95ef27bf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-bad
-pkgver=1.22.8
+pkgver=1.22.10
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Bad Plugins (mingw-w64)"
arch=(any)
@@ -27,7 +27,7 @@ optdepends=(
options=('!strip' '!buildflags' 'staticlibs')
source=(${url}src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz)
-sha256sums=('458783f8236068991e3e296edd671c8eddb8be6fac933c1c2e1503462864ea0f')
+sha256sums=('dabcd60c762165bb043eba753d599212514c94684e4db9a2e25484cb6508ebbf')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -37,6 +37,7 @@ build() {
for _arch in $_architectures; do
mkdir -p "build-${_arch}" && pushd build-${_arch}
${_arch}-meson \
+ -D strip=true \
-D package-name="GStreamer (Arch Linux)" \
-D package-origin="http://www.archlinux.org/" \
-D tests=disabled \