Magellan Linux

Contents of /branches/magellan-next/deprecated/glitz/glitz-0.5.6-r9.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7715 - (show annotations) (download)
Mon May 30 12:33:07 2011 UTC (12 years, 11 months ago) by niro
File size: 681 byte(s)
-moved to 'deprecated'
1 # $Id: glitz-0.5.6-r8.smage2 3392 2009-10-20 21:45:37Z niro $
2
3 PNAME="glitz"
4 PVER="0.5.6"
5 PBUILD="r9"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Glitz is an OpenGL image compositing library."
11 HOMEPAGE="http://www.freedesktop.org/wiki/Software/glitz"
12
13 DEPEND=">= virtual/opengl"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild multilib
19
20 SRC_URI=(
21 http://cairographics.org/snapshots/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 # check stable version
26 #UP2TAG=releases
27 # check dev version
28 UP2TAG=snapshots
29 UP2DATE="updatecmd http://cairographics.org/${UP2TAG}/ | grep ]LA.*-${PNAME}- | sed 's/.*ST-${PNAME}-\([0-9\.]*\).*/\1/'"