pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio Fix installation dir to match updated xine. Bump...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91deb2e8f951
branches:  trunk
changeset: 501856:91deb2e8f951
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 30 18:32:33 2005 +0000

description:
Fix installation dir to match updated xine. Bump PKGREVISION.

diffstat:

 audio/xine-arts/Makefile   |  7 ++++---
 audio/xine-arts/PLIST      |  4 ++--
 audio/xine-esound/Makefile |  7 ++++---
 audio/xine-esound/PLIST    |  4 ++--
 4 files changed, 12 insertions(+), 10 deletions(-)

diffs (76 lines):

diff -r 1404687f879c -r 91deb2e8f951 audio/xine-arts/Makefile
--- a/audio/xine-arts/Makefile  Sun Oct 30 18:23:03 2005 +0000
+++ b/audio/xine-arts/Makefile  Sun Oct 30 18:32:33 2005 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2005/07/29 16:12:04 drochner Exp $
+# $NetBSD: Makefile,v 1.19 2005/10/30 18:32:33 wiz Exp $
 #
 
 .include "../../multimedia/xine-lib/Makefile.common"
 
 PKGNAME=       ${XINE_PKGNAME:S/lib/arts/}
+PKGREVISION=   1
 CATEGORIES=    audio
 COMMENT=       The aRts audio output plugin for xine-lib
 
@@ -11,12 +12,12 @@
 
 BUILD_DIRS=    ${WRKSRC}/src/audio_out
 
-INSTALLATION_DIRS=     lib/xine/plugins/1.0.2
+INSTALLATION_DIRS=     lib/xine/plugins/1.0.3
 
 do-install:
        cd ${WRKSRC}/src/audio_out && \
                ${LIBTOOL} --mode=install ${INSTALL_DATA} \
-               xineplug_ao_out_arts.la ${PREFIX}/lib/xine/plugins/1.0.2
+               xineplug_ao_out_arts.la ${PREFIX}/lib/xine/plugins/1.0.3
 
 .include "../../audio/arts/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
diff -r 1404687f879c -r 91deb2e8f951 audio/xine-arts/PLIST
--- a/audio/xine-arts/PLIST     Sun Oct 30 18:23:03 2005 +0000
+++ b/audio/xine-arts/PLIST     Sun Oct 30 18:32:33 2005 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.4 2005/07/29 16:12:04 drochner Exp $
-lib/xine/plugins/1.0.2/xineplug_ao_out_arts.la
+@comment $NetBSD: PLIST,v 1.5 2005/10/30 18:32:33 wiz Exp $
+lib/xine/plugins/1.0.3/xineplug_ao_out_arts.la
diff -r 1404687f879c -r 91deb2e8f951 audio/xine-esound/Makefile
--- a/audio/xine-esound/Makefile        Sun Oct 30 18:23:03 2005 +0000
+++ b/audio/xine-esound/Makefile        Sun Oct 30 18:32:33 2005 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2005/07/29 16:12:04 drochner Exp $
+# $NetBSD: Makefile,v 1.15 2005/10/30 18:32:33 wiz Exp $
 #
 
 .include "../../multimedia/xine-lib/Makefile.common"
 
 PKGNAME=       ${XINE_PKGNAME:S/lib/esound/}
+PKGREVISION=   1
 CATEGORIES=    audio
 COMMENT=       The esound audio output plugin for xine-lib
 
@@ -11,12 +12,12 @@
 
 BUILD_DIRS=    ${WRKSRC}/src/audio_out
 
-INSTALLATION_DIRS=     lib/xine/plugins/1.0.2
+INSTALLATION_DIRS=     lib/xine/plugins/1.0.3
 
 do-install:
        cd ${WRKSRC}/src/audio_out && \
                ${LIBTOOL} --mode=install ${INSTALL_DATA} \
-               xineplug_ao_out_esd.la ${PREFIX}/lib/xine/plugins/1.0.2/
+               xineplug_ao_out_esd.la ${PREFIX}/lib/xine/plugins/1.0.3/
 
 .include "../../audio/esound/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 1404687f879c -r 91deb2e8f951 audio/xine-esound/PLIST
--- a/audio/xine-esound/PLIST   Sun Oct 30 18:23:03 2005 +0000
+++ b/audio/xine-esound/PLIST   Sun Oct 30 18:32:33 2005 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.4 2005/07/29 16:12:04 drochner Exp $
-lib/xine/plugins/1.0.2/xineplug_ao_out_esd.la
+@comment $NetBSD: PLIST,v 1.5 2005/10/30 18:32:33 wiz Exp $
+lib/xine/plugins/1.0.3/xineplug_ao_out_esd.la



Home | Main Index | Thread Index | Old Index