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


Commits:
2be2de8a by Balló György at 2024-05-13T17:16:08+02:00
Run autoreconf

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -5,9 +5,10 @@ pkgbase = libdv
        url = https://libdv.sourceforge.net/
        arch = x86_64
        license = LGPL-2.1-or-later
+       makedepends = sdl
        depends = glibc
        depends = popt
        source = https://downloads.sourceforge.net/libdv/libdv-1.0.0.tar.gz
-       sha256sums = 
a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba
+       b2sums = 
42d17b07501fa508630afd1cdbaee9378f657a4ee4b77666f1a147ddfcf5a9d67d90e0a6da53bfe4f2b5418984579322565c9e8c76516e8193e75bd4751a731c
 
 pkgname = libdv


=====================================
PKGBUILD
=====================================
@@ -10,8 +10,14 @@ arch=('x86_64')
 url='https://libdv.sourceforge.net/'
 license=('LGPL-2.1-or-later')
 depends=('glibc' 'popt')
+makedepends=('sdl')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba')
+b2sums=('42d17b07501fa508630afd1cdbaee9378f657a4ee4b77666f1a147ddfcf5a9d67d90e0a6da53bfe4f2b5418984579322565c9e8c76516e8193e75bd4751a731c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdv/-/commit/2be2de8a364e6997239952fdea0ba724630eb47c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdv/-/commit/2be2de8a364e6997239952fdea0ba724630eb47c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to