diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-30 18:32:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-30 18:32:33 +0000 |
commit | 243318dc9d117f8f4a3abb304c636d81c82d0603 (patch) | |
tree | bcbe6d75092dab482d63ba1738b08cdaca9b1f02 /audio/xine-esound | |
parent | a4c754bd16562d3792f334e83d32053446dc56b9 (diff) | |
download | pkgsrc-243318dc9d117f8f4a3abb304c636d81c82d0603.tar.gz |
Fix installation dir to match updated xine. Bump PKGREVISION.
Diffstat (limited to 'audio/xine-esound')
-rw-r--r-- | audio/xine-esound/Makefile | 7 | ||||
-rw-r--r-- | audio/xine-esound/PLIST | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index 18cc7e0347e..df42b799dc0 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -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 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib 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 --git a/audio/xine-esound/PLIST b/audio/xine-esound/PLIST index 67ff050cdf6..bbcf1481dba 100644 --- a/audio/xine-esound/PLIST +++ b/audio/xine-esound/PLIST @@ -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 |