notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: multimedia/mplayer2/Makefile
SVNWeb

Number of commits found: 64

Tue, 21 Mar 2017
[ 21:59 antoine search for other commits by this committer ] Original commit   Revision:436659 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 24 Feb 2017
[ 01:13 cpm search for other commits by this committer ] Original commit   Revision:434691
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
Mon, 20 Feb 2017
[ 18:00 riggs search for other commits by this committer ] Original commit   Revision:434479 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Chase libass runtime fix r434477; bump PORTREVISION on consumers

PR:		216837
Reported by:	cpm
MFH:		2017Q1
Sun, 5 Feb 2017
[ 08:17 riggs search for other commits by this committer ] Original commit   Revision:433383 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers

Reported by:	robert.burmeister@utoledo.edu (via email)
Fri, 30 Dec 2016
[ 08:08 jbeich search for other commits by this committer ] Original commit   Revision:429961 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 9 Dec 2016
[ 15:10 cpm search for other commits by this committer ] Original commit   Revision:428215 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 26 Nov 2016
[ 19:26 cpm search for other commits by this committer ] Original commit   Revision:427182
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
Tue, 9 Aug 2016
[ 18:28 cpm search for other commits by this committer ] Original commit   Revision:419960
- Remove REALPLAYER_DESC line

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

PR:	211676
Submitted by:	rene
Approved by:	junovitch (mentor)
Wed, 29 Jun 2016
[ 01:50 cpm search for other commits by this committer ] Original commit   Revision:417754
- 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
Mon, 27 Jun 2016
[ 20:34 cpm search for other commits by this committer ] Original commit   Revision:417684
- 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
Tue, 3 May 2016
[ 01:02 jbeich search for other commits by this committer ] Original commit   Revision:414501
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
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 22 Mar 2016
[ 02:07 cpm search for other commits by this committer ] Original commit   Revision:411632
- 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)
Thu, 3 Dec 2015
[ 20:01 antoine search for other commits by this committer ] Original commit   Revision:402898 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Update giflib to 5.1.1

PR:		204492
Sat, 29 Aug 2015
[ 21:47 jbeich search for other commits by this committer ] Original commit   Revision:395569
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)
Fri, 28 Aug 2015
[ 10:32 jbeich search for other commits by this committer ] Original commit   Revision:395460
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
Thu, 27 Aug 2015
[ 16:59 jbeich search for other commits by this committer ] Original commit   Revision:395437
multimedia/mplayer2: unbreak/restore V4L option

PR:		202404
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
[ 16:59 jbeich search for other commits by this committer ] Original commit   Revision:395436
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)
[ 16:59 jbeich search for other commits by this committer ] Original commit   Revision:395435 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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)
[ 16:58 jbeich search for other commits by this committer ] Original commit   Revision:395434
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
Mon, 22 Jun 2015
[ 11:54 pi search for other commits by this committer ] Original commit   Revision:390283
multimedia/mplayer2: fix portaudio dependency

PR:		200952
Submitted by:	Andrey Fesenko <andrey@bsdnir.info>
Approved by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Sat, 30 May 2015
[ 20:39 bapt search for other commits by this committer ] Original commit   Revision:387982 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
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
Tue, 5 May 2015
[ 18:47 pi search for other commits by this committer ] Original commit   Revision:385481
multimedia/mplayer2: add CPE

PR:		199954
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Thu, 30 Apr 2015
[ 14:41 pi search for other commits by this committer ] Original commit   Revision:385048
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)
Thu, 16 Apr 2015
[ 21:51 bapt search for other commits by this committer ] Original commit   Revision:384127
Over to new maintainer
[ 20:13 gblach search for other commits by this committer ] Original commit   Revision:384126 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Back to the pool.

Currently and in near future I don't have time to be responsible
for any port.
Fri, 3 Apr 2015
[ 11:26 mat search for other commits by this committer ] Original commit   Revision:383107 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
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
Wed, 25 Mar 2015
[ 17:36 marino search for other commits by this committer ] Original commit   Revision:382254 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
multimedia category: Remove $PTHREAD_LIBS

approved by:	PTHREAD blanket
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 18 Nov 2014
[ 03:14 gblach search for other commits by this committer ] Original commit   Revision:372698
Unbreak linking mplayer2 by temporary removing V4L option,
until bugfix will be available.
Fri, 19 Sep 2014
[ 12:56 gblach search for other commits by this committer ] Original commit   Revision:368557
- Fix build after recent ffmpeg update
- Bump PORTREVISION
Mon, 11 Aug 2014
[ 13:59 tijl search for other commits by this committer ] Original commit   Revision:364613 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
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]
Sat, 9 Aug 2014
[ 10:06 arved search for other commits by this committer ] Original commit   Revision:364423 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Chase library dependencies after libcdio <-> libcdio-paranoia split

PR:		192271
Tue, 29 Jul 2014
[ 21:07 adamw search for other commits by this committer ] Original commit   Revision:363392 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_XZ to USES=tar:xz.

Approved by:	portmgr (not really, but touches unstaged ports)
Fri, 18 Jul 2014
[ 11:02 tijl search for other commits by this committer ] Original commit   Revision:362200 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
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
Tue, 13 May 2014
[ 10:17 martymac search for other commits by this committer ] Original commit   Revision:353931 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- 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]
Sun, 27 Apr 2014
[ 14:14 riggs search for other commits by this committer ] Original commit   Revision:352423 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- 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)
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 3 Feb 2014
[ 08:15 martymac search for other commits by this committer ] Original commit   Revision:342392 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions
Wed, 30 Oct 2013
[ 11:29 marino search for other commits by this committer ] Original commit   Revision:332095
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)
Tue, 22 Oct 2013
[ 22:13 gblach search for other commits by this committer ] Original commit   Revision:331332
- Convert to new LIB_DEPENDS syntax
- Support staging
Mon, 21 Oct 2013
[ 17:56 wg search for other commits by this committer ] Original commit   Revision:331166
multimedia/mplayer2: use ffmpeg instead of ffmpeg1

- Use ffmpeg instead of ffmpeg1

Approved by:	portmgr (bapt, implicit)
Fri, 20 Sep 2013
[ 20:57 bapt search for other commits by this committer ] Original commit   Revision:327747 (Only the first 10 of 404 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Fri, 6 Sep 2013
[ 14:23 bapt search for other commits by this committer ] Original commit   Revision:326504
Add an explicit dependency on pkgconf
Mon, 19 Aug 2013
[ 21:46 gblach search for other commits by this committer ] Original commit   Revision:325023
- Update to 2.0.20130428
- Remove joystick option, due to dependency on expired devel/linux-js

Approved by:	crees, tabthorpe (mentors, implicit)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sun, 7 Jul 2013
[ 12:28 gblach search for other commits by this committer ] Original commit   Revision:322436
- 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)
Thu, 4 Jul 2013
[ 23:29 gblach search for other commits by this committer ] Original commit   Revision:322299
- Build mplayer2 with libavresample
- Bump PORTREVISION

Approved by:	crees, tabthorpe (mentors, implicit)
Tue, 25 Jun 2013
[ 07:41 mm search for other commits by this committer ] Original commit   Revision:321725 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Update multimedia/ffmpeg1 to 1.2.1

PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
Mon, 6 May 2013
[ 15:34 bapt search for other commits by this committer ] Original commit   Revision:317525 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Sat, 27 Apr 2013
[ 11:59 mva search for other commits by this committer ] Original commit   Revision:316662 (Only the first 10 of 219 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Sun, 3 Mar 2013
[ 11:21 gblach search for other commits by this committer ] Original commit   Revision:313342
- Always enable dvdread

PR:		ports/176604
Approved by:	crees (mentor)
Tue, 5 Feb 2013
[ 21:56 gblach search for other commits by this committer ] Original commit   Revision:311735
- Update to 2.0.20130126
- Fix flac playback

PR:		ports/175800
Approved by:	crees (mentor)
Tue, 8 Jan 2013
[ 22:25 gblach search for other commits by this committer ] Original commit   Revision:310109
- Fix build without X11

PR:		ports/175080
Approved by:	crees (mentor)
Mon, 31 Dec 2012
[ 17:32 gblach search for other commits by this committer ] Original commit   Revision:309768
- Fix linking with giflib
- Fix linking with libbluray

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

Approved by:	crees (mentor)
Thu, 8 Nov 2012
[ 22:18 gblach search for other commits by this committer ] Original commit   Revision:307207
- Update to 2.0.20121103

Approved by:	tabthorpe (mentor)
Feature safe:	yes
Sun, 4 Nov 2012
[ 13:05 gblach search for other commits by this committer ] Original commit   Revision:306964 (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
Sat, 27 Oct 2012
[ 14:09 crees search for other commits by this committer ] Original commit   Revision:306502
- 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
Wed, 24 Oct 2012
[ 16:32 crees search for other commits by this committer ] Original commit   Revision:306349 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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

Number of commits found: 64