mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
69
app-emulation/uade/uade-2.13.recipe
Normal file
69
app-emulation/uade/uade-2.13.recipe
Normal file
@@ -0,0 +1,69 @@
|
||||
SUMMARY="Amiga music file player for UNIX"
|
||||
DESCRIPTION="UADE plays old Amiga tunes through UAE emulation and cloned \
|
||||
m68k-assembler Eagleplayer API.
|
||||
|
||||
UADE is Open Source compatible with Free Software definition. UADE is \
|
||||
licensed with GNU GPL. This software would not have been possible for us to \
|
||||
produce without the great Free Software model which allowed us to make use of \
|
||||
years of hard work of the UAE team. Most of the thanks goes to their \
|
||||
pioneering work to build the necessary infrastructure, especially Bernd \
|
||||
Schmidt, the initiator of UAE project.
|
||||
|
||||
The player infrastructure of UADE is built on the ground work of Eagleplayer \
|
||||
and Delitracker projects. We want to mention few people from both projects. \
|
||||
Jan Blumenthal and Henryk Richter from the Eagleplayer project; Peter Kunath, \
|
||||
Frank Riffel and Florian Vorberger from Delitracker project; Those projects \
|
||||
formed an infrastructure on which many different people produced reusable \
|
||||
external players, thanks to them too. UADE makes these external players \
|
||||
reusable on certain UNIX and other platforms.
|
||||
|
||||
UADE contains a free (as in freedom) implementation of Eagleplayer and \
|
||||
Delitracker API for UNIX variants such as GNU/Linux (Alpha, AMD64 (x86-64), \
|
||||
PA-RISC, PPC, Playstation2 and x86), Free/OpenBSD (x86), Solaris (sparc), \
|
||||
Digital Alpha UNIX, IRIX (mips), Mac OS X (ppc), and for other OS variants \
|
||||
such as AmigaOS/MorphOS. It is designed to be run as an XMMS, with \
|
||||
Cjukebox/Musicus, or a Audacious media player input plugin A built-in cmdline \
|
||||
interface also exists."
|
||||
HOMEPAGE="http://zakalwe.fi/uade/"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002-2009 UADE Team"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
SRC_URI="http://zakalwe.fi/uade/uade2/uade-2.13.tar.bz2"
|
||||
CHECKSUM_SHA256="3b194e5aebbfa99d3708d5a0b5e6bd7dc5d1caaecf4ae9b52f8ff87e222dd612"
|
||||
PATCHES="uade-2.13.patchset"
|
||||
|
||||
PROVIDES="
|
||||
uade = $portVersion
|
||||
cmd:mod2ogg2.sh
|
||||
cmd:uade123
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libao
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libao
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:pkg_config
|
||||
cmd:which
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
LDFLAGS="-lnetwork" runConfigure ./configure --sharedir=$dataDir --with-uade123
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user