Skip to content

Commit

Permalink
gtk4: don't depend on ffmpeg
Browse files Browse the repository at this point in the history
the ffmpeg backend isn't enabled, so the dependency is wrong
  • Loading branch information
lazka committed Feb 22, 2023
1 parent de09c71 commit 6e3c569
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mingw-w64-gtk4/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=gtk4
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=4.8.3
pkgrel=1
pkgrel=2
pkgdesc="GObject-based multi-platform GUI toolkit (v4) (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
Expand All @@ -28,7 +28,6 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-pango"
"${MINGW_PACKAGE_PREFIX}-gtk-update-icon-cache"
"${MINGW_PACKAGE_PREFIX}-gst-plugins-bad-libs"
"${MINGW_PACKAGE_PREFIX}-ffmpeg"
"${MINGW_PACKAGE_PREFIX}-shared-mime-info")
source=("https://download.gnome.org/sources/gtk/${pkgver:0:3}/gtk-${pkgver}.tar.xz")
sha256sums=('b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74')
Expand Down

0 comments on commit 6e3c569

Please sign in to comment.