[arch-commits] Commit in sweep/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Jun 5 22:07:51 UTC 2018


    Date: Tuesday, June 5, 2018 @ 22:07:51
  Author: dvzrv
Revision: 340649

archrelease: copy trunk to community-x86_64

Added:
  sweep/repos/community-x86_64/PKGBUILD
    (from rev 340648, sweep/trunk/PKGBUILD)
Deleted:
  sweep/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 30 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 22:07:44 UTC (rev 340648)
+++ PKGBUILD	2018-06-05 22:07:51 UTC (rev 340649)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributer: Jason Chu <jchu at xentac.net>
-
-pkgname=sweep
-pkgver=0.9.3
-pkgrel=4
-pkgdesc="Sound editing and mixing program"
-arch=('x86_64')
-url="http://www.metadecks.org/software/sweep/"
-license=('GPL2')
-depends=('gtk2' 'libsamplerate' 'libmad' 'libvorbis' 'alsa-lib' 'speex')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('69e19bad2673f20e15224c0a5b5d4c85')
-
-build() {
-  cd $srcdir/sweep-$pkgver
-  # this is a general hack for similar linking errors
-  # TODO: report upstream
-  export LDFLAGS="$LDFLAGS -lgmodule-2.0"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/sweep-$pkgver
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc localstatedir=$pkgdir/var install
-}

Copied: sweep/repos/community-x86_64/PKGBUILD (from rev 340648, sweep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 22:07:51 UTC (rev 340649)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributer: Jason Chu <jchu at xentac.net>
+
+pkgname=sweep
+pkgver=0.9.3
+pkgrel=5
+pkgdesc="Sound editing and mixing program"
+arch=('x86_64')
+url="http://www.metadecks.org/software/sweep/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('gtk2' 'libsamplerate' 'libmad' 'speex')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+sha512sums=('e1e2018ae46cb77cc3aa8faf8f83fc50e937600e6103c9ebb1bfee5a43c30aa1710fd8876c1f59285356a9d0517607deda8c03463ad7a6dcfe72bbff486b6a46')
+
+build() {
+  cd $pkgname-$pkgver
+  # this is a general hack for similar linking errors
+  # TODO: report upstream
+  export LDFLAGS="$LDFLAGS -lgmodule-2.0"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" localstatedir="$pkgdir/var" install
+}



More information about the arch-commits mailing list