added 60 ports

This commit is contained in:
2022-02-05 15:39:19 -05:00
parent 88c4996e65
commit 516c20d78a
277 changed files with 52093 additions and 0 deletions

9
timidity++/.footprint Normal file
View File

@@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/timidity
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/timidity.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/timidity.cfg.5.gz

1
timidity++/.md5sum Normal file
View File

@@ -0,0 +1 @@
27927182d62ba24abbf447a9e9919c53 TiMidity++-2.14.0.tar.xz

5
timidity++/.signature Normal file
View File

@@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxGpd6GmQavSmQm/nsKgMgEwR6rsjnhNPlmTtluJZHt94Swl0zbAkHh0XEmMcHAb/kxbw64dDwufo4SOYqisYdQc=
SHA256 (Pkgfile) = 0942fb15024f5c2071fd0ece24c7683219fb95bdc9746b7dc231be9762ef664e
SHA256 (.footprint) = fb7ab3468422fa0f6148b3f43374e4ca363344d8e93657c52622de18bd1c9eba
SHA256 (TiMidity++-2.14.0.tar.xz) = abf0c8367959e85c9e635b8fbd5183fc27bd380e0ef5e45de4158784538c86fc

25
timidity++/Pkgfile Normal file
View File

@@ -0,0 +1,25 @@
# Description: midi to wav converter
# URL: http://timidity.sourceforge.net/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: alsa-lib, flac, libvorbis
name=timidity++
version=2.14.0
release=1
source=(
http://downloads.sourceforge.net/timidity/TiMidity++-$version.tar.xz
)
build(){
cd TiMidity++-$version
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--enable-server \
--enable-audio=alsa,vorbis,flac,speex,wav \
--with-default-output=vorbis
make
make DESTDIR=$PKG install
}