Skip to content

Commit 1069bc3

Browse files
mnabidDuncaen
authored andcommitted
mkvtoolnix: update to 100.0.
1 parent 34189b7 commit 1069bc3

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

srcpkgs/mkvtoolnix/template

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Template file for 'mkvtoolnix'
22
pkgname=mkvtoolnix
3-
version=99.0
3+
version=100.0
44
revision=1
55
build_style=gnu-configure
66
build_helper="qmake6"
7-
configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --disable-update-check
8-
--with-boost-system=c"
7+
configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --disable-update-check"
98
hostmakedepends="autoconf docbook-xsl gettext libxslt pkg-config po4a
109
qt6-base qt6-tools ruby"
1110
makedepends="boost-devel-minimal
@@ -19,7 +18,7 @@ license="GPL-2.0-only"
1918
homepage="https://mkvtoolnix.download"
2019
changelog="https://mkvtoolnix.download/doc/NEWS.md"
2120
distfiles="https://mkvtoolnix.download/sources/mkvtoolnix-${version}.tar.xz"
22-
checksum=bcd99b49b0d18f0d7321fbbe36bbc7d2456dbfe707ba6ac3ce3f9e6bfcacaed6
21+
checksum=74480d07a261beeaa8baf898248e668ecc56335e2527bbffa841ef056dc028a1
2322

2423
if [ "$CROSS_BUILD" ]; then
2524
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"
@@ -49,7 +48,7 @@ mkvtoolnix-gui_package() {
4948
pkg_install() {
5049
vmove usr/bin/mkvtoolnix-gui
5150
vmove usr/share/applications
52-
for file in "${DESTDIR}"/usr/share/icons/hicolor/*/apps/mkvtoolnix-gui.png; do
51+
for file in "${DESTDIR}"/usr/share/icons/hicolor/*/apps/mkvtoolnix-gui.svg; do
5352
vmove "${file/${DESTDIR}\//}"
5453
done
5554
for file in "${DESTDIR}"/usr/share/man/*/man1/mkvtoolnix-gui.1; do

0 commit comments

Comments
 (0)