Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
vorbis-tools
Commits:
794e93fb by Christian Hesse at 2025-02-19T17:56:07+01:00
add soname dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -6,9 +6,15 @@ pkgbase = vorbis-tools
arch = x86_64
license = GPL2
depends = curl
+ depends = libcurl.so
depends = flac
+ depends = libFLAC.so
depends = libao
+ depends = libao.so
depends = libvorbis
+ depends = libvorbis.so
+ depends = libvorbisenc.so
+ depends = libvorbisfile.so
depends = opusfile
source =
https://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.2.tar.gz
source = 0001-include-utf8.h-for-utf8_decode.patch
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,11 @@ pkgdesc='Extra tools for Ogg-Vorbis'
arch=('x86_64')
url='https://www.xiph.org/vorbis/'
license=('GPL2')
-depends=('curl' 'flac' 'libao' 'libvorbis' 'opusfile')
+depends=('curl' 'libcurl.so'
+ 'flac' 'libFLAC.so'
+ 'libao' 'libao.so'
+ 'libvorbis' 'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so'
+ 'opusfile')
source=("https://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz"
'0001-include-utf8.h-for-utf8_decode.patch')
sha256sums=('db7774ec2bf2c939b139452183669be84fda5774d6400fc57fde37f77624f0b0'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vorbis-tools/-/commit/794e93fb0cb4a9524b1d727fc8a0fecb19442e6c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vorbis-tools/-/commit/794e93fb0cb4a9524b1d727fc8a0fecb19442e6c
You're receiving this email because of your account on gitlab.archlinux.org.