aboutsummaryrefslogtreecommitdiffstats
path: root/testing/qimgv
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-11 06:26:31 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-11 06:28:35 -0300
commitecd9171d0c3cd50d8dee6956f1b5e5cdc3cc33ba (patch)
treeae5cce181a5e5655d8b6868a3f6164704cd24cc1 /testing/qimgv
parent3f8bb7690dee7dc3999c9dac30e507e039ff1a4d (diff)
downloadaports-ecd9171d0c3cd50d8dee6956f1b5e5cdc3cc33ba.tar.bz2
aports-ecd9171d0c3cd50d8dee6956f1b5e5cdc3cc33ba.tar.xz
community/qimgv: move from testing
Diffstat (limited to 'testing/qimgv')
-rw-r--r--testing/qimgv/APKBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/qimgv/APKBUILD b/testing/qimgv/APKBUILD
deleted file mode 100644
index 1aa9fcdda8..0000000000
--- a/testing/qimgv/APKBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=qimgv
-pkgver=0.8.6
-pkgrel=0
-pkgdesc="Cross-platform image viewer with webm support"
-url="https://github.com/easymodo/qimgv"
-options="!check"
-arch="all"
-license="GPL-3.0-or-later"
-depends="hicolor-icon-theme"
-depends_dev="qt5-qtbase-dev exiv2-dev mpv-dev"
-makedepends="$depends_dev cmake"
-subpackages="$pkgname-dev $pkgname-mpv"
-source="$pkgname-$pkgver.tar.gz::https://github.com/easymodo/qimgv/archive/v$pkgver.tar.gz"
-
-build() {
- mkdir build && cd build
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DEXIV2=ON \
- -DVIDEO_SUPPORT=ON \
- -DKDE_SUPPORT=OFF
- cmake --build .
-}
-
-package() {
- cd "$builddir"/build
- cmake --build . --target install -- DESTDIR="$pkgdir"
-}
-
-mpv() {
- pkgdesc="$pkgdesc (mpv support)"
- install_if="$pkgname=$pkgver-r$pkgrel mpv-libs"
-
- mkdir -p "$subpkgdir"/usr/lib
- mv "$pkgdir"/usr/lib/libqimgv_player_mpv.so.* "$subpkgdir"/usr/lib
-}
-
-sha512sums="da87379d69f7d5fde63e73d4cfb4a2e4a53f1e78b4ca957414c050bde7c2e83bbfe23e6f44b619e2c60f8b20c870d8dea8e8b29bf2c5279b681cae8c705d2a8f qimgv-0.8.6.tar.gz"