diff options
Diffstat (limited to 'community/ffmpegthumbs/APKBUILD')
-rw-r--r-- | community/ffmpegthumbs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ffmpegthumbs/APKBUILD b/community/ffmpegthumbs/APKBUILD index 7f0cff5dde..0a483f4a43 100644 --- a/community/ffmpegthumbs/APKBUILD +++ b/community/ffmpegthumbs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ffmpegthumbs pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/applications/multimedia/" pkgdesc="FFmpeg-based thumbnail creator for video files" @@ -21,7 +21,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make |