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:
Scott McCreary
2013-08-24 18:03:58 -07:00
parent 2ec772818f
commit bbff6ba061
2 changed files with 27 additions and 11 deletions

View File

@@ -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"

View File

@@ -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
#######################################################