notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/mplayer2/Makefile

Number of commits found: 64

Tuesday, 21 Mar 2017
21:59 antoine search for other commits by this committer
- Add USES=samba to handle dependency on samba
  Valid ARGS:  build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D8919
Original commitRevision:436659 
Friday, 24 Feb 2017
01:13 cpm search for other commits by this committer
Mark deprecated and set to expire at 2017-03-25

MPlayer2 development stopped back in 2013. mpv was forked of mplayer2
and effectively its successor.

Discussed with: lme by email
Original commitRevision:434691 
Monday, 20 Feb 2017
18:00 riggs search for other commits by this committer
Chase libass runtime fix r434477; bump PORTREVISION on consumers

PR:		216837
Reported by:	cpm
MFH:		2017Q1
Original commitRevision:434479 
Sunday, 5 Feb 2017
08:17 riggs search for other commits by this committer
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers

Reported by:	robert.burmeister@utoledo.edu (via email)
Original commitRevision:433383 
Friday, 30 Dec 2016
08:08 jbeich search for other commits by this committer
multimedia/libass: belatedly bump PORTREVISION after r429876

ASS_Style grew in size by |int Justify| member. Old consumers may
not initialize it leading to crashes.

Reported by:	Kevin Oberman
Original commitRevision:429961 
Sunday, 11 Dec 2016
15:22 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Original commitRevision:428352 
Friday, 9 Dec 2016
15:10 cpm search for other commits by this committer
multimedia/mplayer2: Fix build with ffmpeg 3.x

screenshot.c:60:5: error: implicit declaration of function 'avcodec_free_frame'
is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
    avcodec_free_frame(&ctx->pic);
    ^
screenshot.c:72:20: error: implicit declaration of function
'avcodec_alloc_frame' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
        ctx->pic = avcodec_alloc_frame();
                   ^
screenshot.c:97:22: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you
mean
      'AV_PIX_FMT_RGB24'?
    avctx->pix_fmt = PIX_FMT_RGB24;
                     ^~~~~~~~~~~~~
                     AV_PIX_FMT_RGB24
/usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared
here
    AV_PIX_FMT_RGB24,     ///< packed RGB 8:8:8, 24bpp, RGBRGB...
    ^
screenshot.c:113:5: error: implicit declaration of function
'avcodec_get_frame_defaults' is invalid
      in C99 [-Werror,-Wimplicit-function-declaration]
    avcodec_get_frame_defaults(pic);
    ^
screenshot.c:118:16: error: implicit declaration of function
'avcodec_encode_video' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
    int size = avcodec_encode_video(avctx, outbuffer, outbuffer_size, pic);
               ^

PR:		214896
Reported by:	jbeich
Reviewed by:	jbeich, junovitch (mentor)
Approved by:	jbeich, junovitch (mentor)
Original commitRevision:428215 
Saturday, 26 Nov 2016
19:26 cpm search for other commits by this committer
multimedia/mplayer2: unbreak after r417413

- Fix LICENSE
- Add LICENSE_FILE
- Record TIMESTAMP in distinfo
- Unbreak build after disabling MANPAGES option on package builders

Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D8555
Original commitRevision:427182 
Tuesday, 9 Aug 2016
18:28 cpm search for other commits by this committer
- Remove REALPLAYER_DESC line

PR:	211676
Reported by:	rene
Approved by:	junovitch (mentor)
Original commitRevision:419960 
02:12 cpm search for other commits by this committer
- Drop support for expired multimedia/linux-realplayer
- Bump PORTREVISION

PR:	211676
Submitted by:	rene
Approved by:	junovitch (mentor)
Original commitRevision:419898 
Wednesday, 29 Jun 2016
01:50 cpm search for other commits by this committer
- Re-add USES=python:3,build because it depends on python3
- Ignore on the package builders

Reported by:	pkg-fallout
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D7012
Original commitRevision:417754 
Monday, 27 Jun 2016
20:34 cpm search for other commits by this committer
- Change USES=python:3,build to USES=python:build will silence pkg-fallout
- Bump PORTREVISION

Reported by:	pkg-fallout
Reviewed by:	amdmi3, feld (mentors)
Approved by:	amdmi3, feld (mentors)
Differential Revision:	D6983
Original commitRevision:417684 
Tuesday, 3 May 2016
01:02 jbeich search for other commits by this committer
multimedia/ffmpeg: enable VAAPI and VDPAU by default

Build VAAPI and VDPAU backends, so ports using system ffmpeg can take
advantage of GPU-assisted decoding. Also, propagate defaults to consumers.

Approved by:	cpm, multimedia (riggs), maintainer timeout (3 weeks)
Differential Revision:	https://reviews.freebsd.org/D5898
Original commitRevision:414501 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Tuesday, 22 Mar 2016
02:07 cpm search for other commits by this committer
- Convert to USES=python:3,build
- Fix SIGSEGV with FFmpeg (reported by soralx@cydem.org)
- Update MAINTAINER to my @FreeBSD.org address
- Bump PORTREVISION

PR:		208080
Approved by:	junovitch (mentor)
Original commitRevision:411632 
Thursday, 3 Dec 2015
20:01 antoine search for other commits by this committer
Update giflib to 5.1.1

PR:		204492
Original commitRevision:402898 
Saturday, 29 Aug 2015
21:47 jbeich search for other commits by this committer
multimedia/mplayer2: modernize options

- Expose A52, ENCA, DVDREAD, DVDNAV, RTCPU as options
- Hide WIN32 option for non-i386 architectures
- Drop no longer supported OSVERSION range
- Drop DEBUG and PACKAGE_BUILDING hacks
- Convert to option helpers
- Sort options

PR:		202404
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Original commitRevision:395569 
Friday, 28 Aug 2015
10:32 jbeich search for other commits by this committer
multimedia/mplayer2: make GIF=on actually work

GIF option was both auto-disabled during configure and broken when
forced to be enabled. So, bump PORTREVISION to restore GIF support
for users with GIF=on.

PR:		202404
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
MFH:		2015Q3
Original commitRevision:395460 
Thursday, 27 Aug 2015
16:59 jbeich search for other commits by this committer
multimedia/mplayer2: unbreak/restore V4L option

PR:		202404
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Original commitRevision:395437 
16:59 jbeich search for other commits by this committer
multimedia/mplayer2: respect LIBS

While here clean up unnecessary -lfoo due to --enable-foo not
populating --extra-libs.

PR:		202404
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Original commitRevision:395436 
16:59 jbeich search for other commits by this committer
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)
Original commitRevision:395435 
16:58 jbeich search for other commits by this committer
multimedia/mplayer2: slightly improve options

- Make CACA=on actually work
- Convert PULSE and LIBCDIO to standard spelling
- Drop option descriptions where standardized

PR:		202404
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
MFH:		2015Q3
Original commitRevision:395434 
Monday, 22 Jun 2015
11:54 pi search for other commits by this committer
multimedia/mplayer2: fix portaudio dependency

PR:		200952
Submitted by:	Andrey Fesenko <andrey@bsdnir.info>
Approved by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Original commitRevision:390283 
Saturday, 30 May 2015
20:39 bapt search for other commits by this committer
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken

Approved by:	maintainer
Original commitRevision:387982 
Tuesday, 5 May 2015
18:47 pi search for other commits by this committer
multimedia/mplayer2: add CPE

PR:		199954
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Original commitRevision:385481 
Thursday, 30 Apr 2015
14:41 pi search for other commits by this committer
multimedia/mplayer2: update maintainer, WWW: value

Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (new maintainer)
Approved by:	chris <chris@bsdjunk.com> (old maintainer)
Original commitRevision:385048 
Thursday, 16 Apr 2015
21:51 bapt search for other commits by this committer
Over to new maintainer
Original commitRevision:384127 
20:13 gblach search for other commits by this committer
Back to the pool.

Currently and in near future I don't have time to be responsible
for any port.
Original commitRevision:384126 
Friday, 3 Apr 2015
11:26 mat search for other commits by this committer
Remove OSVERSION checks that do not make sense any more.

For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
Original commitRevision:383107 
Wednesday, 25 Mar 2015
17:36 marino search for other commits by this committer
multimedia category: Remove $PTHREAD_LIBS

approved by:	PTHREAD blanket
Original commitRevision:382254 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Tuesday, 18 Nov 2014
03:14 gblach search for other commits by this committer
Unbreak linking mplayer2 by temporary removing V4L option,
until bugfix will be available.
Original commitRevision:372698 
Friday, 19 Sep 2014
12:56 gblach search for other commits by this committer
- Fix build after recent ffmpeg update
- Bump PORTREVISION
Original commitRevision:368557 
Monday, 11 Aug 2014
13:59 tijl search for other commits by this committer
comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample

Reported by:	sbruno [1]
Original commitRevision:364613 
Saturday, 9 Aug 2014
10:06 arved search for other commits by this committer
Chase library dependencies after libcdio <-> libcdio-paranoia split

PR:		192271
Original commitRevision:364423 
Tuesday, 29 Jul 2014
21:07 adamw search for other commits by this committer
Convert a bunch of USE_XZ to USES=tar:xz.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363392 
Friday, 18 Jul 2014
11:02 tijl search for other commits by this committer
audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command

Bump dependent ports
Original commitRevision:362200 
Tuesday, 13 May 2014
10:17 martymac search for other commits by this committer
- Update multimedia/libdvdread to 4.9.9
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread

Approved by:	portmgr (implicit) [1]
Original commitRevision:353931 
Sunday, 27 Apr 2014
14:14 riggs search for other commits by this committer
- Update libaacs to 0.7.0
  - Add LICENSE
  - USES tar:bzip2
- Update libbluray 0.5.0
  - Unbreak JAVA option
  - USES tar:bzip2
- Bump PORTREVISION in depdendent ports due to shared lib version bump

PR:		ports/188573
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Approved by:	thierry (mentor)
Original commitRevision:352423 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Monday, 3 Feb 2014
08:15 martymac search for other commits by this committer
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions
Original commitRevision:342392 
Wednesday, 30 Oct 2013
11:29 marino search for other commits by this committer
multimedia/mplayer2: fix configure failure, indirect linking

As seen when using gcc48 as the ports compiler (and on DragonFly),
mplayer2 was misconfigured.  The avresample library doesn't exist
during configuration, thus it will fail when using a modern
linker that complains that the library isn't found.

Moving -lavresample from extra-ldflags to extra-libs fixes the
problem on both FreeBSD+gcc48 and DragonFly

Approved by:	portmgr (bapt, implicit)
Original commitRevision:332095 
Tuesday, 22 Oct 2013
22:13 gblach search for other commits by this committer
- Convert to new LIB_DEPENDS syntax
- Support staging
Original commitRevision:331332 
Monday, 21 Oct 2013
17:56 wg search for other commits by this committer
multimedia/mplayer2: use ffmpeg instead of ffmpeg1

- Use ffmpeg instead of ffmpeg1

Approved by:	portmgr (bapt, implicit)
Original commitRevision:331166 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Friday, 6 Sep 2013
14:23 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326504 
Monday, 19 Aug 2013
21:46 gblach search for other commits by this committer
- Update to 2.0.20130428
- Remove joystick option, due to dependency on expired devel/linux-js

Approved by:	crees, tabthorpe (mentors, implicit)
Original commitRevision:325023 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Sunday, 7 Jul 2013
12:28 gblach search for other commits by this committer
- Remove USE_PYTHON knob and add python3 to BUILD_DEPENDS.
  This change allows to build mplayer2 under poudriere.
- Change USE_GMAKE=yes to USES=gmake

Approved by:	crees, tabthorpe (mentors, implicit)
Original commitRevision:322436 
Thursday, 4 Jul 2013
23:29 gblach search for other commits by this committer
- Build mplayer2 with libavresample
- Bump PORTREVISION

Approved by:	crees, tabthorpe (mentors, implicit)
Original commitRevision:322299 
Tuesday, 25 Jun 2013
07:41 mm search for other commits by this committer
Update multimedia/ffmpeg1 to 1.2.1

PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
Original commitRevision:321725 
Monday, 6 May 2013
15:34 bapt search for other commits by this committer
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Original commitRevision:317525 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Sunday, 3 Mar 2013
11:21 gblach search for other commits by this committer
- Always enable dvdread

PR:		ports/176604
Approved by:	crees (mentor)
Original commitRevision:313342 
Tuesday, 5 Feb 2013
21:56 gblach search for other commits by this committer
- Update to 2.0.20130126
- Fix flac playback

PR:		ports/175800
Approved by:	crees (mentor)
Original commitRevision:311735 
Tuesday, 8 Jan 2013
22:25 gblach search for other commits by this committer
- Fix build without X11

PR:		ports/175080
Approved by:	crees (mentor)
Original commitRevision:310109 
Monday, 31 Dec 2012
17:32 gblach search for other commits by this committer
- Fix linking with giflib
- Fix linking with libbluray

PR:		ports/174842
Approved by:	crees (mentor)
Original commitRevision:309768 
Sunday, 30 Dec 2012
18:04 gblach search for other commits by this committer
- Fix build when both audio/portaudio and audio/portaudio2 are installed
- Remove xvmc option (was removed upstream)

Approved by:	crees (mentor)
Original commitRevision:309684 
Thursday, 8 Nov 2012
22:18 gblach search for other commits by this committer
- Update to 2.0.20121103

Approved by:	tabthorpe (mentor)
Feature safe:	yes
Original commitRevision:307207 
Sunday, 4 Nov 2012
13:05 gblach search for other commits by this committer
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
Original commitRevision:306964 
Saturday, 27 Oct 2012
14:09 crees search for other commits by this committer
- Fix build when multimedia/ffmpeg is already installed
- Fix pkg-plist when WITHOUT_NLS knob is set

PR:		ports/173085
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
Feature safe:	yes
Original commitRevision:306502 
Wednesday, 24 Oct 2012
16:32 crees search for other commits by this committer
MPlayer2 is an advanced general-purpose video player.
A fork of the original MPlayer project, it contains significant further
development and supports a number of features not available
in other Unix players.

WWW: http://www.mplayer2.org/

PR:		ports/163438
Submitted by:	Grzegorz Blach <magik@roorback.net>
Feature safe:	yes
Original commitRevision:306349 

Number of commits found: 64