[csw-devel] SF.net SVN: gar:[11230] csw/mgar/pkg/taglib/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Oct 10 22:56:34 CEST 2010
Revision: 11230
http://gar.svn.sourceforge.net/gar/?rev=11230&view=rev
Author: dmichelsen
Date: 2010-10-10 20:56:34 +0000 (Sun, 10 Oct 2010)
Log Message:
-----------
taglib: Update to 1.6.3 and add 64 bit
Modified Paths:
--------------
csw/mgar/pkg/taglib/trunk/Makefile
csw/mgar/pkg/taglib/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/taglib/trunk/files/0001-Make-sure-m64-is-passed-to-the-linker.patch
Modified: csw/mgar/pkg/taglib/trunk/Makefile
===================================================================
--- csw/mgar/pkg/taglib/trunk/Makefile 2010-10-10 20:45:46 UTC (rev 11229)
+++ csw/mgar/pkg/taglib/trunk/Makefile 2010-10-10 20:56:34 UTC (rev 11230)
@@ -1,25 +1,30 @@
GARNAME = taglib
-GARVERSION = 1.6.1
+GARVERSION = 1.6.3
CATEGORIES = lib
-DESCRIPTION = Brief description
+DESCRIPTION = A library for reading and editing the meta-data of several popular audio formats
define BLURB
- Long description
+ TagLib is a library for reading and editing the meta-data of several popular audio formats.
+ Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags
+ and Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files.
endef
MASTER_SITES = http://developer.kde.org/~wheeler/files/src/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES = 0001-Make-sure-m64-is-passed-to-the-linker.patch
+
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
LICENSE = COPYING.MPL
+VENDOR_URL = http://developer.kde.org/~wheeler/taglib.html
+
RUNTIME_DEP_PKGS_CSWtaglib += CSWzlib
-# UPSTREAM_MASTER_SITES =
-
EXTRA_LD_FLAGS += -lCstd -lCrun -lc -lm
+BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
TEST_TARGET = check
Modified: csw/mgar/pkg/taglib/trunk/checksums
===================================================================
--- csw/mgar/pkg/taglib/trunk/checksums 2010-10-10 20:45:46 UTC (rev 11229)
+++ csw/mgar/pkg/taglib/trunk/checksums 2010-10-10 20:56:34 UTC (rev 11230)
@@ -1 +1 @@
-db0502b3c3448ff1f1f9b090c1daa5f7 taglib-1.6.1.tar.gz
+ddf02f4e1d2dc30f76734df806e613eb taglib-1.6.3.tar.gz
Added: csw/mgar/pkg/taglib/trunk/files/0001-Make-sure-m64-is-passed-to-the-linker.patch
===================================================================
--- csw/mgar/pkg/taglib/trunk/files/0001-Make-sure-m64-is-passed-to-the-linker.patch (rev 0)
+++ csw/mgar/pkg/taglib/trunk/files/0001-Make-sure-m64-is-passed-to-the-linker.patch 2010-10-10 20:56:34 UTC (rev 11230)
@@ -0,0 +1,28 @@
+From 0f90de9b021e8f34d4d41df23385a659408be908 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Sun, 10 Oct 2010 22:34:31 +0200
+Subject: [PATCH] Make sure -m64 is passed to the linker
+
+---
+ admin/ltmain.sh | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/admin/ltmain.sh b/admin/ltmain.sh
+index 27ee8c4..7dcd4cd 100644
+--- a/admin/ltmain.sh
++++ b/admin/ltmain.sh
+@@ -1323,9 +1323,9 @@ EOF
+ esac
+ compile_command="$compile_command $arg"
+ finalize_command="$finalize_command $arg"
+- if test "$with_gcc" = "yes" ; then
++ #if test "$with_gcc" = "yes" ; then
+ compiler_flags="$compiler_flags $arg"
+- fi
++ #fi
+ continue
+ ;;
+
+--
+1.7.3
+
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