File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'mkvtoolnix'
22pkgname=mkvtoolnix
3- version=99 .0
3+ version=100 .0
44revision=1
55build_style=gnu-configure
66build_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"
98hostmakedepends="autoconf docbook-xsl gettext libxslt pkg-config po4a
109 qt6-base qt6-tools ruby"
1110makedepends="boost-devel-minimal
@@ -19,7 +18,7 @@ license="GPL-2.0-only"
1918homepage="https://mkvtoolnix.download"
2019changelog="https://mkvtoolnix.download/doc/NEWS.md"
2120distfiles="https://mkvtoolnix.download/sources/mkvtoolnix-${version}.tar.xz"
22- checksum=bcd99b49b0d18f0d7321fbbe36bbc7d2456dbfe707ba6ac3ce3f9e6bfcacaed6
21+ checksum=74480d07a261beeaa8baf898248e668ecc56335e2527bbffa841ef056dc028a1
2322
2423if [ "$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
You can’t perform that action at this time.
0 commit comments