[csw-devel] SF.net SVN: gar:[12155] csw/mgar/pkg/lame/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jan 3 13:18:44 CET 2011


Revision: 12155
          http://gar.svn.sourceforge.net/gar/?rev=12155&view=rev
Author:   dmichelsen
Date:     2011-01-03 12:18:44 +0000 (Mon, 03 Jan 2011)

Log Message:
-----------
lame: Update to 3.98.4 and split packages

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

Modified: csw/mgar/pkg/lame/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lame/trunk/Makefile	2011-01-03 00:48:49 UTC (rev 12154)
+++ csw/mgar/pkg/lame/trunk/Makefile	2011-01-03 12:18:44 UTC (rev 12155)
@@ -1,6 +1,5 @@
 NAME = lame
-VERSION = 398-2
-SPKG_VERSION = 3.98.2
+VERSION = 3.98.4
 CATEGORIES = apps
 
 DESCRIPTION = LAME is an LGPL MP3 encoder
@@ -11,22 +10,43 @@
 MASTER_SITES = $(SF_MIRRORS)
 DISTFILES  = $(NAME)-$(VERSION).tar.gz
 
-RUNTIME_DEP_PKGS = CSWncurses
+PACKAGES = CSWlame CSWlame-mp3x CSWlame-devel CSWlibmp3lame0
 
-SPKG_SOURCEURL = http://lame.sourceforge.net/
+CATALOGNAME_CSWlame = lame
+CATALOGNAME_CSWlame-mp3x = lame_mp3x
+CATALOGNAME_CSWlame-devel = lame_devel
+CATALOGNAME_CSWlibmp3lame0 = libmp3lame0
 
+SPKG_DESC_CSWlame = $(DESCRIPTION)
+SPKG_DESC_CSWlame-mp3x = LAME Frame Analyzer for X11
+SPKG_DESC_CSWlame-devel = Development files for LAME
+SPKG_DESC_CSWlibmp3lame0 = Librare for LAME providing libmp3lame.so.0
+
+RUNTIME_DEP_PKGS_CSWlame = CSWncurses
+RUNTIME_DEP_PKGS_CSWlame-mp3x = CSWglib CSWgtk CSWncurses
+RUNTIME_DEP_PKGS_CSWlame-devel = CSWlibmp3lame0
+
+
+PKGFILES_CSWlame-mp3x = .*/mp3x
+PKGFILES_CSWlame-devel = $(PKGFILES_DEVEL)
+PKGFILES_CSWlibmp3lame0 = $(call baseisadirs,$(libdir),libmp3lame\.so\.0(\.\d+)*)
+
+VENDOR_URL = http://lame.sourceforge.net/
+
 # We define upstream file regex so we can be notifed of new upstream software release
 UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=628063
 UPSTREAM_USE_SF = 1
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
-# If the url used to check for software update is different of MASTER_SITES, then 
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES = 
-
 BUILD64 = 1
 EXTRA_BUILD_ISAS = sparcv8plus+vis pentium_pro
 
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS_isa-i386 = ac_cv_header_xmmintrin_h=no
+CONFIGURE_ARGS_isa-pentium_pro = ac_cv_header_xmmintrin_h=no
 
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-mp3x
+CONFIGURE_ARGS += --enable-mp3rtp
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_isa-$(ISA))
+
 include gar/category.mk

Modified: csw/mgar/pkg/lame/trunk/checksums
===================================================================
--- csw/mgar/pkg/lame/trunk/checksums	2011-01-03 00:48:49 UTC (rev 12154)
+++ csw/mgar/pkg/lame/trunk/checksums	2011-01-03 12:18:44 UTC (rev 12155)
@@ -1 +1 @@
-719dae0ee675d0c16e0e89952930ed35  download/lame-398-2.tar.gz
+8e9866ad6b570c6c95c8cba48060473f  lame-3.98.4.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