Rewrap haiku-apps DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:57 -05:00
parent be600cdc25
commit a08a763e6f
91 changed files with 467 additions and 351 deletions

View File

@@ -1,22 +1,16 @@
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.
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...
"
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="http://sourceforge.net/projects/ubertuber/"
SRC_URI="git://git.code.sf.net/p/ubertuber/code#9d33e8525806a581ed5229b213e81be9ecd29252"
LICENSE="MIT"
@@ -60,4 +54,4 @@ INSTALL()
cp -r images $ubertuberDir
addAppDeskbarSymlink $ubertuberDir/UberTuber
}
}