mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
Fusionado haikuports/haikuports con master
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
SUMMARY="ccache is a fast compiler cache."
|
SUMMARY="ccache is a fast compiler cache."
|
||||||
DESCRIPTION="ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++."
|
DESCRIPTION="ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++."
|
||||||
HOMEPAGE="http://ccache.samba.org/"
|
HOMEPAGE="http://ccache.samba.org/"
|
||||||
SRC_URI="http://samba.org/ftp/ccache/ccache-3.1.9.tar.bz2"
|
SRC_URI="http://samba.org/ftp/ccache/ccache-3.1.9.tar.bz2"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
|
|
||||||
@@ -11,15 +11,21 @@ COPYRIGHT="2002-2007 Andrew Tridgell
|
|||||||
CHECKSUM_MD5="65f48376a91d3651d6527ca568858be8"
|
CHECKSUM_MD5="65f48376a91d3651d6527ca568858be8"
|
||||||
|
|
||||||
ARCHITECTURES="x86 x86_gcc2"
|
ARCHITECTURES="x86 x86_gcc2"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
|
ccache = $portVersion
|
||||||
cmd:ccache
|
cmd:ccache
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
lib:libroot >= $haikuVersion
|
haiku >= $haikuVersion
|
||||||
lib:libz >= 1
|
lib:libz >= 1
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
|
haiku_devel >= $haikuVersion
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:gcc
|
cmd:gcc
|
||||||
cmd:make
|
cmd:make
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
SUMMARY="fastdep is a fast dependency generator for C/C++ files."
|
SUMMARY="fastdep is a fast dependency generator for C/C++ files."
|
||||||
DESCRIPTION="fastdep is a preprocessor which generates dependency information suitable for Makefile inclusion from C or C++ source files. Meant to run on slower hardware, it is several orders of magnitude faster than gcc."
|
DESCRIPTION="fastdep is a preprocessor which generates dependency information suitable for Makefile inclusion from C or C++ source files. Meant to run on slower hardware, it is several orders of magnitude faster than gcc."
|
||||||
HOMEPAGE="http://www.irule.be/bvh/c++/fastdep/"
|
HOMEPAGE="http://www.irule.be/bvh/c++/fastdep/"
|
||||||
SRC_URI="http://ports-space.haiku-files.org/dev-util/source/fastdep-0.16.tar.gz"
|
SRC_URI="http://ports-space.haiku-files.org/dev-util/source/fastdep-0.16.tar.gz"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
CHECKSUM_MD5="838c08b790a5dfe9a50a4aec7947bc54"
|
CHECKSUM_MD5="838c08b790a5dfe9a50a4aec7947bc54"
|
||||||
@@ -14,14 +14,15 @@ PATCHES="fastdep-0.16.patch"
|
|||||||
PROVIDES="
|
PROVIDES="
|
||||||
cmd:fastdep = $portVersion compat >= 0
|
cmd:fastdep = $portVersion compat >= 0
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
lib:libstdc++.r4
|
haiku >= $haikuVersion
|
||||||
lib:libroot >= $haikuVersion"
|
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
"
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku_devel >= $haikuVersion
|
||||||
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:gcc
|
cmd:gcc
|
||||||
cmd:make
|
cmd:make
|
||||||
@@ -40,5 +41,3 @@ INSTALL()
|
|||||||
mkdir -p $binDir
|
mkdir -p $binDir
|
||||||
cp -f fastdep $binDir
|
cp -f fastdep $binDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
SUMMARY="Paladin is a open source integrated development environment (IDE)"
|
SUMMARY="Paladin is a open source integrated development environment (IDE)"
|
||||||
DESCRIPTION="Paladin is an open source integrated development environment (IDE) modeled after BeOS' BeIDE."
|
DESCRIPTION="Paladin is an open source integrated development environment (IDE) modeled after BeOS' BeIDE."
|
||||||
HOMEPAGE="http://paladin.sourceforge.net"
|
HOMEPAGE="http://paladin.sourceforge.net"
|
||||||
SRC_URI="http://sourceforge.net/projects/paladin/files/Paladin-1.3.src.zip/download"
|
SRC_URI="http://sourceforge.net/projects/paladin/files/Paladin-1.3.src.zip/download"
|
||||||
REVISION="2"
|
REVISION="2"
|
||||||
CHECKSUM_MD5="5cf4b445f77626f71956ccc325ed77dc"
|
CHECKSUM_MD5="5cf4b445f77626f71956ccc325ed77dc"
|
||||||
@@ -25,6 +25,8 @@ PROVIDES="
|
|||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku >= $haikuVersion
|
haiku >= $haikuVersion
|
||||||
lib:libpcre
|
lib:libpcre
|
||||||
|
cmd:fastdep
|
||||||
|
cmd:ccache
|
||||||
"
|
"
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
devel:libpcre
|
devel:libpcre
|
||||||
@@ -51,12 +53,12 @@ BUILD()
|
|||||||
cd Paladin
|
cd Paladin
|
||||||
./build.sh
|
./build.sh
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
#Rez
|
#Rez
|
||||||
cd PalEdit/rez/Sources
|
cd PalEdit/rez/Sources
|
||||||
g++ -o rez *.cpp -I. -lbe
|
g++ -o rez *.cpp -I. -lbe
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
||||||
#PalEdit
|
#PalEdit
|
||||||
cd PalEdit/Sources
|
cd PalEdit/Sources
|
||||||
g++ -shared -fPIC -o libhekkel.so HAppResFile.cpp HButtonBar.cpp HColorControl.cpp \
|
g++ -shared -fPIC -o libhekkel.so HAppResFile.cpp HButtonBar.cpp HColorControl.cpp \
|
||||||
@@ -76,7 +78,7 @@ BUILD()
|
|||||||
utf-support.cpp Utils.cpp libhekkel.so -lpcre -lbe -ltracker -lmail -ltextencoding -ltranslation \
|
utf-support.cpp Utils.cpp libhekkel.so -lpcre -lbe -ltracker -lmail -ltextencoding -ltranslation \
|
||||||
-lnetwork
|
-lnetwork
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
#SymbolFinder
|
#SymbolFinder
|
||||||
cd SymbolFinder
|
cd SymbolFinder
|
||||||
g++ -o SymbolFinder *.cpp -lbe -lroot
|
g++ -o SymbolFinder *.cpp -lbe -lroot
|
||||||
@@ -88,23 +90,23 @@ INSTALL()
|
|||||||
mkdir -p $appsDir/Paladin
|
mkdir -p $appsDir/Paladin
|
||||||
mkdir -p $libDir
|
mkdir -p $libDir
|
||||||
mkdir -p $binDir
|
mkdir -p $binDir
|
||||||
|
|
||||||
#Paladin
|
#Paladin
|
||||||
cp Paladin/Paladin $appsDir/Paladin
|
cp Paladin/Paladin $appsDir/Paladin
|
||||||
cp Paladin/README $appsDir/Paladin
|
cp Paladin/README $appsDir/Paladin
|
||||||
cp -r Templates $appsDir/Paladin
|
cp -r Templates $appsDir/Paladin
|
||||||
cp -r Paladin/Licenses $appsDir/Paladin
|
cp -r Paladin/Licenses $appsDir/Paladin
|
||||||
|
|
||||||
#Rez
|
#Rez
|
||||||
cp PalEdit/rez/Sources/rez $binDir
|
cp PalEdit/rez/Sources/rez $binDir
|
||||||
|
|
||||||
#PalEdit
|
#PalEdit
|
||||||
cp PalEdit/Sources/PalEdit $appsDir/Paladin/PalEdit
|
cp PalEdit/Sources/PalEdit $appsDir/Paladin/PalEdit
|
||||||
cp PalEdit/Sources/libhekkel.so $libDir
|
cp PalEdit/Sources/libhekkel.so $libDir
|
||||||
|
|
||||||
#SymbolFinder
|
#SymbolFinder
|
||||||
cp SymbolFinder/SymbolFinder $appsDir/Paladin
|
cp SymbolFinder/SymbolFinder $appsDir/Paladin
|
||||||
|
|
||||||
addAppDeskbarSymlink $appsDir/Paladin/Paladin Paladin
|
addAppDeskbarSymlink $appsDir/Paladin/Paladin Paladin
|
||||||
addAppDeskbarSymlink $appsDir/Paladin/PalEdit PalEdit
|
addAppDeskbarSymlink $appsDir/Paladin/PalEdit PalEdit
|
||||||
addAppDeskbarSymlink $appsDir/Paladin/SymbolFinder "Symbol Finder"
|
addAppDeskbarSymlink $appsDir/Paladin/SymbolFinder "Symbol Finder"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ REQUIRES="
|
|||||||
lib:libglu$secondaryArchSuffix
|
lib:libglu$secondaryArchSuffix
|
||||||
lib:libpng$secondaryArchSuffix
|
lib:libpng$secondaryArchSuffix
|
||||||
lib:libjpeg$secondaryArchSuffix
|
lib:libjpeg$secondaryArchSuffix
|
||||||
lib:libtiff$secondaryArchSuffix
|
# lib:libtiff$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
|
|||||||
@@ -1,28 +1,66 @@
|
|||||||
|
SUMMARY="ocp - Open Cubic Player"
|
||||||
DESCRIPTION="ocp - Open Cubic Player, a music player ported from DOS"
|
DESCRIPTION="ocp - Open Cubic Player, a music player ported from DOS"
|
||||||
HOMEPAGE="http://stian.cubic.org/project-ocp.php"
|
HOMEPAGE="http://stian.cubic.org/project-ocp.php"
|
||||||
SRC_URI="git://git.code.sf.net/p/opencubicplayer/code"
|
SRC_URI="git://git.code.sf.net/p/opencubicplayer/code"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
STATUS_HAIKU="stable"
|
LICENSE="GNU GPL v2"
|
||||||
DEPEND="media-libs/libvorbis >= 1.3.1
|
COPYRIGHT="1994-2012 Niklas Beisert, Stian Skjelstad and others"
|
||||||
media-libs/libogg >= 1.2.2
|
#DEPEND="media-libs/libvorbis >= 1.3.1
|
||||||
sys-devel/gettext >= 0.18.1.1
|
# media-libs/libogg >= 1.2.2
|
||||||
media-libs/libsdl >= 1.2.14"
|
# sys-devel/gettext >= 0.18.1.1
|
||||||
# media-libs/flac >= 1.2.1"
|
# media-libs/libsdl >= 1.2.14"
|
||||||
# ncurses zlib ... cf. ocp.spec
|
## media-libs/flac >= 1.2.1"
|
||||||
MESSAGE="This port requires gcc4"
|
## ncurses zlib ... cf. ocp.spec
|
||||||
|
|
||||||
|
ARCHITECTURES="x86 x86_64"
|
||||||
|
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||||
|
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||||
|
# for a different secondary architecture.
|
||||||
|
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||||
|
else
|
||||||
|
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
|
||||||
|
fi
|
||||||
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
ocp$secondaryArchSuffix = $portVersion
|
||||||
|
cmd:ocp = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES="
|
||||||
|
haiku$secondaryArchSuffix
|
||||||
|
libsdl$secondaryArchSuffix
|
||||||
|
lib:libiconv$secondaryArchSuffix
|
||||||
|
lib:libz$secondaryArchSuffix
|
||||||
|
lib:libogg$secondaryArchSuffix >= 0.8.0
|
||||||
|
lib:libvorbis$secondaryArchSuffix >= 0.4.5
|
||||||
|
"
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||||
|
devel:libsdl_1.2$secondaryArchSuffix >= 0.10
|
||||||
|
devel:libiconv$secondaryArchSuffix
|
||||||
|
devel:libncurses$secondaryArchSuffix
|
||||||
|
devel:libz$secondaryArchSuffix >= 1.2.8
|
||||||
|
devel:libogg$secondaryArchSuffix >= 0.8.0
|
||||||
|
devel:libvorbis$secondaryArchSuffix >= 0.4.5
|
||||||
|
"
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
cmd:autoconf
|
||||||
|
cmd:make
|
||||||
|
cmd:gcc$secondaryArchSuffix
|
||||||
|
cmd:sdl_config
|
||||||
|
"
|
||||||
|
|
||||||
|
|
||||||
|
SOURCE_DIR="code"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
cd code
|
|
||||||
autoconf
|
autoconf
|
||||||
CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib ./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
./configure --prefix=$prefix
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
cd code
|
|
||||||
make install
|
make install
|
||||||
}
|
}
|
||||||
|
|
||||||
LICENSE="GNU GPL v2"
|
|
||||||
COPYRIGHT="1994-2012 Niklas Beisert, Stian Skjelstad and others"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user