mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
SMTube: bump version
This commit is contained in:
@@ -3,12 +3,12 @@ DESCRIPTION="SMTube is an application that allows to browse, search and play \
|
||||
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://www.smtube.org/"
|
||||
COPYRIGHT="2006-2016 Ricardo Villalba"
|
||||
HOMEPAGE="https://www.smtube.org/"
|
||||
COPYRIGHT="2006-2017 Ricardo Villalba"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://downloads.sf.net/smplayer/smtube-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="6ac038645eb03f7d8069713312c99f5ff7d8d0d6b4550b206b87ac6e1a941570"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://downloads.sf.net/smtube/smtube-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="8dca5245e2d2be4cb472b7a6e9e7ccafa52f25b0ef2c924944aa058b02a5a08e"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
@@ -28,12 +28,25 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
libqt4$secondaryArchSuffix >= 4.8
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
lib:libQt5Network$secondaryArchSuffix
|
||||
lib:libQt5Script$secondaryArchSuffix
|
||||
lib:libQt5WebKit$secondaryArchSuffix
|
||||
lib:libQt5WebKitWidgets$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
libqt4${secondaryArchSuffix}_devel >= 4.8
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
devel:libQt5Network$secondaryArchSuffix
|
||||
devel:libQt5Script$secondaryArchSuffix
|
||||
devel:libQt5WebKit$secondaryArchSuffix
|
||||
devel:libQt5WebKitWidgets$secondaryArchSuffix
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -49,14 +62,14 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
smtubeDir=$appsDir/SMPlayer
|
||||
smtubeDir=$appsDir/SMTube
|
||||
mkdir -p $smtubeDir
|
||||
cp src/smtube $smtubeDir/smtube$commandSuffix
|
||||
cp src/smtube $smtubeDir/SMTube$commandSuffix
|
||||
mkdir -p $commandBinDir
|
||||
if [ -n "$commandSuffix" ]; then
|
||||
mkdir -p $prefix/bin
|
||||
symlinkRelative -s $smtubeDir/smtube$commandSuffix $prefix/bin
|
||||
symlinkRelative -s $smtubeDir/SMTube$commandSuffix $prefix/bin/smtube
|
||||
fi
|
||||
symlinkRelative -s $smtubeDir/smtube$commandSuffix $commandBinDir/smtube
|
||||
addAppDeskbarSymlink $smtubeDir/smtube$commandSuffix SMTube$commandSuffix
|
||||
symlinkRelative -s $smtubeDir/SMTube$commandSuffix $commandBinDir/smtube
|
||||
addAppDeskbarSymlink $smtubeDir/SMTube$commandSuffix SMTube$commandSuffix
|
||||
}
|
||||
Reference in New Issue
Block a user