pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gnome-audio Update to 2.22.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f26c7ae7cfa6
branches:  trunk
changeset: 541830:f26c7ae7cfa6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 26 00:56:05 2008 +0000

description:
Update to 2.22.1:

============ Version 2.22.1

2008-03-25  Bastien Nocera

        * Makefile: 2.22.1
        * sounds/Makefile: patch from Damien Carbery
        to use DESTDIR appropriately

2008-03-21  Bastien Nocera

        * Makefile: Add COPYING to the tarball

============ Version 2.22.0

2008-03-21  Bastien Nocera

        * COPYING: add
        * Makefile: Fix dist target, include changelog, build
        a .tar.bz2 by default

2008-03-21  Bastien Nocera

        * Makefile: 2.22.0
        * README: add licensing for the new sounds
        * sounds/Makefile: update install method
        * sounds/*.wav: update for new millenium, hopefully a better
        default, most files modified for volume and length by
        Mike Langlie

2008-02-01  Bastien Nocera

        * MAINTAINERS: upd

2003-07-01  Kjartan Maraas

        * sounds/question.wav: Added this file from the Red Hat package.

2000-02-19  Timur Bakeyev

        * Simplified sounds/Makefile, so, it is not so gmake dependend. find
        replaced with the shell wildcards, "install -d" replaced with "mkdir -p".

diffstat:

 audio/gnome-audio/Makefile         |  21 +++++----------------
 audio/gnome-audio/distinfo         |   9 +++++----
 audio/gnome-audio/patches/patch-aa |  10 ++++++++++
 3 files changed, 20 insertions(+), 20 deletions(-)

diffs (65 lines):

diff -r ee7047262fa8 -r f26c7ae7cfa6 audio/gnome-audio/Makefile
--- a/audio/gnome-audio/Makefile        Sat Apr 26 00:50:09 2008 +0000
+++ b/audio/gnome-audio/Makefile        Sat Apr 26 00:56:05 2008 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2008/03/02 06:10:32 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2008/04/26 00:56:05 wiz Exp $
 #
 
-DISTNAME=      gnome-audio-2.0.0
-PKGREVISION=   3
+DISTNAME=      gnome-audio-2.22.1
 CATEGORIES=    audio
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-audio/2.0/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-audio/2.22/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    rh%NetBSD.org@localhost
@@ -15,17 +14,7 @@
 
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
-USE_DIRS+=     xdg-1.1
-
-do-install:
-       cd ${WRKSRC}/sounds && for f in *.wav */*.wav; do \
-               dst=`${DIRNAME} $$f`; \
-               ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/sounds/$$dst; \
-               ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/sounds/$$f; \
-       done
-       ${RM} -f ${DESTDIR}${PREFIX}/share/sounds/login.wav
-       ${RM} -f ${DESTDIR}${PREFIX}/share/sounds/logout.wav
-       ${LN} -fs startup3.wav ${DESTDIR}${PREFIX}/share/sounds/login.wav
-       ${LN} -fs shutdown1.wav ${DESTDIR}${PREFIX}/share/sounds/logout.wav
+USE_DIRS+=     xdg-1.4
+USE_TOOLS+=    gmake
 
 .include "../../mk/bsd.pkg.mk"
diff -r ee7047262fa8 -r f26c7ae7cfa6 audio/gnome-audio/distinfo
--- a/audio/gnome-audio/distinfo        Sat Apr 26 00:50:09 2008 +0000
+++ b/audio/gnome-audio/distinfo        Sat Apr 26 00:56:05 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 20:39:46 agc Exp $
+$NetBSD: distinfo,v 1.5 2008/04/26 00:56:05 wiz Exp $
 
-SHA1 (gnome-audio-2.0.0.tar.bz2) = 488f6295e2e1f54a8988dd7e71ab673cd7fc8a00
-RMD160 (gnome-audio-2.0.0.tar.bz2) = 90baaffd9ac5159ce5851094ad9069d51dea9592
-Size (gnome-audio-2.0.0.tar.bz2) = 1401319 bytes
+SHA1 (gnome-audio-2.22.1.tar.bz2) = 90862a7f133d73d0084c9f1f3e21f59210691f07
+RMD160 (gnome-audio-2.22.1.tar.bz2) = 8ea2fa460f2559e817305c682c6ac4dfc7682b51
+Size (gnome-audio-2.22.1.tar.bz2) = 1001077 bytes
+SHA1 (patch-aa) = ec089b7e24f5d63928fc47e9be597f871fbdf7f7
diff -r ee7047262fa8 -r f26c7ae7cfa6 audio/gnome-audio/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gnome-audio/patches/patch-aa        Sat Apr 26 00:56:05 2008 +0000
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1 2008/04/26 00:56:05 wiz Exp $
+
+--- sounds/Makefile.orig       2008-03-25 15:05:00.000000000 +0000
++++ sounds/Makefile
+@@ -1,4 +1,4 @@
+-datadir=/usr/share
++datadir=${PREFIX}/share
+ 
+ LN_S=ln -sf
+ INSTALL_DATA=install -c -m 444 



Home | Main Index | Thread Index | Old Index