Fixed gcc4 build of beae. Update dependency for armyknife to newer version.

This commit is contained in:
Scott McCreary
2010-09-14 22:09:08 +00:00
parent 261c99e4a5
commit 67cd28d4b9
2 changed files with 29 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
DESCRIPTION="Army Knife is an application that lets you edit the metadata of audio files."
DESCRIPTION="ArmyKnife is an application that lets you edit the metadata of audio files."
HOMEPAGE="http://dev.osdrawer.net/projects/armyknife"
SRC_URI="svn+http://svn.osdrawer.net/armyknife"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-libs/taglib >= 1.6.1"
DEPEND="media-libs/taglib >= 1.6.3"
#CHECKSUM_MD5=""
BUILD {
cd armyknife-61

View File

@@ -0,0 +1,27 @@
DESCRIPTION="BeAE - Audio Editor"
HOMEPAGE="http://beae.berlios.de/"
SRC_URI="svn+http://svn.berlios.de/svnroot/repos/beae/trunk#22"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/cmake >= 2.8.0"
#CHECKSUM_MD5=""
BUILD {
cd beae-22
cmake .
make
}
INSTALL {
cd beae-22
mkdir -p ${DESTDIR}/boot/apps
cp -a BeAE ${DESTDIR}/boot/apps
cp -a build/BeAE ${DESTDIR}/boot/apps/BeAE
mkdir -p ${DESTDIR}/boot/common/data/licenses
cp -a license.txt ${DESTDIR}/boot/common/data/licenses/BeAE
rm -f ${DESTDIR}/boot/apps/BeAE/.OptionalPackageDescription
if [ -z ${DESTDIR} ];then
find /boot/apps/BeAE -type d -name ".svn" | xargs rm -rf
fi
}
LICENSE="BeAE"
COPYRIGHT="2003 Xentronix"