From 91c059fc77001c974c2040902cdb0743a26f4e21 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Tue, 3 Aug 2021 19:34:08 +0200 Subject: [PATCH] Update Ubertuber to 0.9.13 + remove "x86" from ARCHITECTURES + remove old recipes --- haiku-apps/ubertuber/ubertuber-0.9.10.recipe | 67 ------------------ ...-0.9.11.recipe => ubertuber-0.9.13.recipe} | 6 +- haiku-apps/ubertuber/ubertuber-0.9.7.recipe | 60 ---------------- haiku-apps/ubertuber/ubertuber-0.9.8.recipe | 58 ---------------- haiku-apps/ubertuber/ubertuber-0.9.9.recipe | 69 ------------------- 5 files changed, 3 insertions(+), 257 deletions(-) delete mode 100644 haiku-apps/ubertuber/ubertuber-0.9.10.recipe rename haiku-apps/ubertuber/{ubertuber-0.9.11.recipe => ubertuber-0.9.13.recipe} (92%) delete mode 100644 haiku-apps/ubertuber/ubertuber-0.9.7.recipe delete mode 100644 haiku-apps/ubertuber/ubertuber-0.9.8.recipe delete mode 100644 haiku-apps/ubertuber/ubertuber-0.9.9.recipe diff --git a/haiku-apps/ubertuber/ubertuber-0.9.10.recipe b/haiku-apps/ubertuber/ubertuber-0.9.10.recipe deleted file mode 100644 index 1fa6b4475..000000000 --- a/haiku-apps/ubertuber/ubertuber-0.9.10.recipe +++ /dev/null @@ -1,67 +0,0 @@ -SUMMARY="A tool to play back online videos in MediaPlayer" -DESCRIPTION=" -UberTuber grabs clips from various sites and opens them in your media player \ -while they're being downloaded. The Python script youtube-dl downloads the \ -video file to the temporary folder. From there it is either played back while \ -it gets downloaded or moved to another location determined in a file dialog. - -UberTuber monitors the system clipboard for URLs pointing to the supported \ -websites and automatically inserts them into its URL text field. - -If the playback of a clip from a particular website works, depends on the \ -underlying youtube-dl script, which gets updated from time to time. At this \ -moment there is support for clips from: - -YouTube, Google video, MetaCafe, DailyMotion, Yahoo video, Photobucket, \ -DepositFiles, Vimeo.com, blip.tv, Facebook video, Escapist magazine and many \ -more - -For a complete list, check http://rg3.github.io/youtube-dl/supportedsites.html -" -HOMEPAGE="https://sourceforge.net/projects/ubertuber/" -COPYRIGHT="2011-2014 Humdinger" -LICENSE="MIT" -REVISION="4" -SOURCE_URI="git://git.code.sf.net/p/ubertuber/code#5c1501728eac2d7481c4f6e11a66821ec2ad6775" - -ARCHITECTURES="x86_gcc2 x86" - -USER_SETTINGS_FILES=" - settings/UberTuber_settings - settings/UberTuber_monitored_sites - " - -PROVIDES=" - ubertuber = $portVersion - app:UberTuber = $portVersion - " -REQUIRES=" - haiku - cmd:youtube_dl - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:gcc - cmd:make - " - -BUILD() -{ - make $jobArgs OBJ_DIR=objects -} - -INSTALL() -{ - ubertuberDir=$appsDir/UberTuber - mkdir -p $ubertuberDir - - cp -af objects/UberTuber $ubertuberDir - cp -af ReadMe.html $ubertuberDir - cp -r images $ubertuberDir - - addAppDeskbarSymlink $ubertuberDir/UberTuber -} diff --git a/haiku-apps/ubertuber/ubertuber-0.9.11.recipe b/haiku-apps/ubertuber/ubertuber-0.9.13.recipe similarity index 92% rename from haiku-apps/ubertuber/ubertuber-0.9.11.recipe rename to haiku-apps/ubertuber/ubertuber-0.9.13.recipe index 44a088aa7..ad7832e3e 100644 --- a/haiku-apps/ubertuber/ubertuber-0.9.11.recipe +++ b/haiku-apps/ubertuber/ubertuber-0.9.13.recipe @@ -20,11 +20,11 @@ For a complete list, check http://rg3.github.io/youtube-dl/supportedsites.html" HOMEPAGE="http://humdingerb.github.io/ubertuber/" COPYRIGHT="2011-2015 Humdinger" LICENSE="MIT" -REVISION="4" +REVISION="1" SOURCE_URI="https://github.com/humdingerb/ubertuber/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="afb1dd028af83ab88004f1cc673d143adcd00b65d0675e1109c51409bcbd612d" +CHECKSUM_SHA256="0800db199cd043a5f7add2975248a9159195bdd505ccc53216925f045cdf715d" -ARCHITECTURES="x86_gcc2 x86 x86_64" +ARCHITECTURES="x86_gcc2 x86_64" USER_SETTINGS_FILES=" settings/UberTuber_settings diff --git a/haiku-apps/ubertuber/ubertuber-0.9.7.recipe b/haiku-apps/ubertuber/ubertuber-0.9.7.recipe deleted file mode 100644 index 05959b307..000000000 --- a/haiku-apps/ubertuber/ubertuber-0.9.7.recipe +++ /dev/null @@ -1,60 +0,0 @@ -SUMMARY="A tool to play back online videos in MediaPlayer" -DESCRIPTION=" -UberTuber grabs clips from various sites and opens them in your media player \ -while they're being downloaded. The Python script youtube-dl downloads the \ -video file to the temporary folder. From there it is eitherplayed back while \ -it gets downloaded or moved to another location determined in a file dialog. -UberTuber monitors the system clipboard for URLs pointing to the supported \ -websites and automatically inserts them into its URL text field. -At this moment there is support for clips from: -YouTube, Google video, MetaCafe, DailyMotion, Yahoo video, Photobucket, \ -DepositFiles, Vimeo.com, blip.tv, Facebook video and Escapist magazine. -It may also work on videos from other sites..." -HOMEPAGE="https://sourceforge.net/projects/ubertuber/" -COPYRIGHT="2013 Humdinger" -LICENSE="MIT" -REVISION="3" -SOURCE_URI="git://git.code.sf.net/p/ubertuber/code#7971df0e58a145d7357261600442116321257065" -PATCHES="ubertuber-0.9.7.patchset" - -ARCHITECTURES="x86_gcc2 x86" - -PROVIDES=" - ubertuber = $portVersion - app:ubertuber = $portVersion - " -REQUIRES=" - haiku - cmd:python - " - -BUILD_REQUIRES=" - haiku_devel - makefile_engine - " -BUILD_PREREQUIRES=" - cmd:gcc - cmd:ld - cmd:make - cmd:unzip - cmd:xres - " - -BUILD() -{ - make OBJ_DIR=objects \ - BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` -} - -INSTALL() -{ - ubertuberDir=$appsDir/UberTuber - mkdir -p $ubertuberDir - - cp -af objects/UberTuber $ubertuberDir - cp -af youtube-dl $ubertuberDir - cp -af ReadMe.html $ubertuberDir - cp -r images $ubertuberDir - - addAppDeskbarSymlink $ubertuberDir/UberTuber -} diff --git a/haiku-apps/ubertuber/ubertuber-0.9.8.recipe b/haiku-apps/ubertuber/ubertuber-0.9.8.recipe deleted file mode 100644 index 05ca81cbe..000000000 --- a/haiku-apps/ubertuber/ubertuber-0.9.8.recipe +++ /dev/null @@ -1,58 +0,0 @@ -SUMMARY="A tool to play back online videos in MediaPlayer" -DESCRIPTION=" -UberTuber grabs clips from various sites and opens them in your media player \ -while they're being downloaded. The Python script youtube-dl downloads the \ -video file to the temporary folder. From there it is eitherplayed back while \ -it gets downloaded or moved to another location determined in a file dialog. -UberTuber monitors the system clipboard for URLs pointing to the supported \ -websites and automatically inserts them into its URL text field. -At this moment there is support for clips from: -YouTube, Google video, MetaCafe, DailyMotion, Yahoo video, Photobucket, \ -DepositFiles, Vimeo.com, blip.tv, Facebook video and Escapist magazine. -For a complete list, check http://rg3.github.io/youtube-dl/supportedsites.html -" -HOMEPAGE="https://sourceforge.net/projects/ubertuber/" -COPYRIGHT="2013 Humdinger" -LICENSE="MIT" -REVISION="3" -SOURCE_URI="git://git.code.sf.net/p/ubertuber/code#12bc4486522dab6255f95c5a041674cd8b2cde2c" - -ARCHITECTURES="x86_gcc2 x86" - -USER_SETTINGS_FILES="settings/UberTuber_settings" - -PROVIDES=" - ubertuber = $portVersion - app:ubertuber = $portVersion - " -REQUIRES=" - haiku - cmd:youtube_dl - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:gcc - cmd:make - " - -BUILD() -{ - make $jobArgs -} - -INSTALL() -{ - ubertuberDir=$appsDir/UberTuber - mkdir -p $ubertuberDir - - ARCH=$(echo $buildArchitecture | sed 's/_/-/g') - cp -af objects.$ARCH-release/UberTuber $ubertuberDir - cp -af ReadMe.html $ubertuberDir - cp -r images $ubertuberDir - - addAppDeskbarSymlink $ubertuberDir/UberTuber -} diff --git a/haiku-apps/ubertuber/ubertuber-0.9.9.recipe b/haiku-apps/ubertuber/ubertuber-0.9.9.recipe deleted file mode 100644 index 213774e2a..000000000 --- a/haiku-apps/ubertuber/ubertuber-0.9.9.recipe +++ /dev/null @@ -1,69 +0,0 @@ -SUMMARY="A tool to play back online videos in MediaPlayer" -DESCRIPTION=" -UberTuber grabs clips from various sites and opens them in your media player \ -while they're being downloaded. The Python script youtube-dl downloads the \ -video file to the temporary folder. From there it is either played back while \ -it gets downloaded or moved to another location determined in a file dialog. - -UberTuber monitors the system clipboard for URLs pointing to the supported \ -websites and automatically inserts them into its URL text field. - -If the playback of a clip from a particular website works, depends on the \ -underlying youtube-dl script, which gets updated from time to time. At this \ -moment there is support for clips from: - -YouTube, Google video, MetaCafe, DailyMotion, Yahoo video, Photobucket, \ -DepositFiles, Vimeo.com, blip.tv, Facebook video, Escapist magazine and many \ -more - -For a complete list, check http://rg3.github.io/youtube-dl/supportedsites.html -" -HOMEPAGE="https://sourceforge.net/projects/ubertuber/" -COPYRIGHT="2011-2014 Humdinger" -LICENSE="MIT" -REVISION="2" -SOURCE_URI="git://git.code.sf.net/p/ubertuber/code#ec9fdbc666fca65e1e031852a5da48a0b0008c46" - -ARCHITECTURES="x86_gcc2 x86" - -USER_SETTINGS_FILES=" - settings/UberTuber_settings - settings/UberTuber_monitored_sites - " - -PROVIDES=" - ubertuber = $portVersion - app:ubertuber = $portVersion - " -REQUIRES=" - haiku - cmd:python - cmd:youtube_dl - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:gcc - cmd:make - " - -BUILD() -{ - make $jobArgs -} - -INSTALL() -{ - ubertuberDir=$appsDir/UberTuber - mkdir -p $ubertuberDir - - ARCH=$(echo $buildArchitecture | sed 's/_/-/g') - cp -af objects.$ARCH-release/UberTuber $ubertuberDir - cp -af ReadMe.html $ubertuberDir - cp -r images $ubertuberDir - - addAppDeskbarSymlink $ubertuberDir/UberTuber -}