[csw-devel] SF.net SVN: gar:[3943] csw/mgar/pkg/vorbistools/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Mar 25 14:17:57 CET 2009
Revision: 3943
http://gar.svn.sourceforge.net/gar/?rev=3943&view=rev
Author: dmichelsen
Date: 2009-03-25 13:17:55 +0000 (Wed, 25 Mar 2009)
Log Message:
-----------
vorbistools: Update to 1.2.0
Modified Paths:
--------------
csw/mgar/pkg/vorbistools/trunk/Makefile
csw/mgar/pkg/vorbistools/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/vorbistools/trunk/files/
Property Changed:
----------------
csw/mgar/pkg/vorbistools/trunk/
Property changes on: csw/mgar/pkg/vorbistools/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/vorbistools/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vorbistools/trunk/Makefile 2009-03-25 13:08:53 UTC (rev 3942)
+++ csw/mgar/pkg/vorbistools/trunk/Makefile 2009-03-25 13:17:55 UTC (rev 3943)
@@ -1,8 +1,8 @@
-GARNAME = vorbis-tools
-GARVERSION = 1.0.1
+GARNAME = vorbistools
+GARVERSION = 1.2.0
CATEGORIES = utils
-DESCRIPTION = Play, encode and manage Ogg Vorbis files.
+DESCRIPTION = Vorbis audio tools
define BLURB
Ogg Vorbis is a high-quality lossy audio codec which is free of intellectual
property restrictions (like those surrounding MP3). These are the tools that
@@ -10,15 +10,23 @@
simple commentor.
endef
-UPSTREAM_MASTER_SITES = http://www.vorbis.com/files/
-MASTER_SITES = http://www.vorbis.com/files/1.0.1/unix/
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTNAME = vorbis-tools-$(GARVERSION)
+MASTER_SITES = http://downloads.xiph.org/releases/vorbis/
+DISTFILES = $(DISTNAME).tar.gz
+PACKAGES = CSWvtools
+CATALOGNAME = vorbistools
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = (\d+(?:\.\d+)*)
-DEPENDS = lib/libvorbis
+BUILD64 = 1
+EXTRA_BUILD_ISAS = sparcv8plus+vis pentium_pro
+EXTRA_LINKER_FLAGS += -lrt
+
CONFIGURE_ARGS = $(DIRPATHS)
+TEST_TARGET = check
+
include gar/category.mk
Modified: csw/mgar/pkg/vorbistools/trunk/checksums
===================================================================
--- csw/mgar/pkg/vorbistools/trunk/checksums 2009-03-25 13:08:53 UTC (rev 3942)
+++ csw/mgar/pkg/vorbistools/trunk/checksums 2009-03-25 13:17:55 UTC (rev 3943)
@@ -1 +1 @@
-80d3ae3bbae2a488d433d86b8fd64777 download/vorbis-tools-1.0.1.tar.gz
+df976d24e51ef3d87cd462edf747bf9a download/vorbis-tools-1.2.0.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