Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.20130428_29 25 Mar 2017 10:01:27 |
rene |
Remove expired port:
2017-03-25 multimedia/mplayer2: Development ceased in favour of mpv, last
release from 2013 |
2.0.20130428_29 21 Mar 2017 21:59:31 |
antoine |
- 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 |
2.0.20130428_28 24 Feb 2017 01:13:11 |
cpm |
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 |
2.0.20130428_28 20 Feb 2017 18:00:05 |
riggs |
Chase libass runtime fix r434477; bump PORTREVISION on consumers
PR: 216837
Reported by: cpm
MFH: 2017Q1 |
2.0.20130428_27 05 Feb 2017 08:17:43 |
riggs |
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers
Reported by: robert.burmeister@utoledo.edu (via email) |
2.0.20130428_26 30 Dec 2016 08:08:20 |
jbeich |
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 |
2.0.20130428_25 11 Dec 2016 15:22:47 |
jbeich |
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) |
2.0.20130428_24 09 Dec 2016 15:10:37 |
cpm |
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 (Only the first 15 lines of the commit message are shown above ) |
2.0.20130428_23 26 Nov 2016 19:26:42 |
cpm |
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 |
2.0.20130428_22 09 Aug 2016 18:28:54 |
cpm |
- Remove REALPLAYER_DESC line
PR: 211676
Reported by: rene
Approved by: junovitch (mentor) |
2.0.20130428_22 09 Aug 2016 02:12:32 |
cpm |
- Drop support for expired multimedia/linux-realplayer
- Bump PORTREVISION
PR: 211676
Submitted by: rene
Approved by: junovitch (mentor) |
2.0.20130428_21 29 Jun 2016 01:50:09 |
cpm |
- 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 |
2.0.20130428_20 27 Jun 2016 20:34:27 |
cpm |
- 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 |
2.0.20130428_19 03 May 2016 01:02:26 |
jbeich |
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 |
2.0.20130428_18 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.0.20130428_18 22 Mar 2016 02:07:32 |
cpm |
- 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) |
2.0.20130428_17 03 Dec 2015 20:01:04 |
antoine |
Update giflib to 5.1.1
PR: 204492 |
2.0.20130428_16 12 Nov 2015 15:21:10 |
antoine |
Allow building with giflib 5.1
PR: 204492 |
2.0.20130428_16 29 Aug 2015 21:47:27 |
jbeich |
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) |
2.0.20130428_15 28 Aug 2015 10:32:05 |
jbeich |
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 |
2.0.20130428_14 27 Aug 2015 16:59:39 |
jbeich |
multimedia/mplayer2: unbreak/restore V4L option
PR: 202404
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer) |
2.0.20130428_14 27 Aug 2015 16:59:25 |
jbeich |
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) |
2.0.20130428_14 27 Aug 2015 16:59:10 |
jbeich |
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) |
2.0.20130428_14 27 Aug 2015 16:58:55 |
jbeich |
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 |
2.0.20130428_13 22 Jun 2015 11:54:25 |
pi |
multimedia/mplayer2: fix portaudio dependency
PR: 200952
Submitted by: Andrey Fesenko <andrey@bsdnir.info>
Approved by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) |
2.0.20130428_12 30 May 2015 20:39:13 |
bapt |
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 |
2.0.20130428_11 05 May 2015 18:47:38 |
pi |
multimedia/mplayer2: add CPE
PR: 199954
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) |
2.0.20130428_11 30 Apr 2015 14:41:21 |
pi |
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) |
2.0.20130428_11 30 Apr 2015 06:45:27 |
pi |
multimedia/mplayer2: fix build if THEORA support enabled
PR: 198901
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Approved by: chris@bsdjunk.com (maintainer) |
2.0.20130428_11 16 Apr 2015 21:51:07 |
bapt |
Over to new maintainer |
2.0.20130428_11 16 Apr 2015 20:13:44 |
gblach |
Back to the pool.
Currently and in near future I don't have time to be responsible
for any port. |
2.0.20130428_11 03 Apr 2015 11:26:50 |
mat |
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 |
2.0.20130428_11 25 Mar 2015 17:36:48 |
marino |
multimedia category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket |
2.0.20130428_11 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
2.0.20130428_11 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
2.0.20130428_10 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
2.0.20130428_10 08 Dec 2014 16:48:41 |
tijl |
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. (Only the first 15 lines of the commit message are shown above ) |
2.0.20130428_9 18 Nov 2014 03:14:09 |
gblach |
Unbreak linking mplayer2 by temporary removing V4L option,
until bugfix will be available. |
2.0.20130428_9 19 Sep 2014 12:56:27 |
gblach |
- Fix build after recent ffmpeg update
- Bump PORTREVISION |
2.0.20130428_8 11 Aug 2014 13:59:47 |
tijl |
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] |
2.0.20130428_7 09 Aug 2014 10:06:55 |
arved |
Chase library dependencies after libcdio <-> libcdio-paranoia split
PR: 192271 |
2.0.20130428_6 29 Jul 2014 21:07:40 |
adamw |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
2.0.20130428_6 18 Jul 2014 11:02:59 |
tijl |
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 |
2.0.20130428_5 13 May 2014 10:17:04 |
martymac |
- 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] |
2.0.20130428_4 27 Apr 2014 14:14:27 |
riggs |
- 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) |
2.0.20130428_3 16 Apr 2014 18:28:50 |
zeising |
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 (Only the first 15 lines of the commit message are shown above ) |
2.0.20130428_2 03 Feb 2014 08:15:20 |
martymac |
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions |
2.0.20130428_1 30 Oct 2013 11:29:20 |
marino |
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) |
2.0.20130428_1 22 Oct 2013 22:13:29 |
gblach |
- Convert to new LIB_DEPENDS syntax
- Support staging |
2.0.20130428_1 21 Oct 2013 17:56:33 |
wg |
multimedia/mplayer2: use ffmpeg instead of ffmpeg1
- Use ffmpeg instead of ffmpeg1
Approved by: portmgr (bapt, implicit) |
2.0.20130428 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
2.0.20130428 06 Sep 2013 14:23:20 |
bapt |
Add an explicit dependency on pkgconf |
2.0.20130428 19 Aug 2013 21:46:48 |
gblach |
- Update to 2.0.20130428
- Remove joystick option, due to dependency on expired devel/linux-js
Approved by: crees, tabthorpe (mentors, implicit) |
2.0.20130126_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0.20130126_2 07 Jul 2013 12:28:44 |
gblach |
- 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) |
2.0.20130126_2 04 Jul 2013 23:29:40 |
gblach |
- Build mplayer2 with libavresample
- Bump PORTREVISION
Approved by: crees, tabthorpe (mentors, implicit) |
2.0.20130126_1 25 Jun 2013 07:41:27 |
mm |
Update multimedia/ffmpeg1 to 1.2.1
PR: ports/177145
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> |
2.0.20130126 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
2.0.20130126 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
2.0.20130126 03 Mar 2013 11:21:26 |
gblach |
- Always enable dvdread
PR: ports/176604
Approved by: crees (mentor) |
2.0.20130126 05 Feb 2013 21:56:20 |
gblach |
- Update to 2.0.20130126
- Fix flac playback
PR: ports/175800
Approved by: crees (mentor) |
2.0.20121103 08 Jan 2013 22:25:44 |
gblach |
- Fix build without X11
PR: ports/175080
Approved by: crees (mentor) |
2.0.20121103 31 Dec 2012 17:32:16 |
gblach |
- Fix linking with giflib
- Fix linking with libbluray
PR: ports/174842
Approved by: crees (mentor) |
2.0.20121103 30 Dec 2012 18:04:18 |
gblach |
- Fix build when both audio/portaudio and audio/portaudio2 are installed
- Remove xvmc option (was removed upstream)
Approved by: crees (mentor) |
2.0.20121103 08 Nov 2012 22:18:25 |
gblach |
- Update to 2.0.20121103
Approved by: tabthorpe (mentor)
Feature safe: yes |
2.0.20120517_1 04 Nov 2012 13:05:06 |
gblach |
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form
Feature safe: yes |
2.0.20120517_1 27 Oct 2012 14:09:43 |
crees |
- 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 |
2.0.20120517 24 Oct 2012 16:32:17 |
crees |
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 |