SF.net SVN: gar:[27132] csw/mgar/pkg
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Fri Dec 20 20:21:47 CET 2024
Revision: 27132
http://sourceforge.net/p/gar/code/27132
Author: jake_goerzen
Date: 2024-12-20 19:21:46 +0000 (Fri, 20 Dec 2024)
Log Message:
-----------
libsdl2mixer: initial commit version 2.8.0
Added Paths:
-----------
csw/mgar/pkg/sdl2mixer/
csw/mgar/pkg/sdl2mixer/Makefile
csw/mgar/pkg/sdl2mixer/branches/
csw/mgar/pkg/sdl2mixer/tags/
csw/mgar/pkg/sdl2mixer/trunk/
csw/mgar/pkg/sdl2mixer/trunk/Makefile
csw/mgar/pkg/sdl2mixer/trunk/checksums
csw/mgar/pkg/sdl2mixer/trunk/files/
Added: csw/mgar/pkg/sdl2mixer/Makefile
===================================================================
--- csw/mgar/pkg/sdl2mixer/Makefile (rev 0)
+++ csw/mgar/pkg/sdl2mixer/Makefile 2024-12-20 19:21:46 UTC (rev 27132)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/sdl2mixer/trunk
===================================================================
--- csw/mgar/pkg/sdl2mixer/trunk 2024-12-19 05:33:08 UTC (rev 27131)
+++ csw/mgar/pkg/sdl2mixer/trunk 2024-12-20 19:21:46 UTC (rev 27132)
Property changes on: csw/mgar/pkg/sdl2mixer/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/sdl2mixer/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sdl2mixer/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/sdl2mixer/trunk/Makefile 2024-12-20 19:21:46 UTC (rev 27132)
@@ -0,0 +1,49 @@
+NAME = SDL2_mixer
+VERSION = 2.8.0
+GARTYPE = v2
+
+DESCRIPTION = Multi-channel audio mixer library
+define BLURB
+SDL mixer supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.
+endef
+
+MASTER_SITES = http://www.libsdl.org/projects/SDL_mixer/release/
+DISTFILES = $(NAME)-$(VERSION).tar.gz
+
+GARCOMPILER = GNU
+
+PACKAGES += CSWlibsdl2mixer2-0-0
+CATALOGNAME_CSWlibsdl2mixer2-0-0 = libsdl2mixer2_0_0
+PKGFILES_CSWlibsdl2mixer2-0-0 += $(call baseisadirs,$(libdir),libSDL2_mixer-2\.0\.so\.0\.800\.0)
+PKGFILES_CSWlibsdl2mixer2-0-0 += $(call baseisadirs,$(libdir),libSDL2_mixer-2\.0\.so\.0(\.\d+)*)
+SPKG_DESC_CSWlibsdl2mixer2-0-0 += $(DESCRIPTION), libSDL2_mixer-2.0.so.0
+
+PACKAGES += CSWlibsdl2mixer-dev
+CATALOGNAME_CSWlibsdl2mixer-dev = libsdl2mixer_dev
+SPKG_DESC_CSWlibsdl2mixer-dev += $(DESCRIPTION), development files
+PKGFILES_CSWlibsdl2mixer-dev += /opt/csw/lib/libSDL2_mixer.so
+PKGFILES_CSWlibsdl2mixer-dev += $(PKGFILES_DEVEL)
+
+EXTRA_LDFLAGS = -lm
+
+REINPLACE_USRLOCAL += timidity/config.h
+REINPLACE_USRSHARE += timidity/config.h
+
+RUNTIME_DEP_PKGS_CSWlibsdl2mixer-dev += CSWlibsdl2mixer2-0-0
+RUNTIME_DEP_PKGS_CSWlibsdl2mixer2-0-0 += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibsdl2mixer2-0-0 += CSWlibsdl2-2-0-0
+
+CHECKPKG_OVERRIDES_CSWlibsdl2mixer2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/libSDL2_mixer-2.0.so.0.800.0
+CHECKPKG_OVERRIDES_CSWlibsdl2mixer2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libSDL2_mixer-2.0.so.0.800.0
+CHECKPKG_OVERRIDES_CSWlibsdl2mixer2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libSDL2_mixer-2.0.so.0.800.0
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+BUILD64_LIBS_ONLY = 1
+
+CONFIGURE_ARGS = $(DIRPATHS) --disable-static
+
+TEST_SCRIPTS =
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/sdl2mixer/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/sdl2mixer/trunk/checksums
===================================================================
--- csw/mgar/pkg/sdl2mixer/trunk/checksums (rev 0)
+++ csw/mgar/pkg/sdl2mixer/trunk/checksums 2024-12-20 19:21:46 UTC (rev 27132)
@@ -0,0 +1 @@
+6c4b2936784856c575b838a5731a23d1 SDL2_mixer-2.8.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