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


Commits:
4f4e9354 by Balló György at 2024-07-20T16:25:04+02:00
Formatting

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -7,14 +7,17 @@ pkgname=libdvdnav
 pkgver=6.1.1
 pkgrel=2
 pkgdesc='Library to navigate DVD video disks'
-arch=('x86_64')
+arch=(x86_64)
 url='https://www.videolan.org/developers/libdvdnav.html'
-license=('GPL-2.0-or-later')
-depends=('glibc' 'libdvdread')
-makedepends=('git')
+license=(GPL-2.0-or-later)
+depends=(
+  glibc
+  libdvdread
+)
+makedepends=(git)
 source=("git+https://code.videolan.org/videolan/libdvdnav.git#tag=$pkgver";)
-b2sums=('923e3171a7b5d488e77bbe8411827568c89cc85b2bb4d5434fc044b27274ef6c7e5987c4f2900f3a26371531603dcc66a7d40a7b4a9574fd8a4e677a482f7004')
-validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
+b2sums=(923e3171a7b5d488e77bbe8411827568c89cc85b2bb4d5434fc044b27274ef6c7e5987c4f2900f3a26371531603dcc66a7d40a7b4a9574fd8a4e677a482f7004)
+validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key
 
 prepare() {
   cd $pkgname
@@ -23,7 +26,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/libdvdnav/-/commit/4f4e9354740eb862654e21efc1746340fda8aa40

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


Reply via email to