Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lib32-gstreamer


Commits:
c1432576 by Jan Alexander Steffens (heftig) at 2024-02-15T00:27:04+01:00
1.22.10-1

- - - - -


3 changed files:

- .SRCINFO
- 0001-HACK-meson-Disable-broken-tests.patch
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = lib32-gstreamer
        pkgdesc = Multimedia graph framework (32-bit)
-       pkgver = 1.22.9
-       pkgrel = 2
+       pkgver = 1.22.10
+       pkgrel = 1
        url = https://gstreamer.freedesktop.org/
        arch = x86_64
        license = LGPL-2.1-or-later
@@ -58,11 +58,11 @@ pkgbase = lib32-gstreamer
        makedepends = lib32-twolame
        makedepends = lib32-v4l-utils
        makedepends = lib32-wavpack
-       source = 
git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git?signed#tag=1.22.9
+       source = 
git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git?signed#tag=1.22.10
        source = 0001-HACK-meson-Disable-broken-tests.patch
        validpgpkeys = D637032E45B8C6585B9456565D2EEE6F6F349D7C
        b2sums = SKIP
-       b2sums = 
1887212e956a617130469c6afbd387a555d388dc36b467505b3e5248d0e6a273886fd0500d0977b714075604c61fe149a77ea05ce785cfe27e3eae0999eecb3f
+       b2sums = 
b1a3e4473c03a5f4f394d7e00d98efae1e026a740fda8a0d8cdc8a55a833666002a9c4d3c15504d201323643736f34208d2e948d1f9425a38faa6d1b0d9286cb
 
 pkgname = lib32-gstreamer
        pkgdesc = Multimedia graph framework (32-bit) - core
@@ -77,7 +77,7 @@ pkgname = lib32-gstreamer
 
 pkgname = lib32-gst-plugins-base-libs
        pkgdesc = Multimedia graph framework (32-bit) - base
-       depends = lib32-gstreamer=1.22.9
+       depends = lib32-gstreamer=1.22.10
        depends = lib32-libgl
        depends = lib32-libgudev
        depends = lib32-libxi
@@ -89,7 +89,7 @@ pkgname = lib32-gst-plugins-base-libs
 
 pkgname = lib32-gst-plugins-base
        pkgdesc = Multimedia graph framework (32-bit) - base plugins
-       depends = lib32-gst-plugins-base-libs=1.22.9
+       depends = lib32-gst-plugins-base-libs=1.22.10
        depends = lib32-alsa-lib
        depends = lib32-cdparanoia
        depends = lib32-libjpeg
@@ -102,7 +102,7 @@ pkgname = lib32-gst-plugins-base
 
 pkgname = lib32-gst-plugins-good
        pkgdesc = Multimedia graph framework (32-bit) - good plugins
-       depends = lib32-gst-plugins-base-libs=1.22.9
+       depends = lib32-gst-plugins-base-libs=1.22.10
        depends = lib32-aalib
        depends = lib32-cairo
        depends = lib32-flac


=====================================
0001-HACK-meson-Disable-broken-tests.patch
=====================================
@@ -13,10 +13,10 @@ Subject: [PATCH] HACK: meson: Disable broken tests
  6 files changed, 6 deletions(-)
 
 diff --git a/subprojects/gst-editing-services/meson.build 
b/subprojects/gst-editing-services/meson.build
-index fc4f3cc45fa0..526f17b56882 100644
+index 408e9fcb4fbc..23e78c5b73c2 100644
 --- a/subprojects/gst-editing-services/meson.build
 +++ b/subprojects/gst-editing-services/meson.build
-@@ -270,7 +270,6 @@ subdir('ges')
+@@ -272,7 +272,6 @@ subdir('ges')
  subdir('plugins')
  subdir('tools')
  
@@ -49,7 +49,7 @@ index 53a8e634e41a..f270c1d11bfb 100644
    tcase_add_test (tc_chain, test_video_caps_change_streamable);
    tcase_add_test (tc_chain, test_audio_caps_change_streamable_single);
 diff --git a/subprojects/gst-python/meson.build 
b/subprojects/gst-python/meson.build
-index 789821395534..86f40eea4b43 100644
+index bcf8f043021e..8d41ad205115 100644
 --- a/subprojects/gst-python/meson.build
 +++ b/subprojects/gst-python/meson.build
 @@ -107,5 +107,4 @@ if not get_option('plugin').disabled()
@@ -71,7 +71,7 @@ index 229af32f8117..b9372c125d77 100644
    'gst/sessionpool',
    'gst/stream',
 diff --git a/subprojects/gstreamer-vaapi/meson.build 
b/subprojects/gstreamer-vaapi/meson.build
-index 2849f893feda..0279be6f90ab 100644
+index eaa4b1172a75..041c657ee0ff 100644
 --- a/subprojects/gstreamer-vaapi/meson.build
 +++ b/subprojects/gstreamer-vaapi/meson.build
 @@ -219,7 +219,6 @@ plugins = []


=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@ pkgname=(
   lib32-gst-plugins-base
   lib32-gst-plugins-good
 )
-pkgver=1.22.9
-pkgrel=2
+pkgver=1.22.10
+pkgrel=1
 pkgdesc="Multimedia graph framework (32-bit)"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)
@@ -41,7 +41,7 @@ source=(
   0001-HACK-meson-Disable-broken-tests.patch
 )
 b2sums=('SKIP'
-        
'1887212e956a617130469c6afbd387a555d388dc36b467505b3e5248d0e6a273886fd0500d0977b714075604c61fe149a77ea05ce785cfe27e3eae0999eecb3f')
+        
'b1a3e4473c03a5f4f394d7e00d98efae1e026a740fda8a0d8cdc8a55a833666002a9c4d3c15504d201323643736f34208d2e948d1f9425a38faa6d1b0d9286cb')
 validpgpkeys=(
   D637032E45B8C6585B9456565D2EEE6F6F349D7C # Tim Müller 
<t...@gstreamer-foundation.org>
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-gstreamer/-/commit/c1432576ba4ace7b43ed8b601e3405240196def1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-gstreamer/-/commit/c1432576ba4ace7b43ed8b601e3405240196def1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to