[csw-devel] SF.net SVN: gar:[7668] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Dec 18 15:53:09 CET 2009
Revision: 7668
http://gar.svn.sourceforge.net/gar/?rev=7668&view=rev
Author: dmichelsen
Date: 2009-12-18 14:52:58 +0000 (Fri, 18 Dec 2009)
Log Message:
-----------
mpg123: Initial commit
Added Paths:
-----------
csw/mgar/pkg/mpg123/
csw/mgar/pkg/mpg123/branches/
csw/mgar/pkg/mpg123/tags/
csw/mgar/pkg/mpg123/trunk/
csw/mgar/pkg/mpg123/trunk/Makefile
csw/mgar/pkg/mpg123/trunk/checksums
csw/mgar/pkg/mpg123/trunk/files/
Property changes on: csw/mgar/pkg/mpg123/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/mpg123/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mpg123/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/mpg123/trunk/Makefile 2009-12-18 14:52:58 UTC (rev 7668)
@@ -0,0 +1,35 @@
+GARNAME = mpg123
+GARVERSION = 1.10.0
+CATEGORIES = apps
+
+DESCRIPTION = A command-line MP3 player
+define BLURB
+ This is a console based decoder/player for mono/stereo mpeg audio files,
+ probably more familiar as MP3 or MP2 files. It's focus is speed.
+ It can play MPEG1.0/2.0/2.5 layer I, II, II (1, 2, 3;-) files
+ (VBR files are fine, too) and produce output on a number of different ways:
+ raw data to stdout and different sound systems depending on your platform.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+REQUIRED_PKGS = CSWesound CSWlibsdl CSWlibtoolrt
+
+BUILD64 = 1
+NO_ISAEXEC = 1
+EXTRA_BUILD_ISAS = sparcv8plus+vis pentium
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# When we compile 64 bit largefiles are always on
+CONFIGURE_ARGS_mm-64 += --disable-largefile
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_mm-$(MEMORYMODEL))
+
+TEST_TARGET = check
+
+MERGE_DIRS_isa-extra = $(libdir)
+
+include gar/category.mk
Added: csw/mgar/pkg/mpg123/trunk/checksums
===================================================================
--- csw/mgar/pkg/mpg123/trunk/checksums (rev 0)
+++ csw/mgar/pkg/mpg123/trunk/checksums 2009-12-18 14:52:58 UTC (rev 7668)
@@ -0,0 +1 @@
+0005c9a89c381484e2d2ff450b3dfe5e mpg123-1.10.0.tar.bz2
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