[arch-commits] Commit in pd-gem/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Sat Nov 7 23:19:26 UTC 2020
Date: Saturday, November 7, 2020 @ 23:19:26
Author: arojas
Revision: 746160
archrelease: copy trunk to community-staging-x86_64
Added:
pd-gem/repos/community-staging-x86_64/
pd-gem/repos/community-staging-x86_64/PKGBUILD
(from rev 746159, pd-gem/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: pd-gem/repos/community-staging-x86_64/PKGBUILD (from rev 746159, pd-gem/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-11-07 23:19:26 UTC (rev 746160)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+_name=Gem
+pkgname=pd-gem
+pkgver=0.94
+pkgrel=4
+pkgdesc="Graphics Environment for Multimedia"
+arch=('x86_64')
+url="https://github.com/umlaeute/Gem"
+license=('GPL2')
+groups=('pd-externals')
+# TODO: potentially add gmerlin, libmpeg3 and glewmx (if that's still a thing)
+depends=('assimp' 'ftgl' 'glew' 'libdv' 'libiec61883' 'libquicktime' 'pd'
+'sdl2' 'ttf-dejavu' 'zlib')
+makedepends=('imagemagick' 'libvncserver' 'vlc')
+optdepends=('vlc: video capture support'
+ 'libvncserver: video capture support'
+ 'imagemagick: image processing support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/umlaeute/${_name}/archive/v${pkgver}.tar.gz")
+sha512sums=('356e4f2a27131f927cd5d20ba9010088cc22930f313f61f54dd107db041b6cb2042ab5d530bae069e3ccdccd0a8fed1152631c6f187f4f4602f37d763356d316')
+
+prepare() {
+ mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
+ autoreconf -vfi
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr \
+ --with-default-font=/usr/share/fonts/TTF/DejaVuSans.ttf
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list