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


Commits:
8262d3b6 by Balló György at 2024-07-20T16:30:26+02:00
Formatting

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -7,15 +7,15 @@ pkgname=libdvdread
 pkgver=6.1.3
 pkgrel=2
 pkgdesc='Library for reading 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')
-makedepends=('git')
+license=(GPL-2.0-or-later)
+depends=(glibc)
+makedepends=(git)
 optdepends=('libdvdcss: Decoding encrypted DVDs')
 source=("git+https://code.videolan.org/videolan/libdvdread.git#tag=$pkgver";)
-b2sums=('bdc0a6fcbc75dfe000f618cab1e2c736762a1d54c68851207c471a7177080c48964d2b7e4dc96dbdbacdadb42f022a2d3c6e097e83b612b9bbe2641240c5f38d')
-validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key (2015)
+b2sums=(bdc0a6fcbc75dfe000f618cab1e2c736762a1d54c68851207c471a7177080c48964d2b7e4dc96dbdbacdadb42f022a2d3c6e097e83b612b9bbe2641240c5f38d)
+validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key (2015)
 
 prepare() {
   cd $pkgname
@@ -24,7 +24,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/libdvdread/-/commit/8262d3b6c13776811dc2930500254941642865d2

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


Reply via email to