mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add hvl2wav g20180905, tool for converting AHX sound modules to WAV.
This commit is contained in:
parent
65c4a99158
commit
12a2df626b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488602
@ -334,6 +334,7 @@
|
||||
SUBDIR += hs-OpenAL
|
||||
SUBDIR += hs-libmpd
|
||||
SUBDIR += hts_engine-API
|
||||
SUBDIR += hvl2wav
|
||||
SUBDIR += hydrogen
|
||||
SUBDIR += icecast
|
||||
SUBDIR += icecast-kh
|
||||
|
40
audio/hvl2wav/Makefile
Normal file
40
audio/hvl2wav/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hvl2wav
|
||||
DISTVERSION= g20180905
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Tool for converting AHX sound modules to WAV
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= pete-gordon
|
||||
GH_PROJECT= hivelytracker
|
||||
GH_TAGNAME= 8296a50
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
LDFLAGS+= -lm
|
||||
|
||||
PLIST_FILES= bin/hvl2wav man/man1/hvl2wav.1.gz
|
||||
PORTEXAMPLES= *
|
||||
|
||||
do-build:
|
||||
${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}/*.c \
|
||||
-o ${WRKSRC}/${PORTNAME}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}/${PORTNAME}.1 \
|
||||
${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${PORTNAME} \
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Songs/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/hvl2wav/distinfo
Normal file
3
audio/hvl2wav/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1546006883
|
||||
SHA256 (pete-gordon-hivelytracker-g20180905-8296a50_GH0.tar.gz) = 129335104a0c4ea07a026d0da942221351c1007aaead0203b5ef108a8d8e0613
|
||||
SIZE (pete-gordon-hivelytracker-g20180905-8296a50_GH0.tar.gz) = 5818746
|
3
audio/hvl2wav/pkg-descr
Normal file
3
audio/hvl2wav/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Tool for converting Abyss' Highest eXperience (.AHX) sound modules to WAV.
|
||||
|
||||
WWW: https://github.com/pete-gordon/hivelytracker
|
Loading…
Reference in New Issue
Block a user