[arch-commits] Commit in libmp4v2/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Jun 5 14:11:58 UTC 2022
Date: Sunday, June 5, 2022 @ 14:11:57
Author: felixonmars
Revision: 447581
archrelease: copy trunk to testing-x86_64
Added:
libmp4v2/repos/testing-x86_64/
libmp4v2/repos/testing-x86_64/PKGBUILD
(from rev 447580, libmp4v2/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: libmp4v2/repos/testing-x86_64/PKGBUILD (from rev 447580, libmp4v2/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-05 14:11:57 UTC (rev 447581)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libmp4v2
+pkgver=2.1.1
+pkgrel=1
+epoch=1
+pkgdesc="A C/C++ library to create, modify and read MP4 files"
+arch=('x86_64')
+license=('MPL')
+url="https://mp4v2.org/"
+depends=('gcc-libs')
+source=("https://github.com/enzo1982/mp4v2/releases/download/v$pkgver/mp4v2-$pkgver.tar.bz2")
+sha512sums=('887e31baf6db191420c88dc7ee619738110457352430545b36a2c80ba603eaa24f701a45796a66b0502ef3a58bcf58f5b96e3e6d160303b402f0b4fb1bdefd98')
+
+build() {
+ cd mp4v2-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd mp4v2-$pkgver
+ make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install-man
+}
More information about the arch-commits
mailing list