Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id BB2C1782B25 for ; Wed, 24 Jul 2019 21:19:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 7B50D226D0 for ; Wed, 24 Jul 2019 23:19:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fVUAffhOTWqO; Wed, 24 Jul 2019 23:19:22 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1564003162; bh=pHjWFubL28SjK7hKOC6Wj2rZ0o5SeOzeWW14I1X8qrA=; h=From:To:Cc:Subject:Date; b=XkqK6PQ9cCh/lkGGDwXpnE9WFeQ+8uTGh2wtS33rgN1NXvAlA8dByLQ8Urye3HiGb 9wlB2S6KzxEg4DmY3HXtHBTAi2NN+bkptzw+NRXVX2SICGwrkwmAaHnNszb4s49dHg YlFdQGbCcL1a/Gxb6GV+xioXYVhBb6+vV/PiJXUuL5hjwy6vOrl0vD5+mFxOBrK5za uisYggTpx6gUSCM2EZpbv74IAp6vev7Zhydu3+SWS/uXtZTWHmZDzfA2s+wETPwfBJ Nt3DB1oKYEZ1bOOvehuieXF08MT6eDMbMweYrOfdNgVhQDxP7eG+fiQOCuA9/YdNNW e9WgRnZERzwAQ== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/kamoso: new aport Date: Wed, 24 Jul 2019 23:18:31 +0200 Message-Id: <20190724211831.17632-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kamoso/APKBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 testing/kamoso/APKBUILD diff --git a/testing/kamoso/APKBUILD b/testing/kamoso/APKBUILD new file mode 100644 index 0000000000..1e48c344b1 --- /dev/null +++ b/testing/kamoso/APKBUILD @@ -0,0 +1,32 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=kamoso +pkgver=19.04.3 +pkgrel=0 +arch="all" +url="https://kde.org/applications/multimedia/org.kde.kamoso" +pkgdesc="An application to take pictures and videos out of your webcam" +license="GPL-2.0-or-later AND LGPL-2.1-only" +depends="kirigami2 qt5-qtquickcontrols2 gst-plugins-good gst-plugins-bad" +makedepends="extra-cmake-modules qt5-qtbase-dev kconfig-dev kdoctools-dev kio-dev ki18n-dev purpose-dev knotifications-dev gstreamer-dev glib-dev gobject-introspection-dev gst-plugins-base-dev" +source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" +subpackages="$pkgname-doc $pkgname-lang" +options="!check" # Broken + +build() { + cmake \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make +} + +check() { + CTEST_OUTPUT_ON_FAILURE=TRUE ctest +} + +package() { + DESTDIR="$pkgdir" make install +} + +sha512sums="34a4d6efe8a4e8c009ce412fdc0c98edb43fcabc6d0f1b08e709ce2a0584a5b5a1405dbc92dac0f81e12b67ac9cad930e9afc5d068f3c42272bc59bfd9f6f2af kamoso-19.04.3.tar.xz" -- 2.22.0