mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add a patch for I18N fontset.
This commit is contained in:
parent
8a3c015b3b
commit
79eab9f8fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27897
8 changed files with 46 additions and 6 deletions
|
@ -12,7 +12,7 @@ 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
|
||||
|
|
10
graphics/smpeg/files/patch-ab
Normal file
10
graphics/smpeg/files/patch-ab
Normal file
|
@ -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",
|
11
graphics/smpeg/files/patch-ac
Normal file
11
graphics/smpeg/files/patch-ac
Normal file
|
@ -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
|
|
@ -8,11 +8,10 @@ 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
|
||||
|
|
|
@ -12,7 +12,7 @@ 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
|
||||
|
|
10
multimedia/smpeg/files/patch-ab
Normal file
10
multimedia/smpeg/files/patch-ab
Normal file
|
@ -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",
|
11
multimedia/smpeg/files/patch-ac
Normal file
11
multimedia/smpeg/files/patch-ac
Normal file
|
@ -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
|
|
@ -8,11 +8,10 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue