Date: Tuesday, May 16, 2023 @ 02:18:06
  Author: grawlinson
Revision: 1461897

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  141 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 72 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-16 02:15:58 UTC (rev 1461896)
+++ PKGBUILD    2023-05-16 02:18:06 UTC (rev 1461897)
@@ -1,69 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=furnace
-pkgver=0.6pre3
-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='db690a1e45cee255d3f4d7004ee0c382a5e16b0a'
-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  
-}

Copied: furnace/repos/community-x86_64/PKGBUILD (from rev 1461896, 
furnace/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-16 02:18:06 UTC (rev 1461897)
@@ -0,0 +1,72 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=furnace
+pkgver=0.6pre4
+pkgrel=1
+pkgdesc='A multi-system chiptune tracker compatible with DefleMask modules'
+arch=('x86_64')
+url='https://github.com/tildearrow/furnace'
+license=('GPL2')
+depends=(
+  'glibc'
+  'gcc-libs'
+  'alsa-lib'
+  'hicolor-icon-theme'
+  'sdl2'
+  'libsndfile'
+  'fmt'
+  'rtmidi'
+  'fftw'
+  'zlib'
+)
+makedepends=(
+  'git'
+  'cmake'
+  'jack'
+)
+optdepends=('jack: JACK audio support')
+_commit='c139d7d7fa7d22012b107993945457c7d90daa9b'
+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 -e 's/^v//' -e 's/-hotfix$//'
+}
+
+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