diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-08-28 00:59:09 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-08-28 00:59:09 +0800 |
commit | 57065d034b9edc39c09257c1cd84028f5e3ba3f1 (patch) | |
tree | 1c4b92973c8629aadbe47d1bb851c499751dfc92 /multimedia | |
parent | aa8245945986d3770d0a70db11716d623a9441c2 (diff) | |
download | freebsd-ports-gnome-57065d034b9edc39c09257c1cd84028f5e3ba3f1.tar.gz freebsd-ports-gnome-57065d034b9edc39c09257c1cd84028f5e3ba3f1.tar.zst freebsd-ports-gnome-57065d034b9edc39c09257c1cd84028f5e3ba3f1.zip |
multimedia/mplayer2: minor cleanup via portlint
- Unsilence INSTALL_* lines
- Regenerate patches with makepatch
- Remove extra newline
PR: 202404
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer2/Makefile | 5 | ||||
-rw-r--r-- | multimedia/mplayer2/files/patch-configure | 10 | ||||
-rw-r--r-- | multimedia/mplayer2/files/patch-libao2-ao_oss.c | 4 | ||||
-rw-r--r-- | multimedia/mplayer2/files/patch-libmpcodecs-vd_theora.c | 20 | ||||
-rw-r--r-- | multimedia/mplayer2/files/patch-libmpdemux-demux_gif.c | 6 | ||||
-rw-r--r-- | multimedia/mplayer2/files/patch-libmpdemux-demux_ogg.c | 12 | ||||
-rw-r--r-- | multimedia/mplayer2/files/patch-libmpdemux-demuxer.h | 6 | ||||
-rw-r--r-- | multimedia/mplayer2/files/patch-stream-tvi_bsdbt848.c | 24 | ||||
-rw-r--r-- | multimedia/mplayer2/files/patch-stream-tvi_v4l2.c | 4 | ||||
-rw-r--r-- | multimedia/mplayer2/files/patch-sub-subassconvert.c | 2 | ||||
-rw-r--r-- | multimedia/mplayer2/files/patch-sub-subreader.c | 2 |
11 files changed, 47 insertions, 48 deletions
diff --git a/multimedia/mplayer2/Makefile b/multimedia/mplayer2/Makefile index 652702724fcd..f02c5964d26d 100644 --- a/multimedia/mplayer2/Makefile +++ b/multimedia/mplayer2/Makefile @@ -41,7 +41,6 @@ MAKE_ARGS+= BINDIR=${STAGEDIR}${PREFIX}/bin \ MPLAYER2_SNAPSHOT_DATE= 2013-04-28 MPLAYER2_PORT_VERSION= 2.0.${MPLAYER2_SNAPSHOT_DATE:S/-//g} - OPTIONS_DEFINE= DEBUG RTC IPV6 SMB LIBBLURAY DV THEORA \ X11 XINERAMA OPENGL SDL VDPAU GIF CACA \ MAD SPEEX CDIO LADSPA REALPLAYER \ @@ -294,10 +293,10 @@ post-patch: .endif post-install: - @${INSTALL_DATA} ${WRKSRC}/etc/example.conf \ + ${INSTALL_DATA} ${WRKSRC}/etc/example.conf \ ${STAGEDIR}${PREFIX}/etc/mplayer/mplayer.conf.sample .for conf in codecs input - @${INSTALL_DATA} ${WRKSRC}/etc/${conf}.conf \ + ${INSTALL_DATA} ${WRKSRC}/etc/${conf}.conf \ ${STAGEDIR}${PREFIX}/etc/mplayer/${conf}.conf.sample .endfor diff --git a/multimedia/mplayer2/files/patch-configure b/multimedia/mplayer2/files/patch-configure index 35cbd591c079..3c97ffe84abe 100644 --- a/multimedia/mplayer2/files/patch-configure +++ b/multimedia/mplayer2/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2012-05-12 01:08:28.473233004 -0500 -+++ configure 2012-05-12 01:10:33.294799627 -0500 -@@ -3111,7 +3111,7 @@ echocheck "pthread" +--- configure.orig 2013-07-09 16:33:11 UTC ++++ configure +@@ -2676,7 +2676,7 @@ echocheck "pthread" if linux ; then THREAD_CFLAGS=-D_REENTRANT elif freebsd || netbsd || openbsd || bsdos ; then @@ -9,7 +9,7 @@ fi if test "$_pthreads" = auto ; then cat > $TMPC << EOF -@@ -3128,7 +3128,7 @@ int main(void) { +@@ -2693,7 +2693,7 @@ int main(void) { EOF _pthreads=no if ! hpux ; then @@ -18,7 +18,7 @@ # for crosscompilation, we cannot execute the program, be happy if we can link statically cc_check $THREAD_CFLAGS $_ld_tmp && (tmp_run || test "$_ld_static") && _ld_pthread="$_ld_tmp" && _pthreads=yes && break done -@@ -6340,7 +6340,7 @@ TIMER = $_timer +@@ -5296,7 +5296,7 @@ RST2MAN = $_rst2man EXESUF = $_exesuf EXESUFS_ALL = .exe diff --git a/multimedia/mplayer2/files/patch-libao2-ao_oss.c b/multimedia/mplayer2/files/patch-libao2-ao_oss.c index da5a47c9ac75..baa7634f7613 100644 --- a/multimedia/mplayer2/files/patch-libao2-ao_oss.c +++ b/multimedia/mplayer2/files/patch-libao2-ao_oss.c @@ -1,5 +1,5 @@ ---- libao2/ao_oss.c~ 2012-05-10 23:45:22.000000000 -0500 -+++ libao2/ao_oss.c 2012-05-11 00:03:17.820525648 -0500 +--- libao2/ao_oss.c.orig 2013-07-09 16:33:13 UTC ++++ libao2/ao_oss.c @@ -460,6 +460,7 @@ static void reset(void){ fcntl(audio_fd, F_SETFD, FD_CLOEXEC); #endif diff --git a/multimedia/mplayer2/files/patch-libmpcodecs-vd_theora.c b/multimedia/mplayer2/files/patch-libmpcodecs-vd_theora.c index c8a4c2152aa1..0ae9e3bc0e53 100644 --- a/multimedia/mplayer2/files/patch-libmpcodecs-vd_theora.c +++ b/multimedia/mplayer2/files/patch-libmpcodecs-vd_theora.c @@ -1,6 +1,6 @@ ---- libmpcodecs/vd_theora.c.orig 2015-03-25 00:52:12.768575000 +0100 -+++ libmpcodecs/vd_theora.c 2015-03-25 01:17:34.162174000 +0100 -@@ -39,22 +39,23 @@ +--- libmpcodecs/vd_theora.c.orig 2013-07-09 16:33:13 UTC ++++ libmpcodecs/vd_theora.c +@@ -39,22 +39,23 @@ static const vd_info_t info = { LIBVD_EXTERN(theora) @@ -32,7 +32,7 @@ } return 0; } -@@ -64,7 +65,7 @@ +@@ -64,7 +65,7 @@ static int control(sh_video_t *sh,int cm theora_struct_t *context = sh->context; switch(cmd) { case VDCTRL_QUERY_FORMAT: @@ -41,7 +41,7 @@ return CONTROL_TRUE; return CONTROL_FALSE; } -@@ -88,8 +89,10 @@ +@@ -88,8 +89,10 @@ static int init(sh_video_t *sh){ if (!context) goto err_out; @@ -54,7 +54,7 @@ /* Read all header packets, pass them to theora_decode_header. */ for (i = 0; i < THEORA_NUM_HEADER_PACKETS; i++) -@@ -109,7 +112,7 @@ +@@ -109,7 +112,7 @@ static int init(sh_video_t *sh){ op.b_o_s = 1; } @@ -63,7 +63,7 @@ { mp_msg(MSGT_DECVIDEO, MSGL_ERR, "Broken Theora header; errorCode=%i!\n", errorCode); goto err_out; -@@ -117,23 +120,25 @@ +@@ -117,23 +120,25 @@ static int init(sh_video_t *sh){ } /* now init codec */ @@ -97,7 +97,7 @@ err_out: free(context); -@@ -150,9 +155,9 @@ +@@ -150,9 +155,9 @@ static void uninit(sh_video_t *sh) if (context) { @@ -110,7 +110,7 @@ free (context); } } -@@ -165,7 +170,7 @@ +@@ -165,7 +170,7 @@ static mp_image_t* decode(sh_video_t *sh theora_struct_t *context = sh->context; int errorCode = 0; ogg_packet op; @@ -119,7 +119,7 @@ mp_image_t* mpi; // no delayed frames -@@ -177,31 +182,31 @@ +@@ -177,31 +182,31 @@ static mp_image_t* decode(sh_video_t *sh op.packet = data; op.granulepos = -1; diff --git a/multimedia/mplayer2/files/patch-libmpdemux-demux_gif.c b/multimedia/mplayer2/files/patch-libmpdemux-demux_gif.c index 49944180d6c6..35673608ea8e 100644 --- a/multimedia/mplayer2/files/patch-libmpdemux-demux_gif.c +++ b/multimedia/mplayer2/files/patch-libmpdemux-demux_gif.c @@ -1,6 +1,6 @@ ---- libmpdemux/demux_gif.c.orig 2012-12-31 00:26:50.000000000 +0100 -+++ libmpdemux/demux_gif.c 2012-12-31 00:30:54.000000000 +0100 -@@ -44,6 +44,16 @@ +--- libmpdemux/demux_gif.c.orig 2013-07-09 16:33:16 UTC ++++ libmpdemux/demux_gif.c +@@ -44,6 +44,16 @@ typedef struct { #define GIF_SIGNATURE (('G' << 16) | ('I' << 8) | 'F') diff --git a/multimedia/mplayer2/files/patch-libmpdemux-demux_ogg.c b/multimedia/mplayer2/files/patch-libmpdemux-demux_ogg.c index e1d4d90015db..fba1c8dc92c3 100644 --- a/multimedia/mplayer2/files/patch-libmpdemux-demux_ogg.c +++ b/multimedia/mplayer2/files/patch-libmpdemux-demux_ogg.c @@ -1,5 +1,5 @@ ---- libmpdemux/demux_ogg.c.orig 2013-07-09 18:33:16.000000000 +0200 -+++ libmpdemux/demux_ogg.c 2015-03-25 01:47:19.439377000 +0100 +--- libmpdemux/demux_ogg.c.orig 2013-07-09 16:33:16 UTC ++++ libmpdemux/demux_ogg.c @@ -50,21 +50,21 @@ #endif @@ -28,7 +28,7 @@ } theora_struct_t; #endif -@@ -117,7 +117,7 @@ +@@ -117,7 +117,7 @@ typedef struct ogg_stream { float samplerate; /// granulpos 2 time int64_t lastpos; int32_t lastsize; @@ -37,7 +37,7 @@ // Logical stream state ogg_stream_state stream; -@@ -300,11 +300,10 @@ +@@ -300,11 +300,10 @@ static unsigned char *demux_ogg_read_pac have theora_state st, until all header packets were passed to the decoder. */ if (!pack->bytes || !(*data&0x80)) { @@ -51,7 +51,7 @@ os->lastpos += pack->granulepos & iframemask; *keyframe = (pack->granulepos & iframemask) == 0; } else { -@@ -888,14 +887,15 @@ +@@ -888,14 +887,15 @@ int demux_ogg_open(demuxer_t *demuxer) #ifdef CONFIG_OGGTHEORA } else if (pack.bytes >= 7 && !strncmp (&pack.packet[1], "theora", 6)) { int errorCode = 0; @@ -73,7 +73,7 @@ mp_msg(MSGT_DEMUX, MSGL_ERR, "Theora header parsing failed: %i \n", errorCode); } else { -@@ -904,30 +904,32 @@ +@@ -904,30 +904,32 @@ int demux_ogg_open(demuxer_t *demuxer) sh_v->bih = calloc(1, sizeof(*sh_v->bih)); sh_v->bih->biSize = sizeof(*sh_v->bih); sh_v->bih->biCompression = sh_v->format = FOURCC_THEORA; diff --git a/multimedia/mplayer2/files/patch-libmpdemux-demuxer.h b/multimedia/mplayer2/files/patch-libmpdemux-demuxer.h index 87b5bb38e4ef..8bc847b3f4e5 100644 --- a/multimedia/mplayer2/files/patch-libmpdemux-demuxer.h +++ b/multimedia/mplayer2/files/patch-libmpdemux-demuxer.h @@ -1,6 +1,6 @@ ---- libmpdemux/demuxer.h.orig 2014-09-19 05:04:22.000000000 +0200 -+++ libmpdemux/demuxer.h 2014-09-19 05:01:57.000000000 +0200 -@@ -121,7 +121,7 @@ +--- libmpdemux/demuxer.h.orig 2013-07-09 16:33:16 UTC ++++ libmpdemux/demuxer.h +@@ -121,7 +121,7 @@ enum timestamp_type { #define SEEK_BACKWARD (1 << 3) // demux_lavf can pass lavf buffers using FF_INPUT_BUFFER_PADDING_SIZE instead diff --git a/multimedia/mplayer2/files/patch-stream-tvi_bsdbt848.c b/multimedia/mplayer2/files/patch-stream-tvi_bsdbt848.c index 7b5f55815a04..5456b869f212 100644 --- a/multimedia/mplayer2/files/patch-stream-tvi_bsdbt848.c +++ b/multimedia/mplayer2/files/patch-stream-tvi_bsdbt848.c @@ -1,6 +1,6 @@ ---- stream/tvi_bsdbt848.c.orig 2009-05-12 21:58:57.000000000 -0500 -+++ stream/tvi_bsdbt848.c 2009-07-23 20:39:13.536681248 -0500 -@@ -352,11 +352,11 @@ +--- stream/tvi_bsdbt848.c.orig 2013-07-09 16:33:36 UTC ++++ stream/tvi_bsdbt848.c +@@ -368,11 +368,11 @@ static int control(priv_t *priv, int cmd int req_mode = *(int *)arg; u_short tmp_fps; @@ -14,7 +14,7 @@ priv->maxheight = PAL_HEIGHT; priv->maxwidth = PAL_WIDTH; priv->maxfps = PAL_FPS; -@@ -377,7 +377,7 @@ +@@ -393,7 +393,7 @@ static int control(priv_t *priv, int cmd if(req_mode == TV_NORM_NTSC) { @@ -23,7 +23,7 @@ priv->maxheight = NTSC_HEIGHT; priv->maxwidth = NTSC_WIDTH; priv->maxfps = NTSC_FPS; -@@ -401,9 +401,28 @@ +@@ -417,9 +417,28 @@ static int control(priv_t *priv, int cmd } } @@ -35,7 +35,8 @@ + priv->maxwidth = PAL_WIDTH; + priv->maxfps = PAL_FPS; + priv->fps = PAL_FPS; -+ + +- if(ioctl(priv->btfd, METEORSFMT, &priv->iformat) < 0) + if(priv->fps > priv->maxfps) priv->fps = priv->maxfps; + + if(priv->geom.rows > priv->maxheight) @@ -48,13 +49,12 @@ + priv->geom.columns = priv->maxwidth; + } + } - -- if(ioctl(priv->btfd, METEORSFMT, &priv->iformat) < 0) ++ + if(ioctl(priv->btfd, BT848SFMT, &priv->iformat) < 0) { - mp_msg(MSGT_TV, MSGL_ERR, MSGTR_TV_Bt848IoctlFailed, "METEORSFMT", strerror(errno)); + mp_tmsg(MSGT_TV, MSGL_ERR, "tvi_bsdbt848: Call to %s ioctl failed. Error: %s\n", "METEORSFMT", strerror(errno)); return TVI_CONTROL_FALSE; -@@ -532,8 +551,9 @@ +@@ -548,8 +567,9 @@ G_private = priv; /* Oooh, sick */ /* Video Configuration */ priv->videoready = TRUE; @@ -65,12 +65,12 @@ priv->maxheight = PAL_HEIGHT; priv->maxwidth = PAL_WIDTH; priv->maxfps = PAL_FPS; -@@ -558,7 +578,7 @@ +@@ -574,7 +594,7 @@ if(priv->btfd < 0) } if(priv->videoready == TRUE && - ioctl(priv->btfd, METEORSFMT, &priv->iformat) < 0) + ioctl(priv->btfd, BT848SFMT, &priv->iformat) < 0) { - mp_msg(MSGT_TV, MSGL_ERR, MSGTR_TV_Bt848IoctlFailed, "SETEORSFMT", strerror(errno)); + mp_tmsg(MSGT_TV, MSGL_ERR, "tvi_bsdbt848: Call to %s ioctl failed. Error: %s\n", "SETEORSFMT", strerror(errno)); } diff --git a/multimedia/mplayer2/files/patch-stream-tvi_v4l2.c b/multimedia/mplayer2/files/patch-stream-tvi_v4l2.c index 489fd4323753..d13ca6567228 100644 --- a/multimedia/mplayer2/files/patch-stream-tvi_v4l2.c +++ b/multimedia/mplayer2/files/patch-stream-tvi_v4l2.c @@ -1,5 +1,5 @@ ---- stream/tvi_v4l2.c~ 2012-05-10 23:45:22.000000000 -0500 -+++ stream/tvi_v4l2.c 2012-05-11 00:08:34.930938536 -0500 +--- stream/tvi_v4l2.c.orig 2013-07-09 16:33:36 UTC ++++ stream/tvi_v4l2.c @@ -52,7 +52,6 @@ known issues: #ifdef HAVE_SYS_VIDEOIO_H #include <sys/videoio.h> diff --git a/multimedia/mplayer2/files/patch-sub-subassconvert.c b/multimedia/mplayer2/files/patch-sub-subassconvert.c index 6e8804d44f50..de91b7bb71f6 100644 --- a/multimedia/mplayer2/files/patch-sub-subassconvert.c +++ b/multimedia/mplayer2/files/patch-sub-subassconvert.c @@ -1,4 +1,4 @@ ---- sub/subassconvert.c.orig +--- sub/subassconvert.c.orig 2013-07-09 16:33:36 UTC +++ sub/subassconvert.c @@ -18,6 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. diff --git a/multimedia/mplayer2/files/patch-sub-subreader.c b/multimedia/mplayer2/files/patch-sub-subreader.c index d6a77a2bee60..4fc85a791c00 100644 --- a/multimedia/mplayer2/files/patch-sub-subreader.c +++ b/multimedia/mplayer2/files/patch-sub-subreader.c @@ -1,4 +1,4 @@ ---- sub/subreader.c.orig +--- sub/subreader.c.orig 2013-07-09 16:33:36 UTC +++ sub/subreader.c @@ -21,6 +21,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |