diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-25 20:15:54 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-25 20:54:14 -0500 |
commit | 019671ffc1b07b7143bd70a3625d824bc45fccca (patch) | |
tree | 339b72168a6ee95715d0fa79ea516590df664cea | |
parent | 2b13524d610988a8403988aae51f6480ae444c68 (diff) | |
download | slackbuilds-019671ffc1b07b7143bd70a3625d824bc45fccca.tar.gz |
audio/gtkpod: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | audio/gtkpod/README | 2 | ||||
-rw-r--r-- | audio/gtkpod/gtkpod.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/gtkpod/README b/audio/gtkpod/README index a9a30e8e45..13b34f0ee8 100644 --- a/audio/gtkpod/README +++ b/audio/gtkpod/README @@ -2,4 +2,4 @@ gtkpod is a platform independent Graphical User Interface for Apple's iPod using GTK2. It supports the first to fifth Generation including the iPod mini, iPod Photo, iPod Shuffle, iPod nano, and iPod Video. -This requires libgnomecanvas and optionally libmp4v2. +libmp4v2 is an optional dependency. diff --git a/audio/gtkpod/gtkpod.info b/audio/gtkpod/gtkpod.info index aa7f097d3f..f2cbca000a 100644 --- a/audio/gtkpod/gtkpod.info +++ b/audio/gtkpod/gtkpod.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/gtkpod/gtkpod-0.99.16.tar.gz" MD5SUM="1391537b3f84efb8b3b6001cd1f2df37" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libgnomecanvas libmp4v2" +REQUIRES="libgnomecanvas" MAINTAINER="Vincent Batts" EMAIL="vbatts@hashbangbash.com" |