diff options
-rw-r--r-- | multimedia/gpodder/README | 15 | ||||
-rw-r--r-- | multimedia/gpodder/gpodder.SlackBuild | 5 | ||||
-rw-r--r-- | multimedia/gpodder/gpodder.info | 10 |
3 files changed, 13 insertions, 17 deletions
diff --git a/multimedia/gpodder/README b/multimedia/gpodder/README index 0b8a90f7ea..6c9bdc5e8b 100644 --- a/multimedia/gpodder/README +++ b/multimedia/gpodder/README @@ -3,15 +3,10 @@ gPodder is a GTK2 media aggregator gPodder is a podcast receiver/catcher written in Python utilizing PyGTK for its user interface. gPodder allows the user to subscribe to RSS feeds for podcasts, videocasts, and other similar content and download media files -found in those feeds. gPodder has system-tray notifications, support for -optional iPod synchronization, and MP3/Ogg id3 tag editing. +found in those feeds. gPodder has system-tray notifications, remote access +to the gpodder.net web services and optional support for Bluetooth and iPod +synchronization. This application requires python and vorbis-tools, part of the -standard Slackware installation. It also requires feedparser and help2man, -both of which can be found here at SlackBuilds.org. One can also enable -optional id3 tagging and MP3-OGG conversion features by installing eyeD3, -id3lib, and lame, all of which can also be found here at -SlackBuilds.org. Finally, some of the other features in gPodder, such -as iPod synchronization, bittorrent downloading, and Bluetooth -file-sharing are currently disabled pending future SlackBuilds for -those components. +standard Slackware installation. It also requires feedparser and mygpoclient, +both of which can be found here at SlackBuilds.org. diff --git a/multimedia/gpodder/gpodder.SlackBuild b/multimedia/gpodder/gpodder.SlackBuild index ff28aea834..fafc4ead5a 100644 --- a/multimedia/gpodder/gpodder.SlackBuild +++ b/multimedia/gpodder/gpodder.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh # Slackware build script for gPodder +# Modified by Luis Henrique <lmello.009@gmail.com> # Copyright 2008-2009 Chess Griffin <chess@chessgriffin.com> # All rights reserved. @@ -23,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gpodder -VERSION=0.15.2 -BUILD=${BUILD:-2} +VERSION=2.6 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: diff --git a/multimedia/gpodder/gpodder.info b/multimedia/gpodder/gpodder.info index 96aa0f3dac..af0d52df8e 100644 --- a/multimedia/gpodder/gpodder.info +++ b/multimedia/gpodder/gpodder.info @@ -1,10 +1,10 @@ PRGNAM="gpodder" -VERSION="0.15.2" +VERSION="2.6" HOMEPAGE="http://gpodder.berlios.de" -DOWNLOAD="http://download.berlios.de/gpodder/gpodder-0.15.2.tar.gz" -MD5SUM="7ca7256604f6e65bedb45aa856d3de37" +DOWNLOAD="http://download.berlios.de/gpodder/gpodder-2.6.tar.gz" +MD5SUM="61ddfbf63c0f1de4b5d89c6b94f07339" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Chess Griffin" -EMAIL="chess@chessgriffin.com" +MAINTAINER="Luis Henrique" +EMAIL="lmello.009@gmail.com" APPROVED="dsomero" |