contrib/libmp4v2/Pkgfile

19 lines
449 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.
2020-01-12 07:25:45 +01:00
# URL: https://github.com/TechSmith/mp4v2
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
name=libmp4v2
2020-01-12 07:25:45 +01:00
version=4.1.0.0
2018-02-04 17:30:49 +01:00
release=3
2020-01-12 07:25:45 +01:00
source=(https://github.com/TechSmith/mp4v2/archive/Release-ThirdParty-MP4v2-$version.tar.gz)
build() {
2020-01-12 07:25:45 +01:00
cd mp4v2-Release-ThirdParty-MP4v2-$version
2018-02-04 17:30:49 +01:00
2020-01-12 07:25:45 +01:00
CXXFLAGS+=' -std=c++03'
2017-03-04 13:49:14 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}