audio/ym2wav is now part of audio/stymulator
This commit is contained in:
parent
2915713856
commit
3e5b16425e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251582
5 changed files with 1 additions and 42 deletions
1
MOVED
1
MOVED
|
@ -4347,3 +4347,4 @@ x11-drivers/xf86-input-palmax||2010-03-27|Unmaintained upstream. Notify x11 Main
|
|||
x11-drivers/xf86-input-spaceorb||2010-03-27|Unmaintained upstream. Notify x11 Maintainers if you have this device.
|
||||
x11-drivers/xf86-input-summa||2010-03-27|Unmaintained upstream. Notify x11 Maintainers if you have this device.
|
||||
x11-drivers/xf86-input-tek4957||2010-03-27|Unmaintained upstream. Notify x11 Maintainers if you have this device.
|
||||
audio/ym2wav|audio/stymulator|2010-03-27|ym2wav is now part of stymulator
|
||||
|
|
|
@ -851,7 +851,6 @@
|
|||
SUBDIR += yammi
|
||||
SUBDIR += yamt
|
||||
SUBDIR += yell
|
||||
SUBDIR += ym2wav
|
||||
SUBDIR += zinf
|
||||
SUBDIR += zynaddsubfx
|
||||
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
# New ports collection makefile for: ym2wav
|
||||
# Date created: 24 Mar 2010
|
||||
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ym2wav
|
||||
DISTVERSION= 0.21a
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://atariarea.krap.pl/stymulator/files/ \
|
||||
CRITICAL
|
||||
DISTNAME= STYMulator-${DISTVERSION}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Convert .ym (Yamaha YM2149 soundchip) music files to wav
|
||||
|
||||
PLIST_FILES= bin/ym2wav
|
||||
|
||||
do-build:
|
||||
.for i in digidrum Ymload Ym2149Ex YmMusic YmUserInterface
|
||||
${CXX} ${CXXFLAGS} -c ${WRKSRC}/src/stsoundlib/${i}.cpp \
|
||||
-o ${WRKSRC}/src/stsoundlib/${i}.o
|
||||
.endfor
|
||||
${CC} ${CFLAGS} -c ${WRKSRC}/src/stsoundlib/lzh/lzhlib.cpp \
|
||||
-o ${WRKSRC}/src/stsoundlib/lzh/lzhlib.o
|
||||
${CXX} -o ${WRKSRC}/src/${PORTNAME} ${WRKSRC}/src/ym2wav.cpp \
|
||||
${WRKSRC}/src/stsoundlib/lzh/lzhlib.o \
|
||||
${WRKSRC}/src/stsoundlib/*.o
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
MD5 (STYMulator-0.21a.tar.gz) = e6ab8164dfac0300bb91a82f6e704841
|
||||
SHA256 (STYMulator-0.21a.tar.gz) = df0ea39339620682e76e0d8b6b128d69ccaa82687556aa207c1f6d6826206365
|
||||
SIZE (STYMulator-0.21a.tar.gz) = 113278
|
|
@ -1,4 +0,0 @@
|
|||
A program for converting Yamaha YM2149 soundchip music files to wav using the
|
||||
ST-Sound library.
|
||||
|
||||
WWW: http://atariarea.krap.pl/stymulator/
|
Loading…
Reference in a new issue