diff options
author | obache <obache@pkgsrc.org> | 2011-11-17 13:43:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-11-17 13:43:11 +0000 |
commit | 27d6a2eefc6d9cb1b078c34e7d48fddf35ed1776 (patch) | |
tree | e22e3a83f683638835267498b04efa4667197ac2 /audio | |
parent | 47179536322a3485e36232f6d535dca47728afe2 (diff) | |
download | pkgsrc-27d6a2eefc6d9cb1b078c34e7d48fddf35ed1776.tar.gz |
Use XINE_MOD_DIR_VER for plugin sub directory name instead of fixed version.
fixes PR pkg/45623.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xine-alsa/PLIST | 4 | ||||
-rw-r--r-- | audio/xine-arts/PLIST | 4 | ||||
-rw-r--r-- | audio/xine-esound/PLIST | 4 | ||||
-rw-r--r-- | audio/xine-pulse/PLIST | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/audio/xine-alsa/PLIST b/audio/xine-alsa/PLIST index 24b5d340414..44eb1d48c74 100644 --- a/audio/xine-alsa/PLIST +++ b/audio/xine-alsa/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/25 20:24:41 markd Exp $ -lib/xine/plugins/1.29/xineplug_ao_out_alsa.la +@comment $NetBSD: PLIST,v 1.2 2011/11/17 13:43:11 obache Exp $ +lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_ao_out_alsa.la diff --git a/audio/xine-arts/PLIST b/audio/xine-arts/PLIST index fd8550b639a..74fa0829de6 100644 --- a/audio/xine-arts/PLIST +++ b/audio/xine-arts/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.16 2010/07/28 09:25:53 drochner Exp $ -lib/xine/plugins/1.29/xineplug_ao_out_arts.la +@comment $NetBSD: PLIST,v 1.17 2011/11/17 13:43:11 obache Exp $ +lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_ao_out_arts.la diff --git a/audio/xine-esound/PLIST b/audio/xine-esound/PLIST index 2657272cc69..f22cb4affb2 100644 --- a/audio/xine-esound/PLIST +++ b/audio/xine-esound/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.16 2010/07/28 09:25:54 drochner Exp $ -lib/xine/plugins/1.29/xineplug_ao_out_esd.la +@comment $NetBSD: PLIST,v 1.17 2011/11/17 13:43:11 obache Exp $ +lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_ao_out_esd.la diff --git a/audio/xine-pulse/PLIST b/audio/xine-pulse/PLIST index 3490c70dcbf..e5a69d3aa5a 100644 --- a/audio/xine-pulse/PLIST +++ b/audio/xine-pulse/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.6 2010/07/28 09:25:54 drochner Exp $ -lib/xine/plugins/1.29/xineplug_ao_out_pulseaudio.la +@comment $NetBSD: PLIST,v 1.7 2011/11/17 13:43:11 obache Exp $ +lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_ao_out_pulseaudio.la |