Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
gaupol
Commits:
c28a721e by Evangelos Foutras at 2024-04-06T20:32:05+03:00
upgpkg: 1.14.1-2: Python 3.12 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
pkgbase = gaupol
pkgdesc = Editor for text-based subtitles
pkgver = 1.14.1
- pkgrel = 1
+ pkgrel = 2
url = https://otsaloma.io/gaupol/
arch = any
license = GPL
+ makedepends = python-setuptools
depends = python-gobject
depends = gtk3
depends = gst-plugins-base
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=gaupol
pkgver=1.14.1
-pkgrel=1
+pkgrel=2
pkgdesc="Editor for text-based subtitles"
arch=('any')
url="https://otsaloma.io/gaupol/"
@@ -14,6 +14,7 @@ license=('GPL')
depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
'gst-plugin-gtk' 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('python-setuptools')
optdepends=('mpv: subtitle preview'
'vlc: subtitle preview'
'mplayer: subtitle preview')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/c28a721e785e073ff4ce465ad02ed4737cc7202d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/c28a721e785e073ff4ce465ad02ed4737cc7202d
You're receiving this email because of your account on gitlab.archlinux.org.