[csw-devel] SF.net SVN: gar:[9221] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Mar 17 10:46:05 CET 2010
Revision: 9221
http://gar.svn.sourceforge.net/gar/?rev=9221&view=rev
Author: dmichelsen
Date: 2010-03-17 09:46:05 +0000 (Wed, 17 Mar 2010)
Log Message:
-----------
imlib2_loaders: Initial commit, dependencies EDB and EET still missing
Added Paths:
-----------
csw/mgar/pkg/imlib2_loaders/
csw/mgar/pkg/imlib2_loaders/trunk/Makefile
csw/mgar/pkg/imlib2_loaders/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/imlib2_loaders/trunk/Makefile
csw/mgar/pkg/imlib2_loaders/trunk/checksums
Deleted: csw/mgar/pkg/imlib2_loaders/trunk/Makefile
===================================================================
--- csw/mgar/pkg/imlib2/trunk/Makefile 2010-03-02 00:06:52 UTC (rev 8930)
+++ csw/mgar/pkg/imlib2_loaders/trunk/Makefile 2010-03-17 09:46:05 UTC (rev 9221)
@@ -1,35 +0,0 @@
-GARNAME = imlib2
-GARVERSION = 1.4.2
-CATEGORIES = lib
-
-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
-
-RUNTIME_DEP_PKGS = CSWbzip2 CSWftype2 CSWgiflibrt CSWjpeg CSWlibid3tag
-RUNTIME_DEP_PKGS += CSWlibxext CSWpng CSWtiff CSWzlib
-
-#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))
-
-TEST_TARGET = check
-
-include gar/category.mk
Copied: csw/mgar/pkg/imlib2_loaders/trunk/Makefile (from rev 9219, csw/mgar/pkg/imlib2/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/imlib2_loaders/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/imlib2_loaders/trunk/Makefile 2010-03-17 09:46:05 UTC (rev 9221)
@@ -0,0 +1,38 @@
+GARNAME = imlib2_loaders
+GARVERSION = 1.4.3
+CATEGORIES = lib
+
+DESCRIPTION = Imlib 2 image loaders for XCF, EDB and EET
+
+define BLURB
+ The XCF loader cannot be packaged together with Imlib 2 because Imlib 2
+ is distributed under the BSD license, whereas the XCF loader is using
+ elements of the Gimp's (www.gimp.org) codebase, which is distributed
+ under the GPL. The XCF loader therefore is GPL'd as well.
+ 2 other loaders are here too: EDB and EET
+endef
+
+SF_PROJ = enlightenment
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(GARNAME)-$(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
+
+PACKAGES = CSWimlib2loaders
+CATALOGNAME = imlib2_loaders
+
+DEP_PKGS = CSWimlib2
+
+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))
+
+TEST_TARGET = check
+
+include gar/category.mk
Deleted: csw/mgar/pkg/imlib2_loaders/trunk/checksums
===================================================================
--- csw/mgar/pkg/imlib2/trunk/checksums 2010-03-02 00:06:52 UTC (rev 8930)
+++ csw/mgar/pkg/imlib2_loaders/trunk/checksums 2010-03-17 09:46:05 UTC (rev 9221)
@@ -1,2 +0,0 @@
-9f15568e76ebda9092c571e0df261f54 imlib2-1.4.2.tar.bz2
-972f64c179035014b72243ccd6245c5e imlib2_loaders-1.4.2.tar.bz2
Copied: csw/mgar/pkg/imlib2_loaders/trunk/checksums (from rev 9219, csw/mgar/pkg/imlib2/trunk/checksums)
===================================================================
--- csw/mgar/pkg/imlib2_loaders/trunk/checksums (rev 0)
+++ csw/mgar/pkg/imlib2_loaders/trunk/checksums 2010-03-17 09:46:05 UTC (rev 9221)
@@ -0,0 +1 @@
+9dd8f9258b5088e8523e08ac63466ed8 imlib2_loaders-1.4.3.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