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

10399 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
610ced1aff - Remove GOOGLE_CODE from MASTER_SITES and unbreak this port
- Add LICENSE_FILE
2016-11-05 18:00:26 +00:00
Sunpoet Po-Chuan Hsieh
159f9cb9b0 - Remove GOOGLE_CODE from MASTER_SITES and unbreak this port
- Remove PROJECTHOST
- Add LICENSE_FILE
2016-11-05 18:00:21 +00:00
Jan Beich
e34c9a007f multimedia/nordlicht: unbreak build with ffmpeg 3.x
image.c:28:24: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
    i->frame->format = PIX_FMT_RGB24; // best choice?
                       ^~~~~~~~~~~~~
                       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...
    ^
image.c:243:32: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
    encoder_context->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...
    ^

PR:		214196
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Obtained from:	upstream
2016-11-04 12:03:32 +00:00
Jan Beich
7b02419c11 multimedia/bombono: unbreak build with ffmpeg 3.x
src/mgui/ffviewer.cpp:642:22: error: 'SWS_CPU_CAPS_MMX' was not declared in this scope
         sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
                      ^
src/mgui/ffviewer.cpp:642:39: error: 'SWS_CPU_CAPS_MMX2' was not declared in this scope
         sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
                                       ^
src/mgui/ffviewer.cpp:650:9: error: 'PixelFormat' was not declared in this scope
         PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
         ^
src/mgui/ffviewer.cpp:650:21: error: expected ';' before 'dst_pf'
         PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
                     ^
src/mgui/ffviewer.cpp:652:13: error: 'dst_pf' was not declared in this scope
             dst_pf, sws_flags, 0, 0, 0);
             ^
src/mgui/ffviewer.cpp:657:45: error: 'avcodec_get_frame_defaults' was not declared in this scope
         avcodec_get_frame_defaults(&rgbFrame); // не помешает
                                             ^

PR:		207547
Obtained from:	upstream
2016-11-04 10:45:19 +00:00
Jan Beich
d5f961271e multimedia/2mandvd: unbreak build with ffmpeg 3.x
videowrapper.cpp:107:40: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean
      'AV_PIX_FMT_RGB24'?
                    pCodecCtx->height, PIX_FMT_RGB24, SWS_BICUBIC, NULL,
                                       ^~~~~~~~~~~~~
videowrapper.cpp:128:19: error: use of undeclared identifier 'avcodec_alloc_frame'
        pFrameRGB=avcodec_alloc_frame();
                  ^

PR:		207547
2016-11-04 07:21:57 +00:00
Jan Beich
27cd3f2b78 multimedia/pHash: unbreak build with ffmpeg 3.x
=======================<phase: configure      >============================
  [...]
  *** Configuring video Hash ***

  checking whether FFmpeg is present... checking for avcodec_alloc_frame in -lavcodec... no
  configure: error:

  *** libavcodec not found.

PR:		214178
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
MFH:		2016Q4
2016-11-04 04:48:11 +00:00
Mark Linimon
2cce37e88d Now seems to build on sparc64.
Approved by:	portmgr (tier-2 blanket)
2016-11-03 16:29:22 +00:00
Jan Beich
5d94618b17 multimedia/kvazaar: switch test distfile to non-forked version
Tested by:	diff -urN <before> <after> # is empty
2016-11-02 03:18:31 +00:00
Jan Beich
d42ed99de2 multimedia/mpc-qt: update to 0.0.0.s20161028
Changes:	5d410a5...24223b8
2016-11-02 02:13:19 +00:00
Ben Woods
8e51902d65 multimedia/emby-server: Update to 3.0.8400
Changes this release:
  https://github.com/MediaBrowser/Emby/releases/tag/3.0.8400

Approved by:	adamw (mentor, implicit)
2016-11-01 12:11:30 +00:00
Thomas Zander
0c83d8dc5d Update to latest versions of skins; make distfiles fetchable again
PR:		213793
Submitted by:	jhale
MFH:		2016Q4 (ports-secteam build fix blanket)
2016-11-01 11:50:57 +00:00
Mark Felder
ac2396c6d5 multimedia/plexmediaserver-plexpass: Update to 1.2.4
Changelog:	https://forums.plex.tv/discussion/comment/1291110#Comment_1291110

Trick: 		or treat?
2016-11-01 00:50:42 +00:00
Jason E. Hale
bbbf90b4ee Update to 0.12
While here: remove Python version restriction; it works with Python 3.x

PR:		213927
Submitted by:	Conall O'Brien <conall@conall.net> (maintainer)
2016-10-31 08:30:47 +00:00
Mark Linimon
89f394e0db Now seems to build on sparc64. 2016-10-30 04:07:51 +00:00
Jan Beich
1feedf04f0 multimedia/{lib,}x264: unbreak ASM on mips* after r422672
ASM=on is nop on many Tier2 and Tier3 architectures: arm + armeb, mips +
mipsel, ia64, sparc64. mips64 may be able to use MSA optimizations but the
ancient GCC in base doesn't support -msa flag and lang/gcc* are broken.

arm (aka armv4t) failed as:
  You specified a pre-ARMv6 or Thumb-1 CPU in your CFLAGS.
  If you really want to run on such a CPU, configure with --disable-asm.

mips (o32) failed as: [1]
  You specified a pre-MSA CPU in your CFLAGS.
  If you really want to run on such a CPU, configure with --disable-asm.

PR:		213443
Reported by:	pkg-fallout [1]
Obtained from:	PkgSrc
Approved by:	portmgr blanket
2016-10-28 23:39:12 +00:00
Jan Beich
8edb48f13d multimedia/libx264: unbreak ASM on armv6 after r422672
/nxb-bin/usr/bin/cc -I. -I. -c -DSTACK_ALIGNMENT=4 -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/arm/quant-a.o common/arm/quant-a.S
<instantiation>:29:5: error: instruction requires: armv6t2
    rbit r1, r1
    ^
common/arm/quant-a.S:362:1: note: while in macro instantiation
decimate_score_1x 15
^
<instantiation>:29:5: error: instruction requires: armv6t2
    rbit r1, r1
    ^
/tmp/quant-a-8aad5d.s:515:1: note: while in macro instantiation
decimate_score_1x 16
^

PR:		213443
Reported by:	pkg-fallout, Bernd Walter, Mikael Urankar
Approved by:	portmgr blanket
2016-10-28 23:39:01 +00:00
Ruslan Makhmatkhanov
e8231e481e multimedia/gpodder: update to 3.9.1 2016-10-28 20:33:14 +00:00
Alexey Dokuchaev
bb20c8e307 Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description.  Those ports where it meant something more specific were
left untouched.
2016-10-28 17:55:30 +00:00
Jan Beich
fff8f84753 multimedia/vapoursynth: update to r35
Changes:	http://www.vapoursynth.com/2016/10/r35-just-fixing-bugs/
2016-10-28 14:58:40 +00:00
Tobias C. Berner
ea7ceba707 Update Qt to 5.6.2 [1,2]
Thanks to the upstream work of Marie Loise Nolden, we could get rid of a handful
of patches, as they have been properly upstreamed. The rest of the work is just
some minor plist changes.

I would like to thank Loise <nolden@kde.org> for the upstream work, and Adriaan
<groot@kde.org> for getting the update into shape.

[1] http://blog.qt.io/blog/2016/10/12/qt-5-6-2-released/
[2] http://wiki.qt.io/Qt_5.6.2_Change_Files

PR: 213530
Exp-run by: antoine
Submitted by: Adriaan de Groot <groot@kde.org>
Reviewed by: rakuco, mat, tcberner
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8228
2016-10-28 13:43:14 +00:00
Tobias C. Berner
dc04907809 Remove wrongly used QT-related plist-subs from plist
%%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the
Qt binaries and libraries respectively -- they are only 'bin' and 'lib'
by chance, and should not be used that way.

Approved by: portmgr (blanket), rakuco (mentor)
2016-10-28 13:09:42 +00:00
Jason E. Hale
3e546f8b2f - Update to 0.11.5b
- Add some dependencies to silence stage-qa
- Set PORTSCOUT limit; later versions are for kf5
- Take maintainership
2016-10-26 02:17:42 +00:00
Mark Felder
3fd1532c28 multimedia/plexmediaserver-plexpass: Update to 1.2.3
Changelog:	https://forums.plex.tv/discussion/comment/1286422#Comment_1286422
2016-10-25 16:00:03 +00:00
Dmitry Marakasov
6b3ba14ea2 - Fix compatibility with fmake, fixes build on 9.x
Approved by:	portmgr blanket
2016-10-25 14:07:06 +00:00
Dmitry Marakasov
a5054eb578 - Oops, move multicat to correct category 2016-10-24 12:37:41 +00:00
Dmitry Marakasov
ee0a1935bf - Add multimedia/multicat
multicat is a 1 input/1 output application. Inputs and outputs can
be network streams (unicast and multicast), files, directories,
character devices or FIFOs. It is thought to be a multicast equivalent
of the popular netcat tool. Typical applications are recording live
transport streams, or playing out TS files without modification.
Also it is able to record a continuous stream into a directory,
rotate the files periodically, and make seamless extracts from it.

Multicat tries to rebuild the internal clock of the input stream;
but it wants to remain agnostic of what is transported, so in case
of files the said clock is stored to an auxiliary file (example.aux
accompanies example.ts) while recording. Other inputs are considered
"live", and the input clock is simply derived from the reception
time of the packets.

WWW: http://www.videolan.org/projects/multicat.html
2016-10-24 12:34:35 +00:00
Raphael Kubo da Costa
5636d542c3 Switch to an out-of-source CMake build. 2016-10-23 14:06:48 +00:00
Raphael Kubo da Costa
53464a48e6 Switch to an out-of-source CMake build. 2016-10-23 13:57:03 +00:00
Raphael Kubo da Costa
9dbd36ed45 Switch to an out-of-source CMake build. 2016-10-23 13:53:47 +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
Ben Woods
9756809eb7 multimedia/emby-server: Update to 3.0.8300
Changes this release:
  https://github.com/MediaBrowser/Emby/releases/tag/3.0.8300

Approved by:	adamw (mentor, implicit)
2016-10-22 05:27:45 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Raphael Kubo da Costa
366a97ec37 Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
2016-10-20 15:58:12 +00:00
Tijl Coosemans
1675ff649c Add Linux CentOS 7 infrastructure ports.
Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
  32-bit compat libraries on amd64.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision:	https://reviews.freebsd.org/D7886
2016-10-19 14:50:26 +00:00
Jan Beich
ea9e05812b multimedia/ffms2: update to 2.23
Changes:	https://github.com/FFMS/ffms2/releases/tag/2.23
2016-10-19 11:44:39 +00:00
Ben Woods
a688b67c7f multimedia/emby-server: Update to 3.0.8200
Changes this release:
  https://github.com/MediaBrowser/Emby/releases/tag/3.0.8200

Approved by:	adamw (mentor, implicit)
2016-10-19 11:11:37 +00:00
Tobias C. Berner
1d16d53e19 Introduce new extensible virtual categories for KDE
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.

Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
	* kde-kde4
In the future, this will be extended to
	* kde-frameworks
	* kde-plasma
	* kde-applications

PR:						213406
Differential Revision:	https://reviews.freebsd.org/D7645
Exp-run by :			antoine
Reviewed by:			mat, rakuco
Approved by: 			portmgr (mat), rakuco (mentor)
2016-10-18 17:22:35 +00:00
Ashish SHUKLA
92a26e5a36 - Update to 1.2.7-r2
- Add LICENSE information

PR:		213582
Submitted by:	takefu@airport.fm
2016-10-18 12:37:59 +00:00
Thomas Zander
cb3893477c Update to upstream version 9.5.0 2016-10-17 17:06:20 +00:00
John Marino
5459dda55a multimedia/handbrake: fix after change in USES=localbase behavior
The build started failing on compilers that don't have /usr/local/lib
in the default search path.
2016-10-17 15:49:29 +00:00
Tijl Coosemans
ef3fb3edb5 Update the Linphone stack:
Linphone 3.10.2
bctoolbox 0.2.0
oRTP 0.27.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis)
bzrtp 1.0.4
Belle-SIP 1.5.0
Mediastreamer 2.14.0
MS plugins (msbcg729 1.0.2, msopenh264 1.1.2)
2016-10-17 14:28:01 +00:00
Ben Woods
bca48cf5b7 multimedia/emby-server: Update to 3.0.8100
Changes this release:
  https://github.com/MediaBrowser/Emby/releases/tag/3.0.8000
  https://github.com/MediaBrowser/Emby/releases/tag/3.0.8100

Approved by:	adamw (mentor, implicit)
2016-10-17 11:09:43 +00:00
Jan Beich
eb430684f8 multimedia/l-smash: correct license type
No MIT variant uses "and/or" spelling.

Reported by:	Gentoo
See also:	https://fedoraproject.org/wiki/Licensing:MIT
2016-10-16 14:13:20 +00:00
Jan Beich
f303b6f5f8 multimedia/vapoursynth: update to r34
Changes:	http://www.vapoursynth.com/2016/10/r34-being-nice-to-avisynth/
2016-10-16 14:13:08 +00:00
Dmitry Marakasov
5a216e340c - Switch to USES=localbase
- Verbosify build
- Cosmetic fixes

Approved by:	portmgr blanket
2016-10-13 12:57:29 +00:00
Dmitry Marakasov
fe19c08f16 - Fix LICENSE
- Switch to USES=localbase
- Cosmetic fixes
- Switch to options helpers
- Fix options
- Simplify docs installation
2016-10-13 09:03:45 +00:00
Antoine Brodin
cada42330e - Update jpeg-turbo to 1.5.1
- Add LICENSE
- Use the framework for tests
2016-10-12 18:52:43 +00:00
Thomas Zander
d0697cedfd Fix build on archs where sizeof(size_t) != sizeof(uint64_t) 2016-10-11 19:20:39 +00:00
Thomas Zander
c28cf0a76f Fix runtime crashes on i386: enforce stack-alignment=16
PR:		205958
Submitted by:	dim (patch via ports mailing list)
Reported by:	otacilio.neto@bsd.com.br
MFH:		2016Q4 (ports-secteam fix blanket)
2016-10-09 12:19:32 +00:00