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


Commits:
6971f043 by Balló György at 2024-07-19T22:40:37+02:00
Formatting

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -6,12 +6,15 @@ pkgname=libavc1394
 pkgver=0.5.4
 pkgrel=6
 pkgdesc='Library to control A/V devices using the 1394 TA AV/C commands'
-arch=('x86_64')
+arch=(x86_64)
 url='https://sourceforge.net/projects/libavc1394/'
 license=('GPL-2.0-or-later AND LGPL-2.1-or-later')
-depends=('glibc' 'libraw1394')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-b2sums=('c27cf10b8769c1602488fa1a9a2536dee169e0e07185090e719946ca1da4b210aa61b37d816fb5b019d8b199b1c9285e2b212545f4332c8aad48af39c2dadf20')
+depends=(
+  glibc
+  libraw1394
+)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+b2sums=(c27cf10b8769c1602488fa1a9a2536dee169e0e07185090e719946ca1da4b210aa61b37d816fb5b019d8b199b1c9285e2b212545f4332c8aad48af39c2dadf20)
 
 prepare() {
   cd $pkgname-$pkgver
@@ -20,7 +23,10 @@ prepare() {
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libavc1394/-/commit/6971f04387426782b5b7210bc3c681b98eec4d1e

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


Reply via email to