mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -98,7 +98,7 @@ BUILD()
|
||||
{
|
||||
INCLUDE_DIR=`finddir B_SYSTEM_DIRECTORY`/$relativeIncludeDir
|
||||
LIB_DIR=`finddir B_SYSTEM_DIRECTORY`/$relativeDevelopLibDir
|
||||
|
||||
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A tool to convert video from nearly any format to modern codecs"
|
||||
SUMMARY="A tool to convert video from nearly any format to modern codecs"
|
||||
DESCRIPTION="Handbrake is an open-source, GPL-licensed, multiplatform, \
|
||||
multithreaded video transcoder.
|
||||
Convert from many common multimedia file formats, including unprotected \
|
||||
@@ -86,13 +86,13 @@ BUILD_PREREQUIRES="
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i 's/MODULES += contrib\/.*//g' make/include/main.defs
|
||||
sed -i 's/MODULES += contrib\/.*//g' make/include/main.defs
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cp make/variant/linux.defs make/variant/haiku.defs
|
||||
|
||||
|
||||
./configure --prefix=$prefix --force --disable-x265
|
||||
cd build
|
||||
make
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A tool to convert video from nearly any format to modern codecs"
|
||||
SUMMARY="A tool to convert video from nearly any format to modern codecs"
|
||||
DESCRIPTION="Handbrake is an open-source, GPL-licensed, multiplatform, \
|
||||
multithreaded video transcoder.
|
||||
Convert from many common multimedia file formats, including unprotected \
|
||||
@@ -88,13 +88,13 @@ BUILD_PREREQUIRES="
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i 's/MODULES += contrib\/.*//g' make/include/main.defs
|
||||
sed -i 's/MODULES += contrib\/.*//g' make/include/main.defs
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cp make/variant/linux.defs make/variant/haiku.defs
|
||||
|
||||
|
||||
./configure --prefix=$prefix --force --disable-x265
|
||||
cd build
|
||||
make
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="A tool to convert video from nearly any format to modern codecs"
|
||||
SUMMARY="A tool to convert video from nearly any format to modern codecs"
|
||||
DESCRIPTION="Handbrake is an open-source, GPL-licensed, multiplatform, \
|
||||
multithreaded video transcoder.
|
||||
Convert from many common multimedia file formats, including unprotected \
|
||||
@@ -84,13 +84,13 @@ BUILD_PREREQUIRES="
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i 's/MODULES += contrib\/.*//g' make/include/main.defs
|
||||
sed -i 's/MODULES += contrib\/.*//g' make/include/main.defs
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cp make/variant/linux.defs make/variant/haiku.defs
|
||||
|
||||
|
||||
./configure --prefix=$prefix --force
|
||||
cd build
|
||||
make
|
||||
|
||||
@@ -123,7 +123,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
mv $libDir/libmjpegutils.a $libDir/libmjpegutils-2.1.a
|
||||
mv $libDir/liblavfile.a $libDir/liblavfile-2.1.a
|
||||
mv $libDir/liblavjpeg.a $libDir/liblavjpeg-2.1.a
|
||||
@@ -139,7 +139,7 @@ INSTALL()
|
||||
mv $libDir/liblavjpeg.so $libDir/liblavjpeg-2.1.so
|
||||
mv $libDir/libmpeg2encpp.so $libDir/libmpeg2encpp-2.1.so
|
||||
mv $libDir/libmplex2.so $libDir/libmplex2-2.1.so
|
||||
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libmjpegutils-2.1 liblavfile-2.1 liblavjpeg-2.1 \
|
||||
libmpeg2encpp-2.1 libmplex2-2.1
|
||||
|
||||
@@ -40,7 +40,7 @@ REQUIRES="
|
||||
lib:liba52$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:libdca$secondaryArchSuffix
|
||||
lib:libdv$secondaryArchSuffix
|
||||
lib:libdv$secondaryArchSuffix
|
||||
lib:libdvdcss$secondaryArchSuffix
|
||||
lib:libdvdnav$secondaryArchSuffix
|
||||
lib:libdvdread$secondaryArchSuffix
|
||||
@@ -56,7 +56,7 @@ REQUIRES="
|
||||
lib:libmng$secondaryArchSuffix
|
||||
lib:libmp3lame$secondaryArchSuffix
|
||||
lib:libmpg123$secondaryArchSuffix
|
||||
lib:libopenal$secondaryArchSuffix
|
||||
lib:libopenal$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
# lib:libsdl_1.2$secondaryArchSuffix
|
||||
lib:libspeex$secondaryArchSuffix
|
||||
|
||||
@@ -77,8 +77,8 @@ GLOBAL_WRITABLE_FILES="settings/encoding-profiles.conf"
|
||||
BUILD()
|
||||
{
|
||||
python bootstrap.py
|
||||
export LDFLAGS=-lnetwork
|
||||
waf configure --enable-sdl2 --bindir=$binDir --confdir=$settingsDir/mpv # --datadir=$dataDir
|
||||
export LDFLAGS=-lnetwork
|
||||
waf configure --enable-sdl2 --bindir=$binDir --confdir=$settingsDir/mpv # --datadir=$dataDir
|
||||
waf build
|
||||
}
|
||||
|
||||
|
||||
@@ -85,13 +85,13 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/QMPlay2
|
||||
mkdir -p $appsDir/QMPlay2
|
||||
|
||||
cp app/QMPlay2 $appsDir/QMPlay2
|
||||
cp -R app/lib $appsDir/QMPlay2
|
||||
cp -R app/modules $appsDir/QMPlay2
|
||||
cp -R app/share/qmplay2/lang $appsDir/QMPlay2
|
||||
|
||||
|
||||
addResourcesToBinaries haiku/QMPlay2.rdef $appsDir/QMPlay2/QMPlay2
|
||||
addAppDeskbarSymlink $appsDir/QMPlay2/QMPlay2 QMPlay2
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@ BUILD_REQUIRES="
|
||||
devel:libflac$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libfribidi$secondaryArchSuffix
|
||||
devel:libgcrypt$secondaryArchSuffix
|
||||
devel:libgcrypt$secondaryArchSuffix
|
||||
devel:libgl$secondaryArchSuffix
|
||||
devel:libglu$secondaryArchSuffix
|
||||
devel:libgnutls$secondaryArchSuffix
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY="The popular cross-plattform media player"
|
||||
DESCRIPTION="VLC is a free and open source cross-platform multimedia player \
|
||||
and framework that plays most multimedia files as well as DVDs, Audio CDs, \
|
||||
VCDs, and various streaming protocols."
|
||||
HOMEPAGE="http://www.videolan.org/vlc/"
|
||||
HOMEPAGE="http://www.videolan.org/vlc/"
|
||||
COPYRIGHT="1998-2015"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
@@ -182,7 +182,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install-strip
|
||||
|
||||
|
||||
rm -rf $dataDir/{applications,icons,kde4,vlc}
|
||||
|
||||
# Punt useless libtool's .la files
|
||||
|
||||
Reference in New Issue
Block a user