Commit graph

10058 commits

Author SHA1 Message Date
Thomas Zander
5120a1e4e8 Update to upstream releaser 9.1.0 2016-04-23 19:02:11 +00:00
Thomas Zander
b210ad3fca Restore option to disable SSL support completely
PR:		208878
Submitted by:	jbeich
2016-04-23 11:38:21 +00:00
Sunpoet Po-Chuan Hsieh
76315da5fa - Pet portlint
- Update BROKEN: use lowercase for leading character
2016-04-23 06:46:47 +00:00
Dmitry Marakasov
178ed477bf - Fix build in presence of minizip
PR:		208563
Approved by:	maintainer timeout (yuri@tsoft.com, 2 weeks)
2016-04-22 17:15:38 +00:00
Mark Felder
7225a19887 Opensource flash SWF decompiler and editor. Extract resources, convert
SWF to FLA, edit ActionScript, replace images, sounds, texts or fonts.
Various output formats available. Works with Java on Windows, Linux or
MacOS.

WWW: https://www.free-decompiler.com/flash/
2016-04-22 13:03:41 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Mark Felder
b2acb20a1c multimedia/plexmediaserver-plexpass: Update to 0.9.16.5
Changelog:	https://forums.plex.tv/discussion/comment/1170247#Comment_1170247
2016-04-20 21:52:42 +00:00
Rodrigo Osorio
a684f9e875 Update the port to 0.3.3
Submitted by:	rodrigo

M    podcastdl/Makefile
M    podcastdl/distinfo
2016-04-19 23:31:46 +00:00
Olivier Duchateau
410cec86fa Bump PORTREVISION after update of textproc/libcue, revision r413589 2016-04-18 17:21:59 +00:00
Mathieu Arnold
e27e226ebb Update to 0.11.5. (and unbreak.)
PR:		208870
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-18 14:07:30 +00:00
Thomas Zander
abdce43352 Update to upstream version 16.0
Detailed maintainer log:
- pulseaudio removed from default option: because otherwise kodi will select
  pulseaudio first and it's really not needed.
- texturepacker disabled: because it's so heavily broken in upstream. not
  really important. it will be back in 17.0 with the new cmake build system.
- switch to swig3, like all linux distrib (no change)

PR:		208456
Submitted by:	mickael.maillot@gmail.com (maintainer)
2016-04-16 18:08:55 +00:00
Thomas Zander
7a3948d1d4 Fix build with recent libcec 3.1.0 update; bump PORTREVISION
PR:		208161
Submitted by:	mickael.maillot@gmail.com
Approved by:	woodsb02@gmail.com (maintainer)
2016-04-16 18:03:17 +00:00
Thomas Zander
0cbe6a273b Update to upstream version 3.1.0, introduce OPTIONS for PYTHON, X11 and RPI
Details
- Turn existing python wrapper and X11 support into default OPTIONS
- Introduce RPI non-default OPTION on armv6

PR:		208161
Submitted by:	mickael.maillot@gmail.com
Approved by:	maintainer timeout
2016-04-16 18:00:46 +00:00
Raphael Kubo da Costa
c031e35484 Add patch to fix underrun errors in the ALSA plugin.
The ALSA plugin doesn't suspend the ALSA device when the ::suspend() method is
called. This results in underrun errors when it's resumed.

In ALSA, stopping a pcm doesn't close it, so the ALSA stop/start functions map
to the QAudioInput suspend/resume functions.

PR:		208598
Submitted by:	shurd
MFH:		2016Q2
2016-04-16 17:17:12 +00:00
Raphael Kubo da Costa
ee65af8b19 Update to 2.1.1.
- Convert to USE_GITHUB.
- Convert to USES=cmake.
- Add patch to prevent cmake trying to find the dl library, since in FreeBSD
  the dl functions are in the Standard C library (libc) - see dlopen(3)
- Pet portlint with other patches (remake the patches with makepatch)

This update also allows multimedia/ffmpegthumbnailer to build against ffmpeg
3.0.x. The ports tree currently still has multimedia/ffmepg at version 2.8.6,
however this update is backwards compatible with ffmpeg 2.8.6. The update of
multimedia/ffmpeg to 3.0.x branch is waiting for ports which depend on it to
successfully build with the newer version of ffmpeg.

PR:		208821
Submitted by:	Ben Woods <woodsb02@gmail.com>
Approved by:	clutton@zoho.com (maintainer)
2016-04-16 17:09:07 +00:00
Alexey Dokuchaev
ed62b74be6 Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
2016-04-16 12:29:27 +00:00
Jan Beich
bcb5eb51ca multimedia/transcode: unbreak build with ffmpeg 3.0
aud_aux.c:329:18: error: use of undeclared identifier 'CODEC_ID_MP2'; did you mean 'AV_CODEC_ID_MP2'?
        codeid = CODEC_ID_MP2;
                 ^~~~~~~~~~~~
                 AV_CODEC_ID_MP2
/usr/local/include/libavcodec/avcodec.h:419:5: note: 'AV_CODEC_ID_MP2' declared here
    AV_CODEC_ID_MP2 = 0x15000,
    ^

PR:		208818
Reported by:	antoine (via exp-run)
Submitted by:	Ben Woods <woodsb02@gmail.com>
Obtained from:	Arch Linux
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2016-04-15 17:40:32 +00:00
Jan Beich
cdae44ca2a multimedia/transcode: unbreak fetch
fetch: http://cdn.bitbucket.org/france/transcode-tcforge/downloads/transcode-1.1.7.tar.bz2: Forbidden

PR:		208818
Submitted by:	Ben Woods <woodsb02@gmail.com>
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2016-04-15 17:39:48 +00:00
Jan Beich
cf809db90e multimedia/libxine: unbreak build with ffmpeg 3.0
ff_audio_decoder.c:593:22: error: implicit declaration of function 'avcodec_alloc_frame' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    this->av_frame = avcodec_alloc_frame ();
                     ^
ff_audio_decoder.c:1074:5: error: implicit declaration of function 'avcodec_free_frame' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    avcodec_free_frame (&this->av_frame);
    ^

PR:		208817
Reported by:	antoine (via exp-run)
Submitted by:	Ben Woods <woodsb02@gmail.com>
Obtained from:	Arch Linux
MFH:		2016Q2 (just-in-case "fix it" blanket)
2016-04-15 16:46:24 +00:00
Alexey Dokuchaev
72cb9d2cd9 - Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago
- Avoid cd'ing to a directory to invoke single-argument command and thus
  make target recipes more readable and undemanding of a sub-shell
- Drop `kde' from CATEGORIES as port does not depend on any of KDE stuff
2016-04-14 16:40:24 +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
Mathieu Arnold
68ad85190c Update to 3.0.5913
PR:		208776
Submitted by:	Ben Woods (maintainer)
Sponsored by:	Absolight
2016-04-14 11:00:31 +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
Jan Beich
3c0234cb16 multimedia/x264: add FFMS and LSMASH options
Switch to LSMASH by default to follow vendor configure behavior.

Approved by:	koobs (maintainer, via private mail)
Differential Revision:	https://reviews.freebsd.org/D5861
2016-04-13 09:53:47 +00:00
Jan Beich
8539486dea multimedia/x264: correct LAVF option description
LAVF only supports demuxing via libavformat.

Approved by:	koobs (maintainer, via private mail)
Differential Revision:	https://reviews.freebsd.org/D5863
2016-04-13 09:53:15 +00:00
Jan Beich
65019b8904 multimedia/{,lib}x264: modernize
- Convert to option helpers
- Convert to USES=localbase + respect CPPFLAGS
- Convert to USES=shebangfix (can be zsh->bash symlink)
- Simplify SLAVE_PORT conditionals into ?=, += and !target()
- Drop unnecessary `cd` before PGO sample
- Drop no longer necessary .include <bsd.port.options.mk>

Approved by:	koobs (maintainer, via private mail)
Differential Revision:	https://reviews.freebsd.org/D5862
2016-04-13 09:52:35 +00:00
Jan Beich
60455dce12 multimedia/libx264: drop unused pkg-descr
$ make -V DESCR
/usr/ports/multimedia/libx264/../x264/pkg-descr

Approved by:	portmgr blanket
2016-04-13 09:52:04 +00:00
Jan Beich
539aa1fa0d multimedia/x264: make options actually affect dependencies
Approved by:	koobs (maintainer, via private mail)
Differential Revision:	https://reviews.freebsd.org/D5860
2016-04-13 09:51:42 +00:00
Steve Wills
a5aebf960e CentOS ports: for c6_64, install 32bit libraries alongside
PR:		206943
Submitted by:	xmj
2016-04-13 01:49:24 +00:00
Mathieu Arnold
4ef9f1b3e7 Unbreak.
PR:		208718
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:06:23 +00:00
Sunpoet Po-Chuan Hsieh
3c562045ac - Update to 3.0.8
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2016-04-11 17:28:43 +00:00
Sunpoet Po-Chuan Hsieh
bc172ca88d - Update to 3.0.8
- Fix LICENSE
- Remove outdated post-patch:

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by:	PortsCamp Taiwan
2016-04-11 17:28:06 +00:00
Baptiste Daroussin
f6f0c15b4e Remove cruft pkg-plist.foo file 2016-04-10 09:09:24 +00:00
Jan Beich
bd3e639c96 Fix typos in r412879 and r412880 2016-04-10 01:20:35 +00:00
Jan Beich
cd04fc6782 multimedia/vapoursynth-l-smash-works: add new port
L-SMASH source plugin for VapourSynth.

https://github.com/VFR-maniac/L-SMASH-Works/tree/master/VapourSynth
2016-04-10 01:12:26 +00:00
Jan Beich
e1d1c63cd0 multimedia/ffms2: VapourSynth support
- Expose vapoursynth plugin
- Unbundle vapoursynth headers
2016-04-10 01:11:34 +00:00
Jan Beich
6c9554d4e2 multimedia/vapoursynth: add new port
Simple video processing framework, inspired by Avisynth.

http://www.vapoursynth.com/about/
2016-04-10 01:10:59 +00:00
Thomas Zander
9a3ec65015 Update to snapshots as of 2016-04-09 including bundled ffmpeg 2016-04-09 18:48:45 +00:00
Thomas Zander
03bfaeff95 Fix build with libc++ 3.8.0
PR:		208468
Submitted by:	dim
MFH:		2016Q2 (build fix blanket)
2016-04-09 10:14:49 +00:00
Mark Felder
7af9886edc multimedia/plexmediaserver: Update to 0.9.16.4
Changelog:	https://forums.plex.tv/discussion/comment/1162596#Comment_1162596
2016-04-08 13:33:49 +00:00
Mark Felder
5af21fe278 multimedia/plexmediaserver-plexpass: Update to 0.9.16.4
Changelog:	https://forums.plex.tv/discussion/comment/1162596#Comment_1162596
2016-04-08 13:31:00 +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
Jan Beich
e247461ef4 multimedia/l-smash: add new port
L-SMASH is a cross-platform library for dealing with ISO Base Media
derived formats, including MP4.

https://l-smash.github.io/l-smash/
2016-04-06 14:48:33 +00:00
Jan Beich
5e2407c0d2 multimedia/aegisub: minor cleanup
- Unbundle ffms2 to a newer version
- Convert to USES=localbase
- Convert to COPYTREE_SHARE
- Define LICENSE_FILE
- Drop obsolete WX_UNICODE after r397077

Changes:	https://github.com/FFMS/ffms2/releases/tag/2.21
Changes:	https://github.com/FFMS/ffms2/releases/tag/2.22
2016-04-06 01:39:14 +00:00
Jan Beich
e0d7c65bd1 multimedia/ffms2: add new port
FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform
wrapper library around FFmpeg/libav. It gives you an easy, convenient
way to say "open and decompress this media file for me, I don't care
how you do it" and get frame- and sample-accurate access (usually),
without having to bother with the sometimes less than straightforward
and less than perfectly documented libav API.

https://github.com/FFMS/ffms2
2016-04-06 01:38:55 +00:00
Thomas Zander
66152c9477 Update to upstream version 9.0.1, retire CURL OPTION
Details:
- Update to upstream version 9.0.1 (released on 2016-03-28
- Update MASTER_SITES
- Retire CURL OPTION. Rationale: curl is not required for mkvtoolnix
  core functionality, but to check for upstream updates. There is little
  use for this feature when distributing software via ports / packages.
2016-04-03 13:23:47 +00:00
Raphael Kubo da Costa
9a947e80ff Add "kde" to CATEGORIES.
This just keeps the Makefile in sync with the version in kde@'s area51
repository. It is not clear why this was not added when the port was
introduced.
2016-04-02 16:45:33 +00:00
Thomas Zander
77c8da06b4 Add V4L to OPTIONS_DEFAULT
Rationale:
Popular video conferencing / chat tools require V4L to use webcams.
Adding V4L to OPTIONS_DEFAULT allows to ship official cluster packages
where web cam chat works out of the box.
2016-04-02 11:46:18 +00:00
Thomas Zander
9e41a37570 Limit PORTSCOUT to the 2.x series of ffmpeg.
Since many ports are not yet ready for 3.x., limit the portscout
distfile scanner not to report the 3.x releases.
2016-04-02 01:52:30 +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