libtimidity: initial import v0.2.7, optional dependency for moc

This commit is contained in:
John McQuah 2023-03-04 09:28:52 -05:00
parent bebc2ef31e
commit 93d6cce372
5 changed files with 45 additions and 4 deletions

9
libtimidity/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/timidity.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libtimidity.so -> libtimidity.so.2.0.1
lrwxrwxrwx root/root usr/lib/libtimidity.so.2 -> libtimidity.so.2.0.1
-rwxr-xr-x root/root usr/lib/libtimidity.so.2.0.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libtimidity.pc

5
libtimidity/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31bJLz5S/F5/Tc6mgPsteg+N+X7lcvKBiVEwha/U1Zl2Krnq75Z3p/rlJ0l7jNR8yOP3CdrYaCJyKMvGfbFUXgg=
SHA256 (Pkgfile) = 22f5cd48ee4cd7815d976e5b378a9d66a7572bb36a5dbd6a7dc117b61d371e7c
SHA256 (.footprint) = 9e0a554dca5247142bcf81273ca055fbfe7232e31523a559ff529dbb82109833
SHA256 (libtimidity-0.2.7.tar.gz) = 26447cbc049fb262e26b640e42c063e8694133aa92ff145e0d0b15a03a352e6a

27
libtimidity/Pkgfile Normal file
View File

@ -0,0 +1,27 @@
# Description: midi to wav converter, extracted from SDL_sound
# URL: http://libtimidity.sourceforge.net/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: alsa-lib
name=libtimidity
version=0.2.7
release=1
source=(
http://downloads.sourceforge.net/$name/$name-$version.tar.gz
)
build(){
cd $name-$version
./configure \
--prefix=/usr \
--enable-static=no \
--enable-shared=yes \
--with-timidity-cfg=/etc/timidity.cfg
make
make DESTDIR=$PKG install
# strip .la files
rm $PKG/usr/lib/*.la
}

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ypE4//nGfkF+KiTQHv+JmURj1JUtcvmGivgiSfGfSmzrndVJIzpzN2RaEkOdO9w0nHNLd4X8sulOwnYWKNpEwo=
SHA256 (Pkgfile) = a90a095447006c799347cafb0468ac8cb4ac3a23025aa9886bce09757a99e169
RWSagIOpLGJF306YH4nmDXd1gHFfr66Gww65PHiiYWC3c6RL6hU2t9IX8n9s+3HE9NMbQCqmlcNOqY48AWPfeDRX9OaA8TEWsg0=
SHA256 (Pkgfile) = 7c3253d35b2a5851ee894d6d04e183ea2a8479f2c67b92c80f3b664ccfc4d6c3
SHA256 (.footprint) = c739c03c6c90f9487c51f38a03c2cb807316a6a3bef00967c088c59252b57078
SHA256 (moc-2.5.2.tar.bz2) = f3a68115602a4788b7cfa9bbe9397a9d5e24c68cb61a57695d1c2c3ecf49db08
SHA256 (moc-https.patch) = d5ace9820974912e4f3d9361ad5d03d1d655348f17c9710dff527020101e98fa

View File

@ -1,8 +1,8 @@
# Description: Console audio player.
# URL: http://moc.daper.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: curl libid3tag libmad libsndfile popt
# Optional: faad2 lame libmodplug mpg123 musepack speex taglib wavpack
# Optional: faad2 lame libmodplug libtimidity mpg123 musepack speex taglib wavpack
name=moc
version=2.5.2