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


Commits:
a897f3be by Balló György at 2024-04-19T14:59:54+02:00
upgpkg: 0.5.1-9: Reconfigure autotools to support newer architectures

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libmpeg2
        pkgdesc = Library for decoding MPEG-1 and MPEG-2 video streams
        pkgver = 0.5.1
-       pkgrel = 8
+       pkgrel = 9
        url = https://libmpeg2.sourceforge.io/
        arch = x86_64
        license = GPL-2.0-or-later


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=libmpeg2
 pkgver=0.5.1
-pkgrel=8
+pkgrel=9
 pkgdesc='Library for decoding MPEG-1 and MPEG-2 video streams'
 arch=('x86_64')
 url='https://libmpeg2.sourceforge.io/'
@@ -16,6 +16,11 @@ optdepends=('libxv: mpeg2dec command'
 source=("https://libmpeg2.sourceforge.io/files/$pkgname-$pkgver.tar.gz";)
 sha256sums=('dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4')
 
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmpeg2/-/commit/a897f3bec87a5cbbc36ac1f60094470fa7ef78ed

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


Reply via email to