[csw-devel] SF.net SVN: gar:[13540] csw/mgar/pkg/libvorbis/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Mar 2 21:14:16 CET 2011


Revision: 13540
          http://gar.svn.sourceforge.net/gar/?rev=13540&view=rev
Author:   dmichelsen
Date:     2011-03-02 20:14:15 +0000 (Wed, 02 Mar 2011)

Log Message:
-----------
libvorbis: Update to 1.3.2, split package and cleanup

Modified Paths:
--------------
    csw/mgar/pkg/libvorbis/trunk/Makefile
    csw/mgar/pkg/libvorbis/trunk/checksums

Modified: csw/mgar/pkg/libvorbis/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libvorbis/trunk/Makefile	2011-03-02 19:37:38 UTC (rev 13539)
+++ csw/mgar/pkg/libvorbis/trunk/Makefile	2011-03-02 20:14:15 UTC (rev 13540)
@@ -1,8 +1,8 @@
 NAME = libvorbis
-VERSION = 1.3.1
+VERSION = 1.3.2
 CATEGORIES = lib
 
-DESCRIPTION = Vorbis codec library.
+DESCRIPTION = Vorbis codec library
 define BLURB
   Ogg Vorbis is a high-quality lossy audio codec that is free of intellectual
   property restrictions. libvorbis is the main vorbis codec library. It depends
@@ -12,17 +12,49 @@
 MASTER_SITES = http://downloads.xiph.org/releases/vorbis/
 DISTFILES  = $(NAME)-$(VERSION).tar.gz
 
-PACKAGES = CSWvorbis
-CATALOGNAME = libvorbis
-RUNTIME_DEP_PKGS = CSWlibogg CSWsunmath
+# This is obsoleted
+PACKAGES += CSWvorbis
+CATALOGNAME_CSWvorbis = libvorbis
 
-SPKG_SOURCEURL = http://www.vorbis.com/
+PACKAGES += CSWlibvorbis0
+CATALOGNAME_CSWlibvorbis0 = libvorbis0
+SPKG_DESC_CSWlibvorbis0 = Vorbis codec library, libvorbis.so.0
+PKGFILES_CSWlibvorbis0 += $(call baseisadirs,$(libdir),libvorbis\.so\.0(\.\d+)*)
+RUNTIME_DEP_PKGS_CSWlibvorbis0 += CSWlibogg
+RUNTIME_DEP_PKGS_CSWlibvorbis0 += CSWsunmath
+OBSOLETES_CSWlibvorbis0 = CSWvorbis
 
+PACKAGES += CSWlibvorbisenc2
+CATALOGNAME_CSWlibvorbisenc2 = libvorbisenc2
+SPKG_DESC_CSWlibvorbisenc2 = Vorbis codec library, libvorbisenc.so.2
+PKGFILES_CSWlibvorbisenc2 += $(call baseisadirs,$(libdir),libvorbisenc\.so\.2(\.\d+)*)
+RUNTIME_DEP_PKGS_CSWlibvorbisenc2 += CSWlibogg
+RUNTIME_DEP_PKGS_CSWlibvorbisenc2 += CSWlibvorbis0
+RUNTIME_DEP_PKGS_CSWlibvorbisenc2 += CSWsunmath
+OBSOLETES_CSWlibvorbisenc2 = CSWvorbis
+
+PACKAGES += CSWlibvorbisfile3
+CATALOGNAME_CSWlibvorbisfile3 = libvorbisfile3
+SPKG_DESC_CSWlibvorbisfile3 = Vorbis codec library, libvorbisfile.so.3
+PKGFILES_CSWlibvorbisfile3 += $(call baseisadirs,$(libdir),libvorbisfile\.so\.3(\.\d+)*)
+RUNTIME_DEP_PKGS_CSWlibvorbisfile3 += CSWlibogg
+RUNTIME_DEP_PKGS_CSWlibvorbisfile3 += CSWlibvorbis0
+RUNTIME_DEP_PKGS_CSWlibvorbisfile3 += CSWsunmath
+OBSOLETES_CSWlibvorbisfile3 = CSWvorbis
+
+PACKAGES += CSWlibvorbis-dev
+CATALOGNAME_CSWlibvorbis-dev = libvorbis_dev
+SPKG_DESC_CSWlibvorbis-dev = Development files for libvorbis*.so
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibvorbis-dev += CSWlibvorbis0
+RUNTIME_DEP_PKGS_CSWlibvorbis-dev += CSWlibvorbisfile3
+RUNTIME_DEP_PKGS_CSWlibvorbis-dev += CSWlibvorbisenc2
+
+
+VENDOR_URL = http://www.vorbis.com/
+
 BUILD64 = 1
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
 EXTRA_LD_FLAGS = -L$(libdir) -lsunmath -lm
 
 CONFIGURE_ARGS = $(DIRPATHS)

Modified: csw/mgar/pkg/libvorbis/trunk/checksums
===================================================================
--- csw/mgar/pkg/libvorbis/trunk/checksums	2011-03-02 19:37:38 UTC (rev 13539)
+++ csw/mgar/pkg/libvorbis/trunk/checksums	2011-03-02 20:14:15 UTC (rev 13540)
@@ -1 +1 @@
-016e523fac70bdd786258a9d15fd36e9  libvorbis-1.3.1.tar.gz
+c870b9bd5858a0ecb5275c14486d9554  libvorbis-1.3.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