mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Cleanup:
- use PLIST_FILES - Unbreak xmps-win32-plugin by fixing plist
This commit is contained in:
parent
dc3b7b8a59
commit
4ae296b440
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131770
@ -25,7 +25,8 @@ USE_INC_LIBTOOL_VER=13
|
||||
USE_GNOME= gtk12
|
||||
USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
|
||||
PLIST_FILES= lib/xmps/codecs/video/libopendivx.so \
|
||||
lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION}
|
||||
|
||||
LIB_VERSION= 0
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
lib/xmps/codecs/video/libopendivx.so
|
||||
lib/xmps/codecs/video/libopendivx.so.%%LIB_VERSION%%
|
@ -17,8 +17,6 @@ COMMENT= xmps plugin for Win32 (TM) Codecs
|
||||
LIB_DEPENDS= xmps.0:${PORTSDIR}/multimedia/xmps
|
||||
RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT}
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
@ -26,12 +24,14 @@ USE_GNOME= gtk12
|
||||
USE_REINPLACE= yes
|
||||
USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
|
||||
|
||||
#CODEC_PORT= ${PORTSDIR}/multimedia/win32-codecs
|
||||
CODEC_PORT= ${.CURDIR}/../win32-codecs
|
||||
CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE
|
||||
LIB_VERSION= 0
|
||||
PLIST_FILES= lib/xmps/codecs/video/libwin32.so \
|
||||
lib/xmps/codecs/video/libwin32.so.${LIB_VERSION} \
|
||||
lib/xmps/codecs/video/libwin32.la
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|/usr/lib/win32|${LOCALBASE}/lib/win32|" \
|
||||
|
@ -1,2 +0,0 @@
|
||||
lib/xmps/codecs/video/libwin32.so
|
||||
lib/xmps/codecs/video/libwin32.so.%%LIB_VERSION%%
|
Loading…
Reference in New Issue
Block a user