[csw-devel] SF.net SVN: gar:[7179] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Nov 9 17:06:40 CET 2009
Revision: 7179
http://gar.svn.sourceforge.net/gar/?rev=7179&view=rev
Author: dmichelsen
Date: 2009-11-09 16:06:40 +0000 (Mon, 09 Nov 2009)
Log Message:
-----------
imlib2: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/imlib2/trunk/Makefile
csw/mgar/pkg/imlib2/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/imlib2/
Modified: csw/mgar/pkg/imlib2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/imlib/trunk/Makefile 2009-11-09 13:31:29 UTC (rev 7174)
+++ csw/mgar/pkg/imlib2/trunk/Makefile 2009-11-09 16:06:40 UTC (rev 7179)
@@ -1,27 +1,34 @@
-GARNAME = imlib
-GARVERSION = 1.9.15
+GARNAME = imlib2
+GARVERSION = 1.4.2
CATEGORIES = lib
-DESCRIPTION = An advanced replacement library for libraries like libXpm
+DESCRIPTION = Imlib 2 is the successor to Imlib, a powerful graphics library
define BLURB
+ Imlib 2 is the successor to Imlib. It is NOT a newer version -- it is a completely new library.
+ Imlib 2 can be installed alongside Imlib 1.x without any problems since they are effectively
+ different libraries which have very similar functionality. Please see the homepage for the
+ long description of the differences.
endef
+SF_PROJ = enlightenment
MASTER_SITES = $(SF_MIRRORS)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTFILES += $(GARNAME)_loaders-$(GARVERSION).tar.bz2
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
-EXTRA_INC = $(prefix)/X11/include
-EXTRA_LIB = $(prefix)/X11/lib
-EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+REQUIRED_PKGS = CSWbzip2 CSWftype2 CSWgiflibrt CSWjpeg CSWlibid3tag
+REQUIRED_PKGS += CSWlibxext CSWpng CSWtiff CSWzlib
-# EXTRA_LINKER_FLAGS = /usr/openwin/lib/libXext.so
+#EXTRA_INC = $(prefix)/X11/include
+#EXTRA_LIB = $(prefix)/X11/lib
+#EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --x-include=$(prefix)/X11/include
-CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR))
+#CONFIGURE_ARGS += --x-include=$(prefix)/X11/include
+#CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR))
TEST_TARGET = check
Modified: csw/mgar/pkg/imlib2/trunk/checksums
===================================================================
--- csw/mgar/pkg/imlib/trunk/checksums 2009-11-09 13:31:29 UTC (rev 7174)
+++ csw/mgar/pkg/imlib2/trunk/checksums 2009-11-09 16:06:40 UTC (rev 7179)
@@ -1 +1,2 @@
-7db987e6c52e4daf70d7d0f471238eae download/imlib-1.9.15.tar.bz2
+9f15568e76ebda9092c571e0df261f54 imlib2-1.4.2.tar.bz2
+972f64c179035014b72243ccd6245c5e imlib2_loaders-1.4.2.tar.bz2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list