Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
soundconverter


Commits:
be5c8e73 by Balló György at 2026-07-19T03:09:13+02:00
upgpkg: 4.1.3-2: Fix dependencies

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = soundconverter
        pkgdesc = A simple sound converter application for GNOME
        pkgver = 4.1.3
-       pkgrel = 1
+       pkgrel = 2
        url = https://soundconverter.org
        arch = any
        license = GPL-3.0-only
@@ -9,12 +9,13 @@ pkgbase = soundconverter
        makedepends = python-installer
        makedepends = python-wheel
        makedepends = python-distutils-extra
-       depends = desktop-file-utils
+       depends = gst-plugins-base
        depends = gst-plugins-good
-       depends = gst-plugins-ugly
        depends = gst-python
+       depends = gtk3
        depends = python-gobject
-       depends = python-setuptools
+       optdepends = gst-plugins-bad: Convert to AAC format
+       optdepends = gst-libav: Convert to WMA format
        source = 
https://github.com/kassoulet/soundconverter/archive/refs/tags/4.1.3/soundconverter-4.1.3.tar.gz
        sha256sums = 
2ab5c870909cf1306ebe0a35786c1261680a27dc997862399f759bca9bd32743
 


=====================================
PKGBUILD
=====================================
@@ -6,22 +6,21 @@
 
 pkgname=soundconverter
 pkgver=4.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple sound converter application for GNOME'
 arch=(any)
 license=(GPL-3.0-only)
 url=https://soundconverter.org
 _url="https://github.com/kassoulet/$pkgname";
-depends=(desktop-file-utils
+depends=(gst-plugins-base
          gst-plugins-good
-         gst-plugins-ugly
          gst-python
-         python-gobject
-         python-setuptools) # https://bugs.archlinux.org/task/71201
+         gtk3
+         python-gobject)
 makedepends=(python-{build,installer,wheel}
              python-distutils-extra)
-#depends=(gst-plugins-base gst-plugins-good gtk3 libnotify python-gobject)
-#makedepends=(intltool python-distutils-extra)
+optdepends=('gst-plugins-bad: Convert to AAC format'
+            'gst-libav: Convert to WMA format')
 _archive="$pkgname-$pkgver"
 source=("$_url/archive/refs/tags/$pkgver/$_archive.tar.gz")
 sha256sums=('2ab5c870909cf1306ebe0a35786c1261680a27dc997862399f759bca9bd32743')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soundconverter/-/commit/be5c8e73fe5e45d554a38236e542ac3e02e08c39

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soundconverter/-/commit/be5c8e73fe5e45d554a38236e542ac3e02e08c39
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to