Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
example udev now has a subpkgs called "libgudev". Previously
subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.
And more that I forgot because it's a mega-commit that I've been
working for some days already...
--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
This commit is contained in:
26
srcpkgs/glitz/template
Normal file
26
srcpkgs/glitz/template
Normal file
@@ -0,0 +1,26 @@
|
||||
# Template build file for 'glitz'.
|
||||
pkgname=glitz
|
||||
version=0.5.6
|
||||
distfiles="http://cairographics.org/snapshots/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-x --enable-glx"
|
||||
short_desc="OpenGL 2D graphics library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=132adf06e48531f4c01b6ba5843881e2b584a170c5222353d03cbef736d4a471
|
||||
long_desc="
|
||||
Glitz is a portable 2D graphics library that uses OpenGL to render hardware
|
||||
accelerated graphics. It supports many of the latest OpenGL features, such as
|
||||
efficient off-screen rendering using pbuffers. Rendering can be carried out by
|
||||
arbitrary OpenGL layers, thanks to glitz's extensible backend system.
|
||||
|
||||
Glitz is designed to match the X Render Extension semantics and provides
|
||||
a general way for accelerating this imaging model. Glitz can be used as
|
||||
a stand-alone layer above OpenGL but is also designed to act as a backend for
|
||||
cairo, providing it with OpenGL accelerated output."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency full glibc
|
||||
Add_dependency full libX11
|
||||
Add_dependency full libXt
|
||||
Add_dependency full MesaLib
|
||||
Reference in New Issue
Block a user