diff options
author | B Watson <yalhcru@gmail.com> | 2015-03-04 22:12:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-07 07:05:15 +0700 |
commit | 61bda44f3f7add50a6abaff71a86f551bc23d511 (patch) | |
tree | d5afa3d6de769db0d1efb47f9d9e74e6ce9b95ad /audio/mp3splt-gtk/mp3splt-gtk.SlackBuild | |
parent | c5dea68f0b279cd8815ae98eb552929b8bf5b322 (diff) | |
download | slackbuilds-61bda44f3f7add50a6abaff71a86f551bc23d511.tar.gz |
audio/mp3splt-gtk: Use upstream patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mp3splt-gtk/mp3splt-gtk.SlackBuild')
-rw-r--r-- | audio/mp3splt-gtk/mp3splt-gtk.SlackBuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild b/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild index 2057ac085f..54a70e2d4d 100644 --- a/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild +++ b/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild @@ -34,9 +34,15 @@ # - Added default_player.diff: if GSTREAMER=no, the default player # will be audacious. Sent patch to upstream too. +# 20150304 bkw: +# - Upstream accepted my patch, in somewhat modified form, as revision +# 1509 in their SVN repo. Update this build to use their patch instead +# of mine. +# - Bump BUILD. + PRGNAM=mp3splt-gtk VERSION=${VERSION:-0.9.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -81,7 +87,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -patch -p1 < $CWD/default_player.diff +# patch made with 'svn diff -c 1509' in a checked-out repo. +patch -p1 < $CWD/default_player-r1509.diff if [ "${GSTREAMER:-yes}" = "yes" ]; then GSTOPT="enable" |