Skip to content

Instantly share code, notes, and snippets.

View agraef's full-sized avatar

Albert Graef agraef

View GitHub Profile
@agraef
agraef / drumgizmo-0.9.5.patch
Created April 28, 2014 18:41
Patch to fix up drumgizmo 0.9.5-1 pkgbuild
diff -ru drumgizmo-0.9.5.orig/dgedit/Makefile.in drumgizmo-0.9.5/dgedit/Makefile.in
--- drumgizmo-0.9.5.orig/dgedit/Makefile.in 2014-04-27 20:51:46.000000000 +0200
+++ drumgizmo-0.9.5/dgedit/Makefile.in 2014-04-28 20:23:22.832972642 +0200
@@ -1034,7 +1034,7 @@
@HAVE_EDITOR_TRUE@qrc_%.cc: %.qrc
-@HAVE_EDITOR_TRUE@ rcc $< > $@
+@HAVE_EDITOR_TRUE@ $(QT_RCC) $< > $@
@agraef
agraef / PKGBUILD
Created May 26, 2015 11:02
Updated PKGBUILD for osc2midi
# Maintainer: x@safe-mail.net where x stands for jbjunk
# Contributor: aggraef@gmail.com
pkgname=osc2midi
pkgver=0.1.04
pkgrel=1
pkgdesc="OSC2MIDI is a highly configurable OSC to jack MIDI (and back) bridge for linux (git version)"
arch=('x86_64' 'i686')
url="http://sourceforge.net/projects/osc2midi/"
license=('GPL')
depends=('jack' 'liblo')
@agraef
agraef / libunicap-fixes.patch
Created February 17, 2017 12:09
AUR libunicap fixes
diff --git a/PKGBUILD b/PKGBUILD
index 5e80ecc..805d940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=libunicap
pkgver=0.9.12
-pkgrel=2
+pkgrel=3
@agraef
agraef / octave-hg-PKGBUILD.diff
Created March 1, 2017 18:28
AUR octave-hg PKGBUILD correction
diff --git a/PKGBUILD b/PKGBUILD
index 050daf4..d023d70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,6 +69,7 @@ package() {
cd "$srcdir"/${_hgrepo}-local/build
make DESTDIR=${pkgdir} install
# add octave library path to ld.so.conf.d
+ _appver=$(awk -F", " '/bugs/ {print $2}' "$srcdir/$_hgrepo"/configure.ac|tr -d []|tr - _)
install -d "${pkgdir}/etc/ld.so.conf.d"
# Maintainer : Marcos Heredia <chelqo@gmail.com>
# Contributor: yury <polek_yury@ukr.net>
pkgname=pdfchain
pkgver=0.4.4.2
pkgrel=1
pkgdesc="PDF Chain is a Graphical User Interface for the PDF Tool Kit"
url="http://pdfchain.sourceforge.net/"
screenshot="http://pdfchain.sourceforge.net/images/screenshots/${pkgver}/pdfchain_-_title.png"
license=("GPL")
@agraef
agraef / PKGBUILD
Created November 15, 2017 05:37
Fixed openav-fabla2-git PKGBUILD
# Maintainer: VirtualTam <virtualtam@flibidi.net>
pkgname=openav-fabla2-git
pkgver=r497.0b019f0
pkgrel=1
pkgdesc="Multi-purpose advanced LV2 sampler plugin"
arch=('i686' 'x86_64')
url="http://openavproductions.com/fabla2/"
license=('GPL3')
groups=('openav')
depends=('cairo' 'cairomm' 'jack2' 'libsndfile' 'lv2' 'ntk-git')
@agraef
agraef / PKGBUILD
Created August 1, 2018 13:23
reaper PKGBUILD, fixed
pkgname=reaper
pkgver=5.94rc1
pkgrel=1
pkgdesc="digital audio workstation"
arch=('x86_64')
url="http://www.reaper.fm"
license=('custom')
depends=('gdk-pixbuf2' 'gtk3' 'jack')
makedepends=('git')
source=("http://www.landoleet.org/${pkgname}${pkgver//.}_linux_x86_64.tar.xz"
@agraef
agraef / PKGBUILD
Last active December 3, 2020 09:48
More maintainer-friendly version of the vuescan PKGBUILD (https://aur.archlinux.org/packages/vuescan-bin)
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: ninian <mcfadzean.org.uk ta linux>
pkgname=vuescan-bin
pkgver=9.7.29
pkgrel=1
pkgdesc="A powerful proprietary scanning tool developed by Hamrick Software"
arch=(i686 x86_64 armv6h aarch64)
url="https://www.hamrick.com/"
license=('custom')