[csw-devel] SF.net SVN: gar:[9538] csw/mgar/pkg/libgpod/trunk
hson at users.sourceforge.net
hson at users.sourceforge.net
Sun Apr 4 21:51:21 CEST 2010
Revision: 9538
http://gar.svn.sourceforge.net/gar/?rev=9538&view=rev
Author: hson
Date: 2010-04-04 19:51:20 +0000 (Sun, 04 Apr 2010)
Log Message:
-----------
Update to 0.7.2
Switch to GAR v2
Switch from GCC to SOS12
Modified Paths:
--------------
csw/mgar/pkg/libgpod/trunk/Makefile
csw/mgar/pkg/libgpod/trunk/checksums
Property Changed:
----------------
csw/mgar/pkg/libgpod/trunk/
Property changes on: csw/mgar/pkg/libgpod/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Modified: csw/mgar/pkg/libgpod/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgpod/trunk/Makefile 2010-04-04 19:12:22 UTC (rev 9537)
+++ csw/mgar/pkg/libgpod/trunk/Makefile 2010-04-04 19:51:20 UTC (rev 9538)
@@ -1,5 +1,5 @@
GARNAME = libgpod
-GARVERSION = 0.6.0
+GARVERSION = 0.7.2
CATEGORIES = lib
DESCRIPTION = Interface to Apple iPods
@@ -13,24 +13,35 @@
SF_PROJ = gtkpod
MASTER_SITES = $(SF_MIRRORS)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWlibgpod,depend)
+RUNTIME_DEP_PKGS_CSWlibgpod += CSWggettextrt
+RUNTIME_DEP_PKGS_CSWlibgpod += CSWglib2
+RUNTIME_DEP_PKGS_CSWlibgpod += CSWgtk2
+RUNTIME_DEP_PKGS_CSWlibgpod += CSWlibxml2
+
# We define upstream file regex so we can be notifed of new upstream software release
UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=67873
UPSTREAM_USE_SF = 1
UFILES_REGEX = $(GARNAME).(\d+(?:\.\d+)*)
-GARCOMPILER = GNU
+GARCOMPILER = SOS12
+#GARCOMPILER = GNU
#GCC4 won't work. There are too many libtool deps using GCC3
-GNU_CC_HOME = /opt/csw/gcc3
+#GNU_CC_HOME = /opt/csw/gcc3
CONFIGURE_ARGS = $(DIRPATHS) --includedir=/opt/csw/include
+
TEST_SCRIPTS =
-include gar/category.mk
+STRIP_LIBTOOL=1
-post-install: remove-libtool-files
+MSGFMT= /opt/csw/bin/gmsgfmt
+MSGMERGE= /opt/csw/bin/gmsgmerge
+XGETTEXT = /opt/csw/bin/gxgettext
+GETTEXT = /opt/csw/bin/ggettext
+export MSGMERGE
+export MSGFMT
+export XGETTEXT
+export GETTEXT
-remove-libtool-files:
- (gfind $(DESTDIR)/opt/csw/lib -name \*.la -exec rm {} \;)
- (gfind $(DESTDIR)/opt/csw/lib -name \*.a -exec rm {} \;)
+include gar/category.mk
Modified: csw/mgar/pkg/libgpod/trunk/checksums
===================================================================
--- csw/mgar/pkg/libgpod/trunk/checksums 2010-04-04 19:12:22 UTC (rev 9537)
+++ csw/mgar/pkg/libgpod/trunk/checksums 2010-04-04 19:51:20 UTC (rev 9538)
@@ -1,3 +1 @@
-b44d8aee3f6610370b6faf61770c5f3c download/libgpod-0.6.0.tar.gz
-c24b831ff31a6675b53bdba73705a3e4 download/CSWlibgpod.gspec
-86df25973a5119c4e23136f14c9712fc download/CSWlibgpod.depend
+1ec69c3a19fb071b1639cdcaf68463c1 libgpod-0.7.2.tar.gz
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