network/Pafy: Updated for version 0.3.46.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-06-06 17:22:14 +07:00 committed by Willy Sudiarto Raharjo
parent 28076ab6c2
commit c590a17644
4 changed files with 12 additions and 5 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=Pafy
VERSION=${VERSION:-0.3.44}
VERSION=${VERSION:-0.3.46}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -81,6 +81,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="Pafy"
VERSION="0.3.44"
VERSION="0.3.46"
HOMEPAGE="http://np1.github.io/pafy/"
DOWNLOAD="https://pypi.python.org/packages/source/P/Pafy/Pafy-0.3.44.tar.gz"
MD5SUM="ead268e87539d030f4383db7686c1ccf"
DOWNLOAD="https://pypi.python.org/packages/source/P/Pafy/Pafy-0.3.46.tar.gz"
MD5SUM="6e8f832732f538c079b156457dc4f71f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -1,6 +1,6 @@
Python API for YouTube - Download videos and retrieve metadata from YouTube.
- Retreive metadata such as viewcount, duration, rating, author, thumbnail, etc
- Retreive metadata such as viewcount, duration, rating, author, thumbnail, keywords
- Download video or audio at requested resolution / bitrate / format / filesize
- Command line tool (ytdl) for downloading directly from the command line
- Retrieve the URL to stream the video in a player such as vlc or mplayer
@ -9,3 +9,6 @@ Python API for YouTube - Download videos and retrieve metadata from YouTube.
- Select highest quality stream for download or streaming
- Download audio only (no video) in ogg or m4a format
- Download video only (no audio) in m4v format
- Retreive playlists and playlist metadata
- Works with Python 2.6+ and 3.3+
- No dependencies

3
network/Pafy/doinst.sh Normal file
View File

@ -0,0 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi