mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
WIP version of gogo_no_coda
It is bailing out somewhere after getting patched, but I can't tell where since the error message is very cryptic and long.
This commit is contained in:
@@ -1,23 +1,39 @@
|
||||
SUMMARY="Mp3 encoder based on LAME3.88"
|
||||
DESCRIPTION="Mp3 encoder based on LAME3.88, which is optimized for Enhanced 3D Now!/SSE/SSE2 and dual-CPUs."
|
||||
HOMEPAGE="https://github.com/teragonaudio/gogo-no-coda"
|
||||
SRC_URI="https://github.com/teragonaudio/gogo-no-coda/archive/master.zip"
|
||||
CHECKSUM_MD5="b60ae82f7fc70cbefd2e4003b9e13c8f"
|
||||
CHECKSUM_MD5="7b3008a0aba2578a2b428ba538452e87"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2001-2003 Respective gogo-no-coda creators"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
MESSAGE="This port only builds with gcc2. Use 'setgcc gcc2' before building."
|
||||
DEPEND="dev-lang/nasm"
|
||||
ARCHITECTURES="?x86 x86_gcc2"
|
||||
|
||||
PATCHES="gogo-no-coda-3.13.patch"
|
||||
|
||||
PROVIDES="
|
||||
gogo_enc = $portVersion compat >= 1
|
||||
"
|
||||
REQUIRES="haiku >= $haikuVersion"
|
||||
|
||||
BUILD_REQUIRES="haiku >= $haikuVersion"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
cmd:make
|
||||
cmd:nasm
|
||||
"
|
||||
|
||||
|
||||
SOURCE_DIR="gogo-no-coda-master"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd gogo-no-coda-master/linux
|
||||
make
|
||||
cd linux
|
||||
make linux $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd gogo-no-coda-master/linux
|
||||
make install prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make install $jobArgs
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2001-2003 Respective gogo-no-coda creators"
|
||||
|
||||
@@ -55,7 +55,7 @@ diff -Naur gogo-no-coda-master/linux/Makefile gogo-no-coda-master-haiku/linux/Ma
|
||||
#######################################################
|
||||
|
||||
TARGET = gogo
|
||||
+prefix =
|
||||
+prefix =
|
||||
+BINDIR = $(prefix)/bin
|
||||
|
||||
#######################################################
|
||||
|
||||
Reference in New Issue
Block a user