ports/contrib (3.3): libmp4v2: FS#1360 update source
commit 7abcaad3e222627e3103e404301491706af81526 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Mar 4 23:49:14 2017 +1100 libmp4v2: FS#1360 update source diff --git a/libmp4v2/.footprint b/libmp4v2/.footprint index d65148e..56bafd5 100644 --- a/libmp4v2/.footprint +++ b/libmp4v2/.footprint @@ -31,9 +31,10 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libmp4v2.so -> libmp4v2.so.2.0.0 lrwxrwxrwx root/root usr/lib/libmp4v2.so.2 -> libmp4v2.so.2.0.0 -rwxr-xr-x root/root usr/lib/libmp4v2.so.2.0.0 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/mp4art.1.gz --rw-r--r-- root/root usr/man/man1/mp4file.1.gz --rw-r--r-- root/root usr/man/man1/mp4subtitle.1.gz --rw-r--r-- root/root usr/man/man1/mp4track.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/mp4art.1.gz +-rw-r--r-- root/root usr/share/man/man1/mp4file.1.gz +-rw-r--r-- root/root usr/share/man/man1/mp4subtitle.1.gz +-rw-r--r-- root/root usr/share/man/man1/mp4track.1.gz diff --git a/libmp4v2/Pkgfile b/libmp4v2/Pkgfile index 60aae89..282de14 100644 --- a/libmp4v2/Pkgfile +++ b/libmp4v2/Pkgfile @@ -1,19 +1,17 @@ # Description: Functions for accessing ISO-IEC:14496-1:2001 MPEG-4 standard. -# URL: http://code.google.com/p/mp4v2/ +# URL: https://code.google.com/archive/p/mp4v2/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Matt Housh, jaeger at morpheus dot net name=libmp4v2 version=2.0.0 -release=1 -source=(http://mp4v2.googlecode.com/files/mp4v2-$version.tar.bz2) +release=2 +source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google....) build() { cd mp4v2-$version - ./configure \ - --prefix=/usr \ - --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu