Date: Wednesday, January 4, 2023 @ 10:19:28
  Author: idevolder
Revision: 1375088

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-imagedecoder-raw/repos/community-x86_64/
  kodi-addon-imagedecoder-raw/repos/community-x86_64/PKGBUILD
    (from rev 1375087, kodi-addon-imagedecoder-raw/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: kodi-addon-imagedecoder-raw/repos/community-x86_64/PKGBUILD (from rev 
1375087, kodi-addon-imagedecoder-raw/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2023-01-04 10:19:28 UTC (rev 1375088)
@@ -0,0 +1,32 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=kodi-addon-imagedecoder-raw
+pkgver=19.0.0
+_codename=Matrix
+pkgrel=2
+pkgdesc="Kodi raw imagedecoder addon"
+arch=('x86_64')
+url="https://github.com/xbmc/imagedecoder.raw";
+license=('GPL2')
+groups=('kodi-addons' 'kodi-addons-imagedecoder')
+makedepends=('cmake' 'kodi-dev' 'libraw')
+options=(!lto debug)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/imagedecoder.raw/archive/refs/tags/$pkgver-$_codename.tar.gz";)
+sha512sums=('4d0e96db52c43234f27fce0ca9628c57457fbdb002464f1d8b168988264cd4666966f285298b7c0c1f69239d3bb774a7eda827b66107f7851ad265a07d236de9')
+
+build() {
+    cd "imagedecoder.raw-$pkgver-$_codename"
+    cmake \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DBUILD_SHARED_LIBS=1 \
+        -DUSE_LTO=1 \
+        .
+    make
+}
+
+package() {
+    depends=('kodi' 'libraw')
+    cd "imagedecoder.raw-$pkgver-$_codename"
+    make DESTDIR="$pkgdir/" install
+}

Reply via email to