[arch-commits] Commit in freewheeling/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sun May 3 19:25:48 UTC 2020


    Date: Sunday, May 3, 2020 @ 19:25:47
  Author: dvzrv
Revision: 624608

upgpkg: freewheeling 0.6.6-1: Upgrading to 0.6.6.

Updating maintainer info.
Moving all sodeps to package() and adding the respective packages to makedepends.

Modified:
  freewheeling/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-03 19:04:10 UTC (rev 624607)
+++ PKGBUILD	2020-05-03 19:25:47 UTC (rev 624608)
@@ -1,17 +1,20 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
 pkgname=freewheeling
-pkgver=0.6.5
-pkgrel=2
+pkgver=0.6.6
+pkgrel=1
 pkgdesc="A live looper"
 arch=('x86_64')
 url="https://github.com/free-wheeling/freewheeling"
 license=('GPL2')
 groups=('pro-audio')
-depends=('fluidsynth' 'liblo' 'libxml2' 'nettle' 'sdl_gfx' 'sdl_ttf')
-makedepends=('gendesk')
+depends=('gcc-libs' 'glibc' 'libogg' 'libx11' 'libxml2' 'nettle' 'sdl'
+'sdl_gfx' 'sdl_ttf')
+makedepends=('alsa-lib' 'fluidsynth' 'gendesk' 'jack' 'liblo' 'libsndfile'
+'libvorbis')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/free-wheeling/${pkgname}/archive/v${pkgver}.tar.gz"
         "$pkgname.jpg::https://raw.githubusercontent.com/wiki/free-wheeling/${pkgname}/${pkgname}-logo-1.jpg")
-sha512sums=('c7ab563ac68b6466fa7da25b1110835ab3729058351bfabd0e99be68fbf2d08faa08adc37cf66b8a910d3a15deb64ef1994278e959319ded2dfbcc7c17425356'
+sha512sums=('c2b51b44f2dfc6e0f97a52f9be1c24b61516719b56eb3f641c5b29616f626c09f0d211ecef23b4857dabab04950e31c2ab45b73a1e4d4b7dfd534e3fffc09f57'
             '9f8386bff7b34c8ca44d0ad5b87d4e74a0b901a64e50bc5d8d99dd1f1ad10eb5b6b29f7b6fc8f106c425b2de0285517af3158472654abb2c914d48645dab0913')
 
 prepare() {
@@ -28,13 +31,13 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  # fix broken SDL/SDL.h include
-#  CPPFLAGS="-I/usr/include/SDL" \
   ./configure --prefix=/usr
   make
 }
 
 package() {
+  depends+=('libasound.so' 'libfluidsynth.so' 'libjack.so' 'liblo.so'
+  'libsndfile.so' 'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
   # XDG desktop integration



More information about the arch-commits mailing list