Index: head/graphics/smpeg/Makefile =================================================================== --- head/graphics/smpeg/Makefile (revision 27896) +++ head/graphics/smpeg/Makefile (revision 27897) @@ -1,31 +1,31 @@ # New ports collection makefile for: smpeg # Date created: 2 Feb 2000 # Whom: Chris Piazza # # $FreeBSD$ # PORTNAME= smpeg PORTVERSION= 0.3.3 CATEGORIES= graphics MASTER_SITES= http://www.lokigames.com/development/download/smpeg/ MAINTAINER= cpiazza@FreeBSD.org -LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \ +LIB_DEPENDS= SDL.2:${PORTSDIR}/devel/sdl \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLBASE="${X11BASE}" \ CPPFLAGS="-I${X11BASE}/include" #If you want to try the opengl player (which doesn't seem to work) #comment out the following line. CONFIGURE_ARGS= --disable-opengl-player MAN1= gtv.1 plaympeg.1 .include Property changes on: head/graphics/smpeg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/graphics/smpeg/files/patch-ab =================================================================== --- head/graphics/smpeg/files/patch-ab (nonexistent) +++ head/graphics/smpeg/files/patch-ab (revision 27897) @@ -0,0 +1,10 @@ +--- gtv.c.orig Sun Mar 26 00:18:54 2000 ++++ gtv.c Sun Mar 26 00:19:17 2000 +@@ -726,6 +726,7 @@ + memset( &info, 0, sizeof( info ) ); + memset( &filename_buffer, 0, sizeof( gchar ) * FILENAME_BUFFER_SIZE ); + gtk_init( &argc, &argv ); ++ gtk_set_locale (); + + window = create_gtv_window( ); + gtk_signal_connect( GTK_OBJECT( window ), "destroy", Property changes on: head/graphics/smpeg/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/smpeg/files/patch-ac =================================================================== --- head/graphics/smpeg/files/patch-ac (nonexistent) +++ head/graphics/smpeg/files/patch-ac (revision 27897) @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Apr 22 23:34:24 2000 ++++ Makefile.in Sat Apr 22 23:34:38 2000 +@@ -103,7 +103,7 @@ + libsmpeginclude_HEADERS = MPEG.h MPEGaction.h MPEGaudio.h MPEGerror.h MPEGring.h MPEGstream.h MPEGvideo.h smpeg.h + + +-libsmpeg_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) ++libsmpeg_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) + + + libsmpeg_la_LIBADD = audio/libaudio.la video/libvideo.la Property changes on: head/graphics/smpeg/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/smpeg/pkg-plist =================================================================== --- head/graphics/smpeg/pkg-plist (revision 27896) +++ head/graphics/smpeg/pkg-plist (revision 27897) @@ -1,18 +1,17 @@ bin/gtv bin/plaympeg include/smpeg/MPEG.h include/smpeg/MPEGaction.h include/smpeg/MPEGaudio.h include/smpeg/MPEGerror.h include/smpeg/MPEGring.h include/smpeg/MPEGstream.h include/smpeg/MPEGvideo.h include/smpeg/smpeg.h -lib/libsmpeg-0.3.so -lib/libsmpeg-0.3.so.0 lib/libsmpeg.a lib/libsmpeg.la lib/libsmpeg.so +lib/libsmpeg.so.0 @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R @dirrm include/smpeg Property changes on: head/graphics/smpeg/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/multimedia/smpeg/Makefile =================================================================== --- head/multimedia/smpeg/Makefile (revision 27896) +++ head/multimedia/smpeg/Makefile (revision 27897) @@ -1,31 +1,31 @@ # New ports collection makefile for: smpeg # Date created: 2 Feb 2000 # Whom: Chris Piazza # # $FreeBSD$ # PORTNAME= smpeg PORTVERSION= 0.3.3 CATEGORIES= graphics MASTER_SITES= http://www.lokigames.com/development/download/smpeg/ MAINTAINER= cpiazza@FreeBSD.org -LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \ +LIB_DEPENDS= SDL.2:${PORTSDIR}/devel/sdl \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLBASE="${X11BASE}" \ CPPFLAGS="-I${X11BASE}/include" #If you want to try the opengl player (which doesn't seem to work) #comment out the following line. CONFIGURE_ARGS= --disable-opengl-player MAN1= gtv.1 plaympeg.1 .include Property changes on: head/multimedia/smpeg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/multimedia/smpeg/files/patch-ab =================================================================== --- head/multimedia/smpeg/files/patch-ab (nonexistent) +++ head/multimedia/smpeg/files/patch-ab (revision 27897) @@ -0,0 +1,10 @@ +--- gtv.c.orig Sun Mar 26 00:18:54 2000 ++++ gtv.c Sun Mar 26 00:19:17 2000 +@@ -726,6 +726,7 @@ + memset( &info, 0, sizeof( info ) ); + memset( &filename_buffer, 0, sizeof( gchar ) * FILENAME_BUFFER_SIZE ); + gtk_init( &argc, &argv ); ++ gtk_set_locale (); + + window = create_gtv_window( ); + gtk_signal_connect( GTK_OBJECT( window ), "destroy", Property changes on: head/multimedia/smpeg/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/multimedia/smpeg/files/patch-ac =================================================================== --- head/multimedia/smpeg/files/patch-ac (nonexistent) +++ head/multimedia/smpeg/files/patch-ac (revision 27897) @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Apr 22 23:34:24 2000 ++++ Makefile.in Sat Apr 22 23:34:38 2000 +@@ -103,7 +103,7 @@ + libsmpeginclude_HEADERS = MPEG.h MPEGaction.h MPEGaudio.h MPEGerror.h MPEGring.h MPEGstream.h MPEGvideo.h smpeg.h + + +-libsmpeg_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) ++libsmpeg_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) + + + libsmpeg_la_LIBADD = audio/libaudio.la video/libvideo.la Property changes on: head/multimedia/smpeg/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/multimedia/smpeg/pkg-plist =================================================================== --- head/multimedia/smpeg/pkg-plist (revision 27896) +++ head/multimedia/smpeg/pkg-plist (revision 27897) @@ -1,18 +1,17 @@ bin/gtv bin/plaympeg include/smpeg/MPEG.h include/smpeg/MPEGaction.h include/smpeg/MPEGaudio.h include/smpeg/MPEGerror.h include/smpeg/MPEGring.h include/smpeg/MPEGstream.h include/smpeg/MPEGvideo.h include/smpeg/smpeg.h -lib/libsmpeg-0.3.so -lib/libsmpeg-0.3.so.0 lib/libsmpeg.a lib/libsmpeg.la lib/libsmpeg.so +lib/libsmpeg.so.0 @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R @dirrm include/smpeg Property changes on: head/multimedia/smpeg/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property