forked from ports/contrib
mkvtoolnix: 16.0.0 -> 33.1.0
This commit is contained in:
parent
50c11a25ee
commit
1e6161ab71
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3zAaqJnsD23s1dmg9GpPExiBhQM/2rHxdBNSvSxC6UazloypLgTsIn/1DLAM/xEokD0Dmdyk+f/Lxf9iYg8UzQ8=
|
||||
SHA256 (Pkgfile) = cdbc0e5fc0c39cf295f463fdbdf988ad50fd02d936efdb60f93bbdd9ccc789ea
|
||||
RWSagIOpLGJF3zIVe2YqDwJ2orNWyXbsJrC67SK8FZF50uNIaGmub1sJb2xTmHGuyTHEICoFmmEZfqNNlrXp6DupHFNy6edZhw8=
|
||||
SHA256 (Pkgfile) = 585964641b3fb7e0772c2bfad12c704893596c51f61278aece29d101139b6c56
|
||||
SHA256 (.footprint) = d9f866a4dfc3083dcd50f41597aef384052b792a8dd6005d4aef83ff4bdbe4ac
|
||||
SHA256 (mkvtoolnix-16.0.0.tar.xz) = 5dfb2517003f69f3d8b942751200122c2e4cad2a8675b6fc2dfaad5c98e946e0
|
||||
SHA256 (mkvtoolnix-33.1.0.tar.xz) = c077f4563fe76e09799fca2451464e0d2d0ebf0e17d1b1b179ec735b19fe6f2a
|
||||
|
@ -5,22 +5,19 @@
|
||||
# Optional: wxgtk
|
||||
|
||||
name=mkvtoolnix
|
||||
version=16.0.0
|
||||
version=33.1.0
|
||||
release=1
|
||||
source=(https://mkvtoolnix.download/sources/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
local JOBS=$(awk 'BEGIN{RS="-j|--jobs="} NR==2 {print $1}' <<< $MAKEFLAGS)
|
||||
test -n "$JOBS" && export JOBS="-j $JOBS"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-precompiled-headers \
|
||||
--disable-update-check
|
||||
|
||||
rake $JOBS
|
||||
rake -j ${JOBS-1}
|
||||
rake DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/locale
|
||||
|
Loading…
x
Reference in New Issue
Block a user