[arch-commits] Commit in pd-gem/repos (2 files)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Sat Nov 20 11:57:49 UTC 2021
Date: Saturday, November 20, 2021 @ 11:57:49
Author: svenstaro
Revision: 1052853
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 1052852, pd-gem/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: pd-gem/repos/community-staging-x86_64/PKGBUILD (from rev 1052852, pd-gem/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-11-20 11:57:49 UTC (rev 1052853)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=Gem
+pkgname=pd-gem
+pkgver=0.94
+pkgrel=7
+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')
+b2sums=('1ca45c5a71e094aef04778538e6d0c83f4b13f233e6038507d5510ca904476f19ed1e70c011796e66e3688f8a8b40b13f823678b6b1baba877ac0b67eb9c6698')
+
+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