Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -4,17 +4,17 @@ multithreaded video transcoder.
Convert from many common multimedia file formats, including unprotected \
DVD or BluRay sources to a handful of modern output file formats."
HOMEPAGE="http://www.handbrake.fr"
LICENSE="GNU GPL v2"
COPYRIGHT="2003-2015 HandBrake Team"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/handbrake/files/$portVersion/HandBrake-$portVersion.tar.bz2"
CHECKSUM_SHA256="a91042da3cc08454844f7c171ee2fde4f0ed08176407fc0328d5118227ed4114"
SOURCE_DIR="HandBrake-$portVersion"
PATCHES="handbrake-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PATCHES="handbrake-$portVersion.patchset"
PROVIDES="
handbrake$secondaryArchSuffix = $portVersion
cmd:HandBrakeCLI$secondaryArchSuffix
@@ -45,6 +45,7 @@ REQUIRES="
lib:libz$secondaryArchSuffix
lib:libxml2$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:liba52$secondaryArchSuffix

View File

@@ -4,17 +4,17 @@ multithreaded video transcoder.
Convert from many common multimedia file formats, including unprotected \
DVD or BluRay sources to a handful of modern output file formats."
HOMEPAGE="http://www.handbrake.fr"
LICENSE="GNU GPL v2"
COPYRIGHT="2003-2013 HandBrake Team"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/handbrake/files/$portVersion/HandBrake-$portVersion.tar.bz2"
CHECKSUM_SHA256="a71dd774104cda00cfb51a813550351d638253791f2f419d04a66f3158a835b3"
SOURCE_DIR="HandBrake-$portVersion"
PATCHES="handbrake-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PATCHES="handbrake-$portVersion.patchset"
PROVIDES="
handbrake$secondaryArchSuffix = $portVersion
cmd:HandBrakeCLI$secondaryArchSuffix
@@ -44,6 +44,7 @@ REQUIRES="
lib:libz$secondaryArchSuffix
lib:libxml2$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:liba52$secondaryArchSuffix

View File

@@ -20,11 +20,13 @@ fonts are supported along with 12 subtitle formats (MicroDVD, SubRip, OGM, \
SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub, PJS and our own: MPsub). \
DVD subtitles (SPU streams, VOBsub and Closed Captions) are supported as well."
HOMEPAGE="http://www.mplayerhq.hu"
COPYRIGHT="2001-2013 The MPlayer Team"
LICENSE="GNU LGPL v2.1"
REVISION="3"
SOURCE_URI="http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.1.tar.xz"
CHECKSUM_SHA256="ce8fc7c3179e6a57eb3a58cb7d1604388756b8a61764cc93e095e7aff3798c76"
SOURCE_DIR="MPlayer-1.1.1"
PATCHES="mplayer_x86-1.1.1.patchset"
ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
@@ -34,7 +36,6 @@ PROVIDES="
cmd:mplayer
cmd:mencoder
"
REQUIRES="
haiku$secondaryArchSuffix
lib:liba52$secondaryArchSuffix
@@ -106,7 +107,6 @@ BUILD_REQUIRES="
# devel:libx264$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
@@ -116,10 +116,6 @@ BUILD_PREREQUIRES="
cmd:yasm
"
SOURCE_DIR="MPlayer-1.1.1"
PATCHES="mplayer_x86-1.1.1.patchset"
BUILD()
{
libtoolize --force --copy --install
@@ -136,6 +132,3 @@ INSTALL()
{
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2001-2013 The MPlayer Team"

View File

@@ -4,11 +4,11 @@ supported by ffmpeg, libmodplug (including J2B and SFX). It also supports \
Audio CD, raw files and Rayman 2 music. It contains YouTube and Prostoplee\
r browser."
HOMEPAGE="http://zaps166.sourceforge.net"
SOURCE_URI="git+https://github.com/zaps166/QMPlay2.git#43fd55b4e648d52f11de8f9c9c303f6149867f17"
REVISION="2"
LICENSE="GNU GPL v3"
COPYRIGHT="2010-2015 Błażej Szczygieł"
LICENSE="GNU GPL v3"
REVISION="2"
SOURCE_URI="git+https://github.com/zaps166/QMPlay2.git#43fd55b4e648d52f11de8f9c9c303f6149867f17"
PATCHES="qmplay2_x86-15.05.30.patchset"
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -17,7 +17,6 @@ PROVIDES="
qmplay2$secondaryArchSuffix = $portVersion
app:QMPlay2$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku${secondaryArchSuffix}
libqt4$secondaryArchSuffix >= 4.8.0
@@ -37,15 +36,6 @@ REQUIRES="
lib:libfribidi$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:qmake$secondaryArchSuffix
cmd:make
cmd:find
cmd:xargs
cmd:g++$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
libqt4${secondaryArchSuffix}_devel >= 4.8.0
@@ -73,8 +63,14 @@ BUILD_REQUIRES="
devel:libfontconfig$secondaryArchSuffix
devel:libfribidi$secondaryArchSuffix
"
PATCHES="qmplay2_x86-15.05.30.patchset"
BUILD_PREREQUIRES="
cmd:qmake$secondaryArchSuffix
cmd:make
cmd:find
cmd:xargs
cmd:g++$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
"
BUILD()
{

View File

@@ -4,11 +4,11 @@ supported by ffmpeg, libmodplug (including J2B and SFX). It also supports \
Audio CD, raw files and Rayman 2 music. It contains YouTube and Prostoplee\
r browser."
HOMEPAGE="http://zaps166.sourceforge.net"
SOURCE_URI="git+https://github.com/zaps166/QMPlay2.git#be5bbeba1e13cd6dbc3252d980e43868f56dadb5"
REVISION="1"
LICENSE="GNU GPL v3"
COPYRIGHT="2010-2015 Błażej Szczygieł"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="git+https://github.com/zaps166/QMPlay2.git#be5bbeba1e13cd6dbc3252d980e43868f56dadb5"
PATCHES="qmplay2_x86-15.10.03.patchset"
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -17,7 +17,6 @@ PROVIDES="
qmplay2$secondaryArchSuffix = $portVersion
app:QMPlay2$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku${secondaryArchSuffix}
libqt4$secondaryArchSuffix >= 4.8.0
@@ -38,15 +37,6 @@ REQUIRES="
lib:libfribidi$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:qmake$secondaryArchSuffix
cmd:make
cmd:find
cmd:xargs
cmd:g++$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
libqt4${secondaryArchSuffix}_devel >= 4.8.0
@@ -75,8 +65,14 @@ BUILD_REQUIRES="
devel:libfontconfig$secondaryArchSuffix
devel:libfribidi$secondaryArchSuffix
"
PATCHES="qmplay2_x86-15.10.03.patchset"
BUILD_PREREQUIRES="
cmd:qmake$secondaryArchSuffix
cmd:make
cmd:find
cmd:xargs
cmd:g++$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
"
BUILD()
{

View File

@@ -3,11 +3,13 @@ DESCRIPTION="SMPlayer intends to be a complete front-end for MPlayer, from \
basic features like playing videos, DVDs, and VCDs to more advanced features \
like support for MPlayer filters and more."
HOMEPAGE="http://smplayer.sourceforge.net"
LICENSE="GNU GPL v2"
COPYRIGHT="2006-2015 Ricardo Villalba"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/smplayer/files/SMPlayer/$portVersion/smplayer-$portVersion.tar.bz2"
CHECKSUM_SHA256="968901fa2c86c13934c5228a8ae8a74188cdb27e49ecc05546e71eac642f19c1"
REVISION="1"
PATCHES="smplayer_x86-14.9.0.6966.patchset"
ADDITIONAL_FILES="smplayer.rdef"
ARCHITECTURES="x86"
SECONDARY_ARCHITECTURES="x86"
@@ -16,7 +18,6 @@ PROVIDES="
smplayer$secondaryArchSuffix = $portVersion
app:SMPlayer
"
REQUIRES="
haiku$secondaryArchSuffix
libqt4$secondaryArchSuffix >= 4.8
@@ -29,16 +30,12 @@ BUILD_REQUIRES="
libqt4${secondaryArchSuffix}_devel >= 4.8
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
cmd:make
"
PATCHES="smplayer_x86-14.9.0.6966.patchset"
ADDITIONAL_FILES="smplayer.rdef"
BUILD()
{
# TODO: fix paths

View File

@@ -4,11 +4,11 @@ YouTube videos. Videos are played back with a media player (by default \
SMPlayer) instead of a flash player, this allows better performance, \
particularly with HD content."
HOMEPAGE="http://smtube.sourceforge.net"
LICENSE="GNU GPL v2"
COPYRIGHT="2006-2015 Ricardo Villalba"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/smplayer/files/SMTube/15.5/smtube-$portVersion.tar.bz2"
CHECKSUM_SHA256="7f31a0e32b75c027851366cb92fa537cb7257f299a916e6191d5596d2058c2c5"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
@@ -17,7 +17,6 @@ PROVIDES="
smtube$secondaryArchSuffix = $portVersion
cmd:smtube$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
libqt4$secondaryArchSuffix >= 4.8
@@ -28,7 +27,6 @@ BUILD_REQUIRES="
libqt4${secondaryArchSuffix}_devel >= 4.8
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix