Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdca
Commits:
0c268ef8 by Balló György at 2024-07-20T16:14:46+02:00
Formatting
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -5,14 +5,17 @@ pkgname=libdca
pkgver=0.0.7
pkgrel=2
pkgdesc='Library for decoding DTS Coherent Acoustics streams'
-arch=('x86_64')
+arch=(x86_64)
url='https://www.videolan.org/developers/libdca.html'
-license=('GPL-2.0-or-later')
-depends=('bash' 'glibc')
-makedepends=('git')
+license=(GPL-2.0-or-later)
+depends=(
+ bash
+ glibc
+)
+makedepends=(git)
source=("git+https://code.videolan.org/videolan/libdca.git?signed#tag=$pkgver")
-b2sums=('0c290c4fcebe4b3ff4131ba9cc6ce5e77ce77a84ee034640edcbfa151bc980885caa2369406e504345391b17cd3f37bbc9cdd036556210848199b5f781132e57')
-validpgpkeys=('9477E0D31426892D23619994DF8480A4E3CF72EB') # Hugo
Beauzée-Luyssen <[email protected]>
+b2sums=(0c290c4fcebe4b3ff4131ba9cc6ce5e77ce77a84ee034640edcbfa151bc980885caa2369406e504345391b17cd3f37bbc9cdd036556210848199b5f781132e57)
+validpgpkeys=(9477E0D31426892D23619994DF8480A4E3CF72EB) # Hugo Beauzée-Luyssen
<[email protected]>
prepare() {
cd $pkgname
@@ -28,7 +31,10 @@ prepare() {
build() {
cd $pkgname
- ./configure --prefix=/usr
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdca/-/commit/0c268ef812cf07e85e095e05cd95dc7c025a1f27
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdca/-/commit/0c268ef812cf07e85e095e05cd95dc7c025a1f27
You're receiving this email because of your account on gitlab.archlinux.org.