pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xine-esound Bump PKGREVISION because of xine-lib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6a2fef9b6ed
branches:  trunk
changeset: 544822:f6a2fef9b6ed
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Jul 21 00:13:05 2008 +0000

description:
Bump PKGREVISION because of xine-lib change that affects the dependency
list here. (Although it shouldn't, see tech-pkg for further discussion.)

While here, add missing dep on libaudiofile.

diffstat:

 audio/xine-esound/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r df632db90468 -r f6a2fef9b6ed audio/xine-esound/Makefile
--- a/audio/xine-esound/Makefile        Mon Jul 21 00:11:34 2008 +0000
+++ b/audio/xine-esound/Makefile        Mon Jul 21 00:13:05 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/04/24 12:32:22 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2008/07/21 00:13:05 dholland Exp $
 #
 
 PKG_DESTDIR_SUPPORT=   user-destdir
@@ -6,6 +6,7 @@
 .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
 
@@ -23,5 +24,6 @@
                ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_MOD_DIR_VER}
 
 .include "../../audio/esound/buildlink3.mk"
+.include "../../audio/libaudiofile/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index