mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Better DESCR and COMMENT files from Maxim Sobolev
and merge in (really dumb) things that I forgot to do. PR: 16500 Submitted by: Maxim Sobolev <sobomax@altavista.net>
This commit is contained in:
parent
5495e1f3be
commit
12f1e42196
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25451
@ -12,12 +12,19 @@ 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-1.0.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}"
|
||||
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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
A free MPEG player that supports video and audio.
|
||||
SMPEG is a free MPEG1 video player library with sound support
|
||||
|
@ -1,4 +1,14 @@
|
||||
SMPEG is a free, general purpose mpeg player that uses the
|
||||
SDL library. Combines the functionality of mpeg_play and splay.
|
||||
SMPEG is a free MPEG1 video player library with sound support. Video playback
|
||||
is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2. Audio is
|
||||
played through a slightly modified mpegsound library, part of Splay v0.8.2.
|
||||
SMPEG supports MPEG audio (MP3), MPEG-1 video, and MPEG system streams.
|
||||
|
||||
plaympeg, gtv, and glmovie are simple video players provided to test the
|
||||
library. The C library interface is 'documented' in smpeg.h, and the C++
|
||||
library interface is spread out over the MPEG*.h files.
|
||||
|
||||
This is a work in progress. Only 16 bit color depth is supported.
|
||||
The player will dynamically conver to other color depths, but playback
|
||||
will be much faster if your display is already set to 16 bit color depth.
|
||||
|
||||
WWW: http://www.lokigames.com/development/smpeg.php3
|
||||
|
@ -13,4 +13,6 @@ lib/libsmpeg-0.3.so.0
|
||||
lib/libsmpeg.a
|
||||
lib/libsmpeg.la
|
||||
lib/libsmpeg.so
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
@dirrm include/smpeg
|
||||
|
@ -12,12 +12,19 @@ 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-1.0.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}"
|
||||
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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
A free MPEG player that supports video and audio.
|
||||
SMPEG is a free MPEG1 video player library with sound support
|
||||
|
@ -1,4 +1,14 @@
|
||||
SMPEG is a free, general purpose mpeg player that uses the
|
||||
SDL library. Combines the functionality of mpeg_play and splay.
|
||||
SMPEG is a free MPEG1 video player library with sound support. Video playback
|
||||
is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2. Audio is
|
||||
played through a slightly modified mpegsound library, part of Splay v0.8.2.
|
||||
SMPEG supports MPEG audio (MP3), MPEG-1 video, and MPEG system streams.
|
||||
|
||||
plaympeg, gtv, and glmovie are simple video players provided to test the
|
||||
library. The C library interface is 'documented' in smpeg.h, and the C++
|
||||
library interface is spread out over the MPEG*.h files.
|
||||
|
||||
This is a work in progress. Only 16 bit color depth is supported.
|
||||
The player will dynamically conver to other color depths, but playback
|
||||
will be much faster if your display is already set to 16 bit color depth.
|
||||
|
||||
WWW: http://www.lokigames.com/development/smpeg.php3
|
||||
|
@ -13,4 +13,6 @@ lib/libsmpeg-0.3.so.0
|
||||
lib/libsmpeg.a
|
||||
lib/libsmpeg.la
|
||||
lib/libsmpeg.so
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
@dirrm include/smpeg
|
||||
|
Loading…
Reference in New Issue
Block a user