mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libtimidity, bump version (#6222)
This commit is contained in:
@@ -1,29 +1,30 @@
|
||||
SUMMARY="MIDI to WAVE converter library"
|
||||
DESCRIPTION="
|
||||
This library is based on the TiMidity decoder from SDL_sound library. \
|
||||
DESCRIPTION="This library is based on the TiMidity decoder from SDL_sound \
|
||||
library.
|
||||
Purpose to create this library is to avoid unnecessary dependences. \
|
||||
SDL_sound requires SDL and some other libraries, that not needed to \
|
||||
process MIDI files. In addition libTiMidity provides more suitable \
|
||||
API to work with MIDI songs, it enables to specify full path to the \
|
||||
timidity configuration file, and have function to retrieve meta data \
|
||||
from MIDI song.
|
||||
"
|
||||
process MIDI files.
|
||||
In addition libTiMidity provides more suitable API to work with MIDI songs, \
|
||||
it enables to specify full path to the timidity configuration file, and have \
|
||||
function to retrieve meta data from MIDI song."
|
||||
HOMEPAGE="http://libtimidity.sourceforge.net"
|
||||
COPYRIGHT="
|
||||
1995 Tuukka Toivonen
|
||||
COPYRIGHT="1995 Tuukka Toivonen
|
||||
2004 Konstantin Korikov
|
||||
"
|
||||
2007-2021 Ozkan Sezer"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/libtimidity/libtimidity/$portVersion/libtimidity-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="52c6de6608ba640b4678041c01320290790a1f18c901ef03575fbf47807350bf"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sf.net/project/libtimidity/libtimidity/$portVersion/libtimidity-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="26447cbc049fb262e26b640e42c063e8694133aa92ff145e0d0b15a03a352e6a"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
libVersion="2.0.1"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
libtimidity$secondaryArchSuffix = $portVersion compat >= 0
|
||||
lib:libtimidity_0.1$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
libtimidity$secondaryArchSuffix = $portVersion
|
||||
lib:libtimidity$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -31,9 +32,8 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libtimidity${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libtimidity$secondaryArchSuffix = 0.1.0 compat >= 0
|
||||
devel:libtimidity_0.1$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
libtimidity${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libtimidity$secondaryArchSuffix = libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libtimidity$secondaryArchSuffix == $portVersion base
|
||||
@@ -66,7 +66,7 @@ INSTALL()
|
||||
|
||||
rm $libDir/libtimidity.la
|
||||
|
||||
prepareInstalledDevelLibs libtimidity
|
||||
prepareInstalledDevelLib libtimidity
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
Reference in New Issue
Block a user