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

Ray Rashif schiv at archlinux.org
Mon Jan 19 16:59:30 UTC 2015


    Date: Monday, January 19, 2015 @ 17:59:30
  Author: schiv
Revision: 229588

upgpkg: hydrogen 0.9.6.1-1

delayed sync with upstream release

Modified:
  hydrogen/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++-------------------
 1 file changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-19 16:56:48 UTC (rev 229587)
+++ PKGBUILD	2015-01-19 16:59:30 UTC (rev 229588)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=hydrogen
-pkgver=0.9.6
+pkgver=0.9.6.1
 pkgrel=1
 pkgdesc="An advanced drum machine"
 arch=('i686' 'x86_64')
@@ -13,26 +13,10 @@
 depends=('libarchive' 'liblrdf' 'qt4' 'jack' 'libpulse')
 optdepends=('rubberband')
 makedepends=('cmake')
-source=("https://github.com/hydrogen-music/hydrogen/archive/$pkgver.tar.gz"
-        'lrdf_raptor2.patch')
+source=("https://github.com/hydrogen-music/hydrogen/archive/$pkgver.tar.gz")
 install=$pkgname.install
-md5sums=('e4424926a88af82fb2048b3548723827'
-         '6f15bc059d3c39e9c34e0fbac92baf61')
+md5sums=('527a44eec22fd31f55e6b3cf1089613d')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix building with newer raptor
-  # see https://bugs.archlinux.org/task/25060
-  # see https://github.com/hydrogen-music/hydrogen/issues/194
-  patch -Np1 -i "$srcdir/lrdf_raptor2.patch"
-
-  # fix some pngs that break with newer libpng
-  # see https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/024872.html
-  #msg2 "Fixing PNGs, please wait..."
-  #find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 



More information about the arch-commits mailing list