1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

125 Commits

Author SHA1 Message Date
Guido Falsi
c26152ae1a - Update libva to 2.0.0
- Update libva-intel-driver to 2.0.0
- Update libva-utils to 2.0.0
- Bump dependent ports due to shlib bump
- Import upstream patch to fix multimedia/mpv [1]
- Import upstream patch to fix multimedia/gstreamer1-vaapi [2]

Approved by:	cpm [1], multimedia (timeout) [2]
Obtained from:	2ecf240b1c [1]
		https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/commit/gst-libs/gst/vaapi/gstvaapiutils.c?id=777bba473e3ed1c7b8b7f7f0322892851c70dfd9 [2]
Differential Revision:	https://reviews.freebsd.org/D12761
2017-12-12 21:29:57 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Carlos J. Puga Medina
abf06747a3 multimedia/mpv: Add WAYLAND option
- Drop --disable-wayland from CONFIGURE_ARGS
- Bump PORTREVISION

PR:		223029
Submitted by:	Greg V <greg@unrelenting.technology>
2017-10-15 16:00:44 +00:00
Carlos J. Puga Medina
55d14d645f multimedia/mpv: update to 0.27.0
- Remove patch (added upstream)
- Disable ZSH completion option for the time being. The way we currently generate
  ZSH completion is known to be incompatible with cross-compilation, which is
  actually why it's disabled by default upstream [1]

Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.27.0

PR:		221876 [1]
Reported by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
2017-09-13 13:35:58 +00:00
Carlos J. Puga Medina
1e54de5ca9 multimedia/mpv: enable DVB support
- Bump PORTREVISION

PR:		222183
Submitted by:	rozhuk.im@gmail.com
Reviewed by:	hselasky
Approved by:	cpm (maintainer)
2017-09-12 17:36:27 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Carlos J. Puga Medina
dbf9f0a9b3 - Add a patch from upstream to fix a dumb calculation in ao_oss.c
- Bump PORTREVISION

While I'm here pet portlint, USE_* comes before USES

PR:		220920
Submitted by:	Oleh Hushchenkov <gor@clogic.com.ua>
Obtained from:	8c82555e41
2017-07-22 12:48:07 +00:00
Carlos J. Puga Medina
ab33d5e811 multimedia/mpc-qt:
- Add patch to fix mpcwidget crash on mpv 0.26.0

multimedia/mpv:

- Update mpv to 0.26.0
- Update waf to 1.9.8 using the same waf version as bootstrap.py
- Update ffmpeg version required to 3.3
- Drop unnecessary CONFIGURE_ARGS options
- Fix option helpers
- Update WWW in pkg-descr

Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.26.0

Reviewed by:	jbeich
Approved by:	jbeich (mpc-qt, maintainer)
Differential Revision:	https://reviews.freebsd.org/D11655
2017-07-19 23:06:04 +00:00
Carlos J. Puga Medina
97d03458f6 multimedia/mpv: add TEST option
- Rename LIBARCHIVE option to ARCHIVE and use _DESC from Mk/bsd.options.desc.mk
- Use FLT_EPSILON constant to fix gl_video unittest on i386
- Cosmetic fixes

Reviewed by:	jbeich
Differential Revision:	https://reviews.freebsd.org/D11005
2017-06-20 20:50:34 +00:00
Carlos J. Puga Medina
8879bdf86c - Enable DVDNAV and DVDREAD options by default.
- Pet portlint
- Bump PORTREVISION

PR:		219745
Submitted by:	chungyeol.lee@gmail.com
2017-06-03 14:25:48 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Carlos J. Puga Medina
b935892082 - Remove XINERAMA option since mpv makes xinerama dependency mandatory.
waf-light: error: no such option: --disable-xinerama
===>  Script "configure" failed unexpectedly.

PR:		218909
Reported by:	rozhuk.im@gmail.com
2017-04-27 19:42:49 +00:00
Carlos J. Puga Medina
2aa23dd7bc multimedia/mpv: update to 0.25.0
- Remove the duplicate prefix option from CONFIGURE_ARGS. It is provided by waf.mk
- Add a line between targets to improve the Makefile format

Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.25.0
2017-04-26 14:17:29 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Carlos J. Puga Medina
037dd94c9a - Add LIBARCHIVE option and enable it by default
- Fix indent in OPTIONS_DESC
- Bump PORTREVISION

Reported by:	Claudiu Palincas <claudiuatris@gmail.com> via email
2017-04-19 09:29:33 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Antoine Brodin
8fb879105d Switch default version of samba from 4.3 to 4.4
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D10131
2017-03-25 23:37:05 +00:00
Antoine Brodin
7cfe69b584 - 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
2017-03-21 21:59:31 +00:00
Thomas Zander
488f7f5cdd Chase libass runtime fix r434477; bump PORTREVISION on consumers
PR:		216837
Reported by:	cpm
MFH:		2017Q1
2017-02-20 18:00:05 +00:00
Carlos J. Puga Medina
bedbea28e5 multimedia/mpv: update to 0.24.0
- Update PORTVERSION and distinfo checksum (0.24.0)
- Remove unneeded patches

Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.24.0
2017-02-13 17:21:16 +00:00
Jan Beich
57f1306bc9 multimedia/mpv: force rebuild after r433759
$ mpv --no-config /path/to/foo.mp4
ffmpeg library versions:
   libavutil       55.34.100 (runtime 55.34.101)
   libavcodec      57.64.101
   libavformat     57.56.100 (runtime 57.56.101)
   libswscale      4.2.100
   libavfilter     6.65.100
   libswresample   2.3.100
ffmpeg version: 3.2.3

mpv was compiled against a different version of FFmpeg/Libav than the shared
library it is linked against. This is most likely a broken build and could
result in misbehavior and crashes.

mpv does not support this configuration and will not run - rebuild mpv instead.

Exiting... (Fatal error)
2017-02-09 18:16:26 +00:00
Thomas Zander
c6d217920a Update libass to upstream version 0.13.6; bump PORTREVISION on consumers
Reported by:	robert.burmeister@utoledo.edu (via email)
2017-02-05 08:17:43 +00:00
Jan Beich
b621c1de4f 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
2016-12-30 08:08:19 +00:00
Jan Beich
090b73fd90 multimedia/mpv: update to 0.23.0
- Since ENCA is gone enable UCHARDET by default
- Reduce maintenance by using the same waf version as bootstrap.py

Changes:	https://github.com/mpv-player/mpv/releases/tag/v0.23.0
Approved by:	cpm (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8912
2016-12-26 14:08:44 +00:00
Jan Beich
0c612c4aa3 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)
2016-12-11 15:22:47 +00:00
Carlos J. Puga Medina
d30fd149d1 multimedia/mpv: Add DOCS and MANPAGES options
- Add DOCS and MANPAGES options using options helpers to simplify conditional values
- Update pkg-plist accordingly
- Bump PORTREVISION

Reported by:	Robert Burmeister <Robert.Burmeister@UToledo.edu> via email
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D8726
2016-12-09 15:19:03 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Carlos J. Puga Medina
7c2281ad16 multimedia/mpv: Update to 0.22.0
- Update PORTVERSION and distinfo checksum (0.22.0)

Changelog:
   https://github.com/mpv-player/mpv/releases/tag/v0.22.0

Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Differential Revision:	D8615
2016-11-23 14:38:58 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Carlos J. Puga Medina
51f239d1c2 multimedia/mpv: Update to 0.21.0
- Update mpv to 0.21.0
- Downgrade waf to 1.8.19 due a possible issue (https://github.com/waf-project/waf/issues/1837)
- Bump library version in pkg-plist

Changelog:
  https://github.com/mpv-player/mpv/releases/tag/v0.21.0

Approved by:	feld (mentor)
Differential Revision:	D8300
2016-10-22 10:18:50 +00:00
Tijl Coosemans
1ee4da6dd1 Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-30 19:24:30 +00:00
Carlos J. Puga Medina
cfe540b435 - Update mpv to 0.20.0
- Update waf to 1.9.3
- Remove patch demux: undefined behavior with ogg metadata update (fixed upstream)
- Record indirect dependencies.
Changelog:
  https://github.com/mpv-player/mpv/releases/tag/v0.20.0

Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D7672
2016-09-01 13:17:03 +00:00
Carlos J. Puga Medina
80da5809ac - Update mpv to 0.19.0
- Update waf to 1.9.2
- Add rst2html dependency
- Enable html manual generation
- Add SNDIO option [0]

Changelog:
  https://github.com/mpv-player/mpv/releases/tag/v0.19.0

PR:	211893	(Add SNDIO option)
Submitted by:	Tobias Kortkamp [0]
Reviewed by:	jbeich
Approved by:	jbeich
Differential Revision:	D7540
2016-08-20 11:15:18 +00:00
Carlos J. Puga Medina
81d7c07a25 - Update mpv to 0.18.1 release
- Update waf to 1.9.1 release
- Remove unneeded patch

Changelog:
  https://github.com/mpv-player/mpv/releases/tag/v0.18.1

Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D7171
2016-07-10 22:49:52 +00:00
Carlos J. Puga Medina
18fd1bce60 - Update to 0.18.0 release
- Update waf to 1.9.0pre3 release
- Remove unneeded patches (applied upstream)
- Fix CONFIGURE_ARGS adding/disabling certain features
- Add patches to fix "-Wmissing-braces" warning, so the compiler is happy
- Switch to USES=localbase framework
- Bump library version in pkg-plist

Changelog:
  https://github.com/mpv-player/mpv/releases/tag/v0.18.0

Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D6965
2016-06-26 21:41:08 +00:00
Carlos J. Puga Medina
2f8784c834 - Backport patches to fix enconding support
- Fix pkg-plist
- Bump PORTREVISION

Reported by:	jbeich
Approved by:	junovitch (mentor)
2016-04-14 12:15:21 +00:00
Carlos J. Puga Medina
53d57c3afa - Update to 0.17.0 release
- Update waf to 1.9.0pre1 release
- Explicitly disable dependencies we don't need
- Fix "-Wmissing-braces" warning in video.c, so the compiler is happy
- Fix pkg-plist

Changelog:

  https://github.com/mpv-player/mpv/releases/tag/v0.17.0

Approved by:	junovitch (mentor)
Differential Revision:	D5932
2016-04-13 18:14:20 +00:00
Carlos J. Puga Medina
e0664262bf - Drop .include <bsd.port.options.mk> line.
- Add X11_VARS option helper to handle properly gnome icons.
- Bump PORTREVISION.

Approved by:	junovitch (mentor)
2016-04-08 02:25:50 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Carlos J. Puga Medina
af96a72c50 - Initialize volume to 50% by default.
Submitted by:	soralx@cydem.org
Approved by:	junovitch (mentor)
2016-03-30 09:02:32 +00:00
Carlos J. Puga Medina
c228ea568b - Fix my previous svn commit message (PR should be 202588)
- While I'm here, improve package description

Approved by:	junovitch (mentor)
2016-03-29 02:03:35 +00:00
Carlos J. Puga Medina
ca0a94e904 - cipher/salsa20.c (selftest): Ensure 16-byte alignment for salsa20
context structure.

- mpi/longlong.h: Fix build on sparc.

PR:		206919
Approved by:	junovitch (mentor)
2016-03-28 23:41:45 +00:00
Carlos J. Puga Medina
2ee6f8bf7c - Update to v0.16.0
- Add LICENSE_COMB. This release changes the license of some non-MPlayer source files to LGPL 2.1 or later.
- Update MAINTAINER to my @FreeBSD.org address.

Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.16.0

PR:		207663
Approved by:	junovitch (mentor)
2016-03-03 04:15:24 +00:00
Carlos J. Puga Medina
cf63a49d51 - Update to 0.15.0
Changes:
  https://github.com/mpv-player/mpv/releases/tag/v0.15.0

PR:		206393
Submitted by:	Carlos J. Puga Medina <cpm@fbsd.es>
Approved by:	junovitch (mentor)
2016-01-27 10:22:40 +00:00
Martin Wilke
99d03feb40 - Update to 0.14.0
PR:		206137
Submitted by:	maintainer
2016-01-12 10:59:17 +00:00
Jason Unovitch
dda9fb97bf multimedia/mpv: address regressions from r402235 and r402236
- Remove INSTALLS_ICONS (see r395763 commit message)
- Set YTDL option as RUN_DEPENDS (see r402130 commit message)

PR:		202806
PR:		202337
PR:             204599
Reported by:	jbeich
Approved by:	cpm (implicit from bug 202337 and 202806 approvals)
2015-11-23 02:21:08 +00:00
Kurt Jaeger
f0bbc7efad multimedia/mpv: fix typo INSTALL_ICONS -> INSTALLS_ICONS
PR:		204599
2015-11-22 17:16:08 +00:00
Kurt Jaeger
f8472fb7bc multimedia/mpv: 0.12.0 -> 0.13.0
Changes:
  https://github.com/mpv-player/mpv/releases/tag/v0.13.0

PR:		204599
Submitted by:	Carlos J. Puga Medina <cpm@fbsd.es> (maintainer)
2015-11-22 17:14:36 +00:00
Jan Beich
d2921a16de multimedia/mpv: partially backout r386202
youtube-dl is only used during runtime, so register dependency properly.
As the port doesn't enforce *where* to find the script rely on PATH.

PR:		202337
Approved by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-11-21 02:27:02 +00:00
Bartek Rutkowski
35f5f2f961 multimedia/mpv: update 0.11.0 -> 0.12.0
- Re-added www/youtube_dl build dependency

PR:		204216
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-11-05 08:48:51 +00:00