non port: multimedia/mplayer2/Makefile |
Number of commits found: 64 |
Tuesday, 21 Mar 2017
|
21:59 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
|
Friday, 24 Feb 2017
|
01:13 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
|
Monday, 20 Feb 2017
|
18:00 riggs
Chase libass runtime fix r434477; bump PORTREVISION on consumers
PR: 216837
Reported by: cpm
MFH: 2017Q1
|
Sunday, 5 Feb 2017
|
08:17 riggs
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers
Reported by: robert.burmeister@utoledo.edu (via email)
|
Friday, 30 Dec 2016
|
08:08 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
|
Sunday, 11 Dec 2016
|
15:22 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)
|
Friday, 9 Dec 2016
|
15:10 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
/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)
|
Saturday, 26 Nov 2016
|
19:26 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
|
Tuesday, 9 Aug 2016
|
18:28 cpm
- Remove REALPLAYER_DESC line
PR: 211676
Reported by: rene
Approved by: junovitch (mentor)
|
02:12 cpm
- Drop support for expired multimedia/linux-realplayer
- Bump PORTREVISION
PR: 211676
Submitted by: rene
Approved by: junovitch (mentor)
|
Wednesday, 29 Jun 2016
|
01:50 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
|
Monday, 27 Jun 2016
|
20:34 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
|
Tuesday, 3 May 2016
|
01:02 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
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tuesday, 22 Mar 2016
|
02:07 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)
|
Thursday, 3 Dec 2015
|
20:01 antoine
Update giflib to 5.1.1
PR: 204492
|
Saturday, 29 Aug 2015
|
21:47 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)
|
Friday, 28 Aug 2015
|
10:32 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
|
Thursday, 27 Aug 2015
|
16:59 jbeich
multimedia/mplayer2: unbreak/restore V4L option
PR: 202404
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
|
16:59 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)
|
16:59 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)
|
16:58 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
|
Monday, 22 Jun 2015
|
11:54 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)
|
Saturday, 30 May 2015
|
20:39 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
|
Tuesday, 5 May 2015
|
18:47 pi
multimedia/mplayer2: add CPE
PR: 199954
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
|
Thursday, 30 Apr 2015
|
14:41 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)
|
Thursday, 16 Apr 2015
|
21:51 bapt
Over to new maintainer
|
20:13 gblach
Back to the pool.
Currently and in near future I don't have time to be responsible
for any port.
|
Friday, 3 Apr 2015
|
11:26 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
|
Wednesday, 25 Mar 2015
|
17:36 marino
multimedia category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
|
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
|
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Monday, 8 Dec 2014
|
16:48 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.
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)
|
Tuesday, 18 Nov 2014
|
03:14 gblach
Unbreak linking mplayer2 by temporary removing V4L option,
until bugfix will be available.
|
Friday, 19 Sep 2014
|
12:56 gblach
- Fix build after recent ffmpeg update
- Bump PORTREVISION
|
Monday, 11 Aug 2014
|
13:59 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]
|
Saturday, 9 Aug 2014
|
10:06 arved
Chase library dependencies after libcdio <-> libcdio-paranoia split
PR: 192271
|
Tuesday, 29 Jul 2014
|
21:07 adamw
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
|
Friday, 18 Jul 2014
|
11:02 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
|
Tuesday, 13 May 2014
|
10:17 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]
|
Sunday, 27 Apr 2014
|
14:14 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)
|
Wednesday, 16 Apr 2014
|
18:28 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
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)
|
Monday, 3 Feb 2014
|
08:15 martymac
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions
|
Wednesday, 30 Oct 2013
|
11:29 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)
|
Tuesday, 22 Oct 2013
|
22:13 gblach
- Convert to new LIB_DEPENDS syntax
- Support staging
|
Monday, 21 Oct 2013
|
17:56 wg
multimedia/mplayer2: use ffmpeg instead of ffmpeg1
- Use ffmpeg instead of ffmpeg1
Approved by: portmgr (bapt, implicit)
|
Friday, 20 Sep 2013
|
20:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Friday, 6 Sep 2013
|
14:23 bapt
Add an explicit dependency on pkgconf
|
Monday, 19 Aug 2013
|
21:46 gblach
- Update to 2.0.20130428
- Remove joystick option, due to dependency on expired devel/linux-js
Approved by: crees, tabthorpe (mentors, implicit)
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sunday, 7 Jul 2013
|
12:28 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)
|
Thursday, 4 Jul 2013
|
23:29 gblach
- Build mplayer2 with libavresample
- Bump PORTREVISION
Approved by: crees, tabthorpe (mentors, implicit)
|
Tuesday, 25 Jun 2013
|
07:41 mm
Update multimedia/ffmpeg1 to 1.2.1
PR: ports/177145
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
|
Monday, 6 May 2013
|
15:34 bapt
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
|
Saturday, 27 Apr 2013
|
11:59 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Sunday, 3 Mar 2013
|
11:21 gblach
- Always enable dvdread
PR: ports/176604
Approved by: crees (mentor)
|
Tuesday, 5 Feb 2013
|
21:56 gblach
- Update to 2.0.20130126
- Fix flac playback
PR: ports/175800
Approved by: crees (mentor)
|
Tuesday, 8 Jan 2013
|
22:25 gblach
- Fix build without X11
PR: ports/175080
Approved by: crees (mentor)
|
Monday, 31 Dec 2012
|
17:32 gblach
- Fix linking with giflib
- Fix linking with libbluray
PR: ports/174842
Approved by: crees (mentor)
|
Sunday, 30 Dec 2012
|
18:04 gblach
- Fix build when both audio/portaudio and audio/portaudio2 are installed
- Remove xvmc option (was removed upstream)
Approved by: crees (mentor)
|
Thursday, 8 Nov 2012
|
22:18 gblach
- Update to 2.0.20121103
Approved by: tabthorpe (mentor)
Feature safe: yes
|
Sunday, 4 Nov 2012
|
13:05 gblach
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form
Feature safe: yes
|
Saturday, 27 Oct 2012
|
14:09 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
|
Wednesday, 24 Oct 2012
|
16:32 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
|
Number of commits found: 64 |