mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.4.2.
This commit is contained in:
parent
a86580e5c2
commit
9187adeb42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35886
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= smpeg
|
||||
PORTVERSION= 0.4.0
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \
|
||||
ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \
|
||||
@ -22,7 +22,7 @@ SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
|
||||
GLBASE="${X11BASE}" \
|
||||
@ -35,4 +35,8 @@ CONFIGURE_ARGS= --disable-opengl-player \
|
||||
|
||||
MAN1= gtv.1 plaympeg.1
|
||||
|
||||
post-configure:
|
||||
@${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
||||
${WRKSRC}/libtool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (smpeg-0.4.0.tar.gz) = fe445291e982e2380e6b444f77a719ee
|
||||
MD5 (smpeg-0.4.2.tar.gz) = 36fe3c2799faee25b79db88fe3699755
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- configure.orig Fri Jan 7 01:04:34 2000
|
||||
+++ configure Fri Jan 7 01:07:50 2000
|
||||
@@ -2765,7 +2765,7 @@
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
ac_save_LIBS="$LIBS"
|
||||
-LIBS="-lGL $LIBS"
|
||||
+LIBS="-L$GLBASE/lib -lGL $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 2771 "configure"
|
||||
#include "confdefs.h"
|
@ -5,6 +5,7 @@ include/smpeg/MPEG.h
|
||||
include/smpeg/MPEGaction.h
|
||||
include/smpeg/MPEGaudio.h
|
||||
include/smpeg/MPEGerror.h
|
||||
include/smpeg/MPEGfilter.h
|
||||
include/smpeg/MPEGlist.h
|
||||
include/smpeg/MPEGring.h
|
||||
include/smpeg/MPEGstream.h
|
||||
@ -12,7 +13,6 @@ include/smpeg/MPEGsystem.h
|
||||
include/smpeg/MPEGvideo.h
|
||||
include/smpeg/smpeg.h
|
||||
lib/libsmpeg.a
|
||||
lib/libsmpeg.la
|
||||
lib/libsmpeg.so
|
||||
lib/libsmpeg.so.0
|
||||
lib/libsmpeg.so.1
|
||||
@dirrm include/smpeg
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= smpeg
|
||||
PORTVERSION= 0.4.0
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \
|
||||
ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \
|
||||
@ -22,7 +22,7 @@ SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
|
||||
GLBASE="${X11BASE}" \
|
||||
@ -35,4 +35,8 @@ CONFIGURE_ARGS= --disable-opengl-player \
|
||||
|
||||
MAN1= gtv.1 plaympeg.1
|
||||
|
||||
post-configure:
|
||||
@${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
||||
${WRKSRC}/libtool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (smpeg-0.4.0.tar.gz) = fe445291e982e2380e6b444f77a719ee
|
||||
MD5 (smpeg-0.4.2.tar.gz) = 36fe3c2799faee25b79db88fe3699755
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- configure.orig Fri Jan 7 01:04:34 2000
|
||||
+++ configure Fri Jan 7 01:07:50 2000
|
||||
@@ -2765,7 +2765,7 @@
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
ac_save_LIBS="$LIBS"
|
||||
-LIBS="-lGL $LIBS"
|
||||
+LIBS="-L$GLBASE/lib -lGL $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 2771 "configure"
|
||||
#include "confdefs.h"
|
@ -5,6 +5,7 @@ include/smpeg/MPEG.h
|
||||
include/smpeg/MPEGaction.h
|
||||
include/smpeg/MPEGaudio.h
|
||||
include/smpeg/MPEGerror.h
|
||||
include/smpeg/MPEGfilter.h
|
||||
include/smpeg/MPEGlist.h
|
||||
include/smpeg/MPEGring.h
|
||||
include/smpeg/MPEGstream.h
|
||||
@ -12,7 +13,6 @@ include/smpeg/MPEGsystem.h
|
||||
include/smpeg/MPEGvideo.h
|
||||
include/smpeg/smpeg.h
|
||||
lib/libsmpeg.a
|
||||
lib/libsmpeg.la
|
||||
lib/libsmpeg.so
|
||||
lib/libsmpeg.so.0
|
||||
lib/libsmpeg.so.1
|
||||
@dirrm include/smpeg
|
||||
|
Loading…
Reference in New Issue
Block a user