Date: Monday, December 26, 2022 @ 04:07:43
  Author: grawlinson
Revision: 1367442

archrelease: copy trunk to community-x86_64

Added:
  furnace/repos/community-x86_64/PKGBUILD
    (from rev 1367441, furnace/trunk/PKGBUILD)
Deleted:
  furnace/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  143 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 69 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-26 04:07:05 UTC (rev 1367441)
+++ PKGBUILD    2022-12-26 04:07:43 UTC (rev 1367442)
@@ -1,74 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=furnace
-pkgver=0.6pre1.5
-pkgrel=1
-pkgdesc='A multi-system chiptune tracker compatible with DefleMask modules'
-arch=('x86_64')
-url='https://github.com/tildearrow/furnace'
-license=('GPL2')
-depends=(
-  'alsa-lib'
-  'hicolor-icon-theme'
-  'sdl2'
-  'libsndfile'
-  'fmt'
-  'rtmidi'
-  'fftw'
-)
-makedepends=(
-  'git'
-  'cmake'
-  'jack'
-)
-optdepends=('jack: JACK audio support')
-_commit='d354f58a7c924567e62111999888aefca8d92d8d'
-source=(
-  "$pkgname::git+$url#commit=$_commit"
-  'github.com-nukeykt-Nuked-OPN2::git+https://github.com/nukeykt/Nuked-OPN2'
-  'github.com-superctr-adpcm::git+https://github.com/superctr/adpcm'
-)
-b2sums=('SKIP'
-        'SKIP'
-        'SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # prepare git submodules
-  git submodule init \
-    extern/Nuked-OPN2 \
-    extern/adpcm
-
-  git config submodule.extern/Nuked-OPN2.url 
"$srcdir/github.com-nukeykt-Nuked-OPN2"
-  git config submodule.extern/adpcm.url "$srcdir/github.com-superctr-adpcm"
-
-  git submodule update
-}
-
-build() {
-  cmake \
-    -S "$pkgname" \
-    -B build \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_GUI=ON \
-    -DSYSTEM_RTMIDI=ON \
-    -DSYSTEM_FMT=ON \
-    -DSYSTEM_ZLIB=ON \
-    -DSYSTEM_LIBSNDFILE=ON \
-    -DSYSTEM_SDL2=ON \
-    -DSYSTEM_FFTW=ON \
-    -DWITH_JACK=ON
-
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build  
-}

Copied: furnace/repos/community-x86_64/PKGBUILD (from rev 1367441, 
furnace/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-26 04:07:43 UTC (rev 1367442)
@@ -0,0 +1,69 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=furnace
+pkgver=0.6pre2
+pkgrel=1
+pkgdesc='A multi-system chiptune tracker compatible with DefleMask modules'
+arch=('x86_64')
+url='https://github.com/tildearrow/furnace'
+license=('GPL2')
+depends=(
+  'alsa-lib'
+  'hicolor-icon-theme'
+  'sdl2'
+  'libsndfile'
+  'fmt'
+  'rtmidi'
+  'fftw'
+)
+makedepends=(
+  'git'
+  'cmake'
+  'jack'
+)
+optdepends=('jack: JACK audio support')
+_commit='618ff1d393a2a291420cb0db3b8d71b75344e454'
+source=(
+  "$pkgname::git+$url#commit=$_commit"
+  'github.com-superctr-adpcm::git+https://github.com/superctr/adpcm'
+)
+b2sums=('SKIP'
+        'SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # prepare git submodules
+  git submodule init extern/adpcm
+
+  git config submodule.extern/adpcm.url "$srcdir/github.com-superctr-adpcm"
+
+  git -c protocol.file.allow=always submodule update
+}
+
+build() {
+  cmake \
+    -S "$pkgname" \
+    -B build \
+    -D CMAKE_INSTALL_PREFIX=/usr \
+    -D BUILD_GUI=ON \
+    -D SYSTEM_RTMIDI=ON \
+    -D SYSTEM_FMT=ON \
+    -D SYSTEM_ZLIB=ON \
+    -D SYSTEM_LIBSNDFILE=ON \
+    -D SYSTEM_SDL2=ON \
+    -D SYSTEM_FFTW=ON \
+    -D WITH_JACK=ON
+
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build  
+}

Reply via email to