pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/bmp Fix path to icon file and bump PKGREVISION t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6a6739aef01
branches:  trunk
changeset: 480394:c6a6739aef01
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Sep 08 12:06:28 2004 +0000

description:
Fix path to icon file and bump PKGREVISION to 1.
Closes PR pkg/26845 by Kouichirou Hiratsuka.

diffstat:

 audio/bmp/Makefile         |   4 +++-
 audio/bmp/distinfo         |   3 +--
 audio/bmp/patches/patch-ag |  13 -------------
 3 files changed, 4 insertions(+), 16 deletions(-)

diffs (45 lines):

diff -r 020213c6f20a -r c6a6739aef01 audio/bmp/Makefile
--- a/audio/bmp/Makefile        Wed Sep 08 12:00:09 2004 +0000
+++ b/audio/bmp/Makefile        Wed Sep 08 12:06:28 2004 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2004/08/31 15:47:56 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/09/08 12:06:28 jmmv Exp $
 #
 
 .include "Makefile.common"
 
+PKGREVISION=           1
+
 CONFIGURE_ARGS:=       ${CONFIGURE_ARGS:S/--disable-mp3/--enable-mp3/}
 CONFIGURE_ARGS:=       ${CONFIGURE_ARGS:S/--disable-oss/--enable-oss/}
 CONFIGURE_ARGS:=       ${CONFIGURE_ARGS:S/--disable-vorbis/--enable-vorbis/}
diff -r 020213c6f20a -r c6a6739aef01 audio/bmp/distinfo
--- a/audio/bmp/distinfo        Wed Sep 08 12:00:09 2004 +0000
+++ b/audio/bmp/distinfo        Wed Sep 08 12:06:28 2004 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.7 2004/08/31 15:47:56 jmmv Exp $
+$NetBSD: distinfo,v 1.8 2004/09/08 12:06:28 jmmv Exp $
 
 SHA1 (bmp-0.9.7rc2.tar.gz) = a2e3d72adb20e91cc3a8731314c5983c1d5303b6
 Size (bmp-0.9.7rc2.tar.gz) = 1705197 bytes
-SHA1 (patch-ag) = 5d8fc1b296c02165d1e65f3158bd38482d284ab8
 SHA1 (patch-an) = da55750c5ee50acfd25e695813bfc025c4fc7b5f
 SHA1 (patch-ao) = c24712090587ff622d7b9df68757c984a057c6c2
 SHA1 (patch-ap) = 76d750aa820e9710d2520d3cec067d91346dc5aa
diff -r 020213c6f20a -r c6a6739aef01 audio/bmp/patches/patch-ag
--- a/audio/bmp/patches/patch-ag        Wed Sep 08 12:00:09 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.2 2004/08/31 15:47:56 jmmv Exp $
-
---- beep/bmp.desktop.in.orig   2004-07-07 09:56:34.000000000 +0200
-+++ beep/bmp.desktop.in
-@@ -2,7 +2,7 @@
- Name=Beep Media Player
- Comment=Play music
- Exec=beep-media-player
--Icon=bmp.svg
-+Icon=@prefix@/share/bmp/bmp.svg
- MimeType=audio/x-scpls;audio/x-mpegurl;audio/mpegurl;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg
- Categories=Application;GTK;AudioVideo;Player;
- Terminal=false



Home | Main Index | Thread Index | Old Index