mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
quesoglc: rebuilt for multimedia group
This commit is contained in:
parent
6e5cd053ce
commit
4842029f6d
@ -1,21 +1,13 @@
|
||||
#
|
||||
# Games Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
||||
# Contributions from Arch: https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/quesoglc
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=quesoglc
|
||||
pkgver=0.7.2
|
||||
pkgrel=1
|
||||
pkgdesc='The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API).'
|
||||
arch=('i686' 'x86_64')
|
||||
pkgrel=2
|
||||
pkgdesc="A free implementation of the OpenGL Character Renderer (GLC)"
|
||||
arch=('x86_64')
|
||||
url='http://quesoglc.sourceforge.net/'
|
||||
license=('GPL')
|
||||
depends=('freetype2' 'fontconfig' 'freeglut' 'fribidi' 'mesa')
|
||||
options=('!libtool')
|
||||
changelog=ChangeLog
|
||||
license=('LGPL2.1')
|
||||
depends=('fontconfig' 'freeglut' 'fribidi' 'glew')
|
||||
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('c2697a92e2cc00c537626020e4108a4e')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user