contrib/libmp4v2/Pkgfile

22 lines
554 B
Plaintext
Raw Normal View History

2014-01-28 09:42:45 +01:00
# Description: Functions for accessing ISO-IEC:14496-1:2001 MPEG-4 standard.
2017-03-04 13:49:14 +01:00
# URL: https://code.google.com/archive/p/mp4v2/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Matt Housh, jaeger at morpheus dot net
name=libmp4v2
2014-01-28 09:42:45 +01:00
version=2.0.0
2018-02-04 17:30:49 +01:00
release=3
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mp4v2/mp4v2-$version.tar.bz2 \
0004-Fix-GCC7-build.patch)
build() {
cd mp4v2-$version
2018-02-04 17:30:49 +01:00
patch -p1 -i $SRC/0004-Fix-GCC7-build.patch
2017-03-04 13:49:14 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}