Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (67b8b7a0cb13055ca7634157521b9fd9b6411142)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (67b8b7a0cb13055ca7634157521b9fd9b6411142)
  • Date: Thu, 25 Jun 2009 08:38:57 -0500

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

ChangeLog | 3 +++
video/yaydl/BUILD | 1 +
video/yaydl/DEPENDS | 5 +++++
video/yaydl/DETAILS | 17 +++++++++++++++++
video/yaydl/HISTORY | 3 +++
video/yaydl/INSTALL | 1 +
video/yaydl/PRE_BUILD | 3 +++
7 files changed, 33 insertions(+)

New commits:
commit 67b8b7a0cb13055ca7634157521b9fd9b6411142
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

video/yaydl: new spell, Yet Another Youtube Downloader

diff --git a/ChangeLog b/ChangeLog
index fde0f40..318ecf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-06-25 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * video/yaydl: new spell, Yet Another Youtube Downloader
+
2009-06-25 Ladislav Hagara <hgr AT vabo.cz>
* libs/podsleuth: new spell, a tool to discover detailed model
information about an Apple (TM) iPod (TM)
diff --git a/video/yaydl/BUILD b/video/yaydl/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/video/yaydl/BUILD
@@ -0,0 +1 @@
+true
diff --git a/video/yaydl/DEPENDS b/video/yaydl/DEPENDS
new file mode 100755
index 0000000..87dfa90
--- /dev/null
+++ b/video/yaydl/DEPENDS
@@ -0,0 +1,5 @@
+depends perl &&
+depends getopt-long &&
+depends lwp &&
+depends mp3-info &&
+depends term-progressbar
diff --git a/video/yaydl/DETAILS b/video/yaydl/DETAILS
new file mode 100755
index 0000000..c6ab3b8
--- /dev/null
+++ b/video/yaydl/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=yaydl
+ VERSION=1.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://pdes-net.org/x-haui/scripts/perl/${SPELL}_youtubedownloader/${SOURCE}
+
SOURCE_HASH=sha512:d1af48a9680d10392d18f9184ebd3899f15b5104d51ae9abc6ec9921579c601624d92534e97bf9089093224691f26c1be10cbc089911601f04bb352b20cc3706
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$VERSION"
+ WEB_SITE="http://pdes-net.org/x-haui/yaydl.html";
+ LICENSE[0]=GPLv3
+ ENTERED=20090510
+ SHORT="A commandline videodownloader for different videotubes."
+cat << EOF
+yaydl (yet another youtube downloader) is a commandline-oriented tool that
+allows you to download videos from video sharing Web sites (currently
YouTube,
+Myvideo, Dailymotion, Clipfish, video.google, Metacafe, Sevenload, and
Vimeo).
+The use of external programs like mplayer or ffmpeg enables it to re-encode
+the videos or to rip the audio off a video.
+EOF
diff --git a/video/yaydl/HISTORY b/video/yaydl/HISTORY
new file mode 100644
index 0000000..58c3324
--- /dev/null
+++ b/video/yaydl/HISTORY
@@ -0,0 +1,3 @@
+2009-05-10 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * BUILD, PRE_BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/video/yaydl/INSTALL b/video/yaydl/INSTALL
new file mode 100755
index 0000000..ab3327b
--- /dev/null
+++ b/video/yaydl/INSTALL
@@ -0,0 +1 @@
+bash install
diff --git a/video/yaydl/PRE_BUILD b/video/yaydl/PRE_BUILD
new file mode 100755
index 0000000..10a42bc
--- /dev/null
+++ b/video/yaydl/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i -e "s:^installdir=.*:installdir=$INSTALL_ROOT/usr/bin:" install



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (67b8b7a0cb13055ca7634157521b9fd9b6411142), Andraž Levstik, 06/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page