diff --git a/media-video/smtube/smtube-16.3.0.recipe b/media-video/smtube/smtube-17.5.0.recipe similarity index 51% rename from media-video/smtube/smtube-16.3.0.recipe rename to media-video/smtube/smtube-17.5.0.recipe index 2f28908c4..807b114e0 100644 --- a/media-video/smtube/smtube-16.3.0.recipe +++ b/media-video/smtube/smtube-17.5.0.recipe @@ -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 }