- Attempt to fix plist on 4.x
Reported by: kris mail
This commit is contained in:
parent
843d580e2b
commit
6fa922027d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173034
2 changed files with 8 additions and 4 deletions
|
@ -31,12 +31,13 @@ USE_GNOME= gtk20
|
|||
USE_SDL= sdl
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/SDL11 -I${LOCALBASE}/include/ffmpeg -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --enable-ffmpeg=${LOCALBASE} \
|
||||
--enable-mp4live \
|
||||
--disable-static
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
||||
OPTIONS= ARTS "Enable Arts Support" Off \
|
||||
ESOUND "Enable Esound Support" Off \
|
||||
|
@ -86,6 +87,9 @@ MAN3= MP4.3 MP4AddAudioTrack.3 MP4AddHintTrack.3 MP4AddODTrack.3 \
|
|||
|
||||
.if ${OSVERSION} < 500000
|
||||
CFLAGS+= -O2
|
||||
PLIST_SUB+= GCC="@comment "
|
||||
.else
|
||||
PLIST_SUB+= GCC=""
|
||||
.endif
|
||||
|
||||
###
|
||||
|
|
|
@ -117,9 +117,9 @@ lib/mp4player_plugin/latm_rtp_plugin.so.0
|
|||
lib/mp4player_plugin/mp3_plugin.la
|
||||
lib/mp4player_plugin/mp3_plugin.so
|
||||
lib/mp4player_plugin/mp3_plugin.so.0
|
||||
lib/mp4player_plugin/mpeg2dec_video_plugin.la
|
||||
lib/mp4player_plugin/mpeg2dec_video_plugin.so
|
||||
lib/mp4player_plugin/mpeg2dec_video_plugin.so.0
|
||||
%%GCC%%lib/mp4player_plugin/mpeg2dec_video_plugin.la
|
||||
%%GCC%%lib/mp4player_plugin/mpeg2dec_video_plugin.so
|
||||
%%GCC%%lib/mp4player_plugin/mpeg2dec_video_plugin.so.0
|
||||
lib/mp4player_plugin/mpeg4_iso_plugin.la
|
||||
lib/mp4player_plugin/mpeg4_iso_plugin.so
|
||||
lib/mp4player_plugin/mpeg4_iso_plugin.so.0
|
||||
|
|
Loading…
Reference in a new issue