1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

9965 Commits

Author SHA1 Message Date
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Olivier Cochard
ada7fb664c - patch for main deforaos library
- bump PORTREVISION for dependencies

Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5562
2016-03-08 10:24:06 +00:00
Mathieu Arnold
c00818c0fc Fix build on 10.x+
PR:		206896
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 17:48:08 +00:00
Nicola Vitale
321320e39b - Update to 0.2.6
Changelog:	https://github.com/mps-youtube/mps-youtube/releases/tag/v0.2.6
2016-03-07 10:33:56 +00:00
Ruslan Makhmatkhanov
d3be24587b multimedia/py3-gstreamer1: fix packaging with python 3.5
PR:     204519
With hat:   gnome
2016-03-06 22:09:23 +00:00
Thomas Zander
e69392f6cd Update to upstream version 0.13.2; enable ASM by default on i386
As verified by submitter of [1], ASM optimised routines now work
on i386 out of the box, hence enable by default.

This release contains runtime bugfixes (from changelog):
- Fix an issue with the new duplicate checking, which could lead to
  missing subtitles after seeking.
- Fix a crash with CoreText under specific circumstances

While on it:
- Use default description for ASM from bsd.options.desc.mk

PR:		207723 [1]
Submitted by:	sasamotikomi@gmail.com
Reviewed by:	riggs
MFH:		2016Q1
2016-03-06 09:00:30 +00:00
Pawel Pekala
5efca4918d Update to version 16.3.0
Changelog:
- Possibility to use an external service (website) to download videos.
- Options to zoom in and out.
- New options in the settings dialog to change the font and
  style of the application.
2016-03-04 21:02:36 +00:00
Alexey Dokuchaev
17246114ea Make dependency on `multimedia/libdvdnav' optional: riggs@ vaguely recalls
that there were build problems when disabling dvdnav some years ago, but I
had been building and running MPlayer without it for quite a while with no
issues.  It remains enabled by default anyways.

While here use our standard OPTIMIZED_CFLAGS_DESC for OCFLAGS_DESC and fix
minor indentation bug.

Approved by:	riggs (maintainer)
2016-03-04 15:39:39 +00:00
Koop Mast
5a8d993c23 Add GStreamer1 gstsink plugin. 2016-03-03 21:31:40 +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
Mathieu Arnold
f37afb1c38 Add patch forgotten in the previous commit.
Sponsored by:	Absolight
Differential Revision:
2016-03-02 14:40:24 +00:00
Mathieu Arnold
38314aa6fc Use USE_GITHUB correctly.
Sponsored by:	Absolight
2016-03-02 14:36:30 +00:00
Mathieu Arnold
ea95673577 Use USE_GITHUB correctly.
While there, use a couple of target helpers.

Sponsored by:	Absolight
2016-03-02 14:35:57 +00:00
Mark Felder
962de1654f multimedia/plexmediaserver-plexpass: Update to 0.9.16.0.1754
Changelog:	https://forums.plex.tv/discussion/comment/1139298/#Comment_1139298
2016-03-01 18:37:13 +00:00
Hiroki Sato
cf11fc20c0 Fix broken dependency due to librtmp version bump.
PR:	207594
2016-02-29 21:03:14 +00:00
Thomas Zander
c876235f40 Update to upstream version 3.0.5871
PR:		207500
Submitted by:	woodsb02@gmail.com (maintainer)
2016-02-29 07:56:36 +00:00
Hiroki Sato
781cc7defe - Update to a snapshot as of 20151223.
- Strip binaries.
2016-02-29 03:13:06 +00:00
Mark Felder
686e5153d0 multimedia/plexmediaserver{-plexpass}: Update to 0.9.15.6.1714
Changelog:	https://forums.plex.tv/discussion/comment/1135196/#Comment_1135196
2016-02-29 00:53:32 +00:00
Raphael Kubo da Costa
cff87ca37c Depend on multimedia/vlc-qt4 instead of multimedia/vlc.
multimedia/vlc conflicts with multimedia/vlc-qt4, and the latter is needed by
multimedia/phonon-qt4 and consequently by x11/kde4-workspace and other KDE4
ports.

Since Kaffeine depends on parts of KDE4 such as x11/kdelibs4, it makes more
sense to depend on vlc-qt4 instead.

PR:		204690
MFH:		2016Q1
2016-02-28 22:00:53 +00:00
Thomas Zander
4f60ebf597 Respect timezone settings, remove unnecessary pkg-install script
Detailed maintainer log:
- Remove the setting of the TZ, LC_ALL and LANG shell variables from rc
  script.  This resolves an issue where the emby-server timezone was set to
  UTC, causing show air dates and TV guides to be off by a number of hours
  for some users [1]. Setting these variables was originally added when
  mono 3.12.1 was in the ports tree, to avoid mono throwing a number of
  System.TimeZoneNotFound exceptions when run in debugging mode [2]. Whilst
  these exceptions are still thrown, they are caught and the mono code now
  only sets the time to UTC if the correct timezone cannot be found from
  the TZ variable or /etc/localtime.
- Remove pkg-install script as it is no longer necessary to download
  Mozilla's root certificates and import them into the Mono Trust store
  (this was actually never effective, as the certificates were saved into
  the root user's mono trust store instead of the emby user's store).
- Bump PORTREVISION

[1] http://emby.media/community/index.php?/topic/13083-freenas-plugin/?p=299783
[2] mono --debug --trace=N:nothing /usr/local/lib/emby-server/MediaBrowser.Server.Mono.exe -ffmpeg /usr/local/bin/ffmpeg -ffprobe /usr/local/bin/ffprobe -programdata /var/db/emby-server

PR:		207436
Submitted by:	woodsb02@gmail.com (maintainer)
MFH:		2016Q1
2016-02-28 11:48:08 +00:00
Martin Wilke
138445784e - Ignore php7 2016-02-28 07:11:51 +00:00
Thomas Zander
46afd447a6 Update to upstream version 1.3.0 from 2016-02-16
- Use released version instead of svn snapshot for this distfile
- Update MASTER_SITES to fetch from mplayer.hq instead of LOCAL for
  this distfile
- Use bundled ffmpeg-3.0
2016-02-27 17:48:11 +00:00
Mark Felder
db1a0ca458 multimedia/plexmediaserver: Update to 0.9.15.5.1712
Changelog:	https://forums.plex.tv/discussion/comment/1135196/#Comment_1135196
2016-02-25 14:54:19 +00:00
Dmitry Marakasov
18ac2e79c3 - Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Fix build with disabled NLS
2016-02-24 18:48:47 +00:00
Mark Felder
46fa2fd228 multimedia/plexpy: Update to 1.3.9
Changelog:	https://github.com/drzoidberg33/plexpy/blob/v1.3.9/CHANGELOG.md
2016-02-23 12:48:57 +00:00
Jan Beich
4c991041c9 multimedia/libmtp: update to 1.1.11
Changes:	https://sourceforge.net/projects/libmtp/files/libmtp/1.1.11/README/view
2016-02-22 14:17:26 +00:00
Koop Mast
0bd488ab5a Add a build depend on v4l_compat when the V4L option is enabled (which is
by default). So dvb support is enabled and build. This allows vlc to
understand dvb:// uri's again.

PR:		207397
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-02-22 12:32:47 +00:00
Guido Falsi
652e21a838 Update to 1.6.2 2016-02-21 18:53:21 +00:00
Guido Falsi
81e8c6de83 Update to 1.6.2 2016-02-21 18:53:02 +00:00
Mark Felder
494ce4fea8 multimedia/plexmediaserver-plexpass: Update to 0.9.15.5.1712
Changelog:	https://forums.plex.tv/discussion/comment/1132750/#Comment_1132750
2016-02-20 16:45:39 +00:00
Mark Felder
42fc779dd8 multimedia/plexmediaserver{-plexpass}: Fix Log dir name 2016-02-19 11:41:13 +00:00
Mark Felder
ed6a2cc801 multimedia/plexmediaserver{-plexpass}: fix rc script
A fancy quote (") crept into the rc script and was causing the rc script
to fail much to my dismay.

Pointyhat:	me, with much dismay
2016-02-19 01:26:38 +00:00
Mark Felder
1f0be8d94f multimedia/plexmediaserver-{plexpass}: PORTREVISION bump 2016-02-19 00:59:52 +00:00
Mark Felder
58fa05871a multimedia/plexmediaserver{-plexpass} fix rc script bug
Last update to rc script to fix logging issue broke the rc script due to
a syntax error.

Pointyhat:	feld
2016-02-19 00:54:06 +00:00
Mark Felder
e1d4a47d6a multimedia/plexmediaserver{-plexpass}: Fix logging bug
The PLEX_MEDIA_SERVER_LOG_DIR env must be set or Plex agents may not be
able to successfully output logging data

Submitted by:	mark@plexapp.com
2016-02-18 23:04:14 +00:00
Mark Felder
252d07e757 multimedia/plexmediaserver-plexpass: Update to 0.9.15.4.1679
Changelog:	https://forums.plex.tv/discussion/comment/1130311#Comment_1130311
2016-02-17 13:39:00 +00:00
Mark Felder
c4da02281a multimedia/plexmediaserver: Update to 0.9.15.3.1674
Changelog:	https://forums.plex.tv/discussion/comment/1125821#Comment_1125821
2016-02-17 13:38:04 +00:00
Olivier Cochard
dacef126af Update my email for ports I maintain
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5309
2016-02-17 10:42:08 +00:00
Koop Mast
b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
2016-02-14 18:57:53 +00:00
Thomas Zander
4e70493b38 Fix dependencies: x265, opus, twolame, fribidi
x265 was not correctly detected due to link attempt to libdl.
Also avidemux now automatically detects the presence of opus,
twolame and fribidi during configure and builds additional
plugins for them.
This changeset introduces new OPTIONS FRIBIDI OPUS TWOLAME
(all non-default) and fixes plugins pkg-plist.
Bump PORTREVISION for avidemux-*

PR:		206945
Submitted by:	mi
Reviewed by:	riggs
MFH:		2016Q1
2016-02-14 07:43:40 +00:00
Ruslan Makhmatkhanov
3d76751389 multimedia/gpodder: update to 3.9.0
- update to 3.9.0
- modernize port (options helpers, NO_ARCH etc)

Release notes:
http://blog.gpodder.org/2016/02/gpodder-390-helium-levitator-released.html
2016-02-13 17:58:40 +00:00
Thomas Zander
2edfb0bb17 Remove CONFIGURE_LOG
ffmpeg now uses config.log instead of previously config.err.
Setting CONFIGURE_LOG in port Makefile has become obsolete.
No change in resulting package, no PORTREVISION bump.

PR:		207136
Submitted by:	mi@ALDAN.algebra.com
Reviewed by:	riggs
MFH:		2016Q1
2016-02-13 12:31:58 +00:00
Thomas Zander
2fe7cd75ee Update to upstream version 3.0.5821, fix dependencies and improve pkg-msg
* Update multimedia/emby-server to 3.0.5821
* Remove dependency on multimedia/libmediainfo (now uses FFMpeg instead)
* Add X11 OPTION (ON by default) for user to choose dependency of
  graphics/ImageMagick or graphics/ImageMagick-nox11
* Improve pkg-message to prompt the user to some additional
  options that can be set when building multimedia/ffmpeg and
  graphics/ImageMagick in order to optimise their Emby Server experience.

PR:		206374
Submitted by:	joshruehlig@gmail.com
Reviewed by:	woodsb02@gmail.com (maintainer)
Approved by:	woodsb02@gmail.com (maintainer)
2016-02-13 11:32:30 +00:00
Raphael Kubo da Costa
5f2789356f Assign port to kde@.
kde@ already maintains multimedia/gstreamer1-qt4, and fluffy@ used to be part
of kde@ back in the day when this one was created.
2016-02-13 09:55:48 +00:00
Dmitry Marakasov
d97a8fd8f7 - Fix build with boost 1.60
PR:		199601
2016-02-13 01:26:10 +00:00
Rene Ladan
637c5e8cf1 Remove expired port:
2016-02-12 multimedia/xbmc-addon-pvr: Does not work with multimedia/kodi 15.x and newer
2016-02-12 21:11:43 +00:00
Dmitry Marakasov
acf5cf3a01 - Add LICENSE_FILE
- Don't install empty docs
- Switch to options helpers
2016-02-12 15:55:30 +00:00
Mark Felder
140d7f08df multimedia/plexmediaserver-plexpass: Update to 0.9.15.3
Changelog:	https://forums.plex.tv/discussion/comment/1125821/#Comment_1125821
2016-02-12 13:18:08 +00:00
Mikhail Teterin
7677b52b1f Upgrade x265 from 1.8 to 1.9. Add the test-target to utilize upstream's bundled
tests and make myself the maintainer to deal with fallout, if any.

Bump PORTREVISION of the two other ports, which depend on x265 by default.

PR:		206864
2016-02-10 20:08:39 +00:00
Jan Beich
6439afeb12 multimedia/openh264: partially unbreak PREFIX != LOCALBASE
PR:		206589
Submitted by:	mi
2016-02-09 00:53:14 +00:00