Commit graph

10666 commits

Author SHA1 Message Date
Kirill Ponomarev
af532c06cd Update multimedia/syncplay to 1.4.0
PR:		https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216705
Submitted by:	heckendorfc@gmail.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9413
2017-02-03 06:18:04 +00:00
Mark Felder
1d14ea85a8 multimedia/plexmediaserver{-plexpass}: Update to 1.3.4
Changelog:	https://forums.plex.tv/discussion/comment/1361024#Comment_1361024
2017-02-02 15:15:05 +00:00
Alberto Villa
bd560e4401 multimedia/shotcut: update to 17.02
- Fixed drag-n-drop from other than C: drive on Windows.
- Fixed ‘/’ getting added to front of file paths on Windows.
- Fixed the MLT XML repair tool not correctly handling decimal point
  in some configurations.
- Fixed opening a network stream.
- Improved support for image sequences.
- Improved device capture.
- Added Slovenian translation.

All device capture now occurs in the background. This makes it
possible to record voice overs while playing the project.
2017-02-02 10:27:15 +00:00
Kirill Ponomarev
40ee4927ce Update to 3.2.5
PR:		216689
Submitted by:	joneum@bsdproject.de
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9403
2017-02-01 21:09:18 +00:00
Jan Beich
80ceb9cbe8 multimedia/linux_dvbwrapper-kmod: unbreak on 12.0 after r312758
In file included from linux_dvbwrapper.c:43:
/usr/src/sys/sys/capability.h:41:2: error: this file includes <sys/capability.h> which is deprecated [-Werror,-W#warnings]
 #warning this file includes <sys/capability.h> which is deprecated
  ^

Reported by:	pkg-fallout
2017-02-01 20:22:43 +00:00
Sunpoet Po-Chuan Hsieh
3d236396f3 Update to 0.7.92
- Add GitHub repository to WWW

Changes:	https://mediaarea.net/MediaInfo/ChangeLog
		https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt
2017-02-01 19:44:05 +00:00
Sunpoet Po-Chuan Hsieh
7b7ea3b8c8 Update to 0.7.92
- Add GitHub repository to WWW

Changes:	https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt
		https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt
2017-02-01 19:44:00 +00:00
Sunpoet Po-Chuan Hsieh
10599ee610 Update to 0.7.92 (0.4.34)
- Add GitHub repository to WWW
2017-02-01 19:43:55 +00:00
Dmitry Marakasov
5a5029254c - Add LICENSE
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-02-01 09:01:23 +00:00
Jan Beich
9d5dbf1d9d multimedia/vdr-plugin-vdrmanager: unbreak with clang 4.0
sock.cpp:23:13: error: ordered comparison between pointer and zero ('int (*)(int, int, int)' and 'int')
        if (socket >= 0) {
            ~~~~~~ ^  ~

PR:		216217
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2017-02-01 05:25:15 +00:00
Jan Beich
7b2292ce8b multimedia/vdr-plugin-epgsearch: unbreak with clang 4.0
createcats.c:67:42: error: ordered comparison between pointer and zero ('char *' and 'int')
    if (fgets(buffer, sizeof(buffer), f) > 0) {
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
epgsearchext.c:1506:50: error: ordered comparison between pointer and zero ('char *' and 'int')
         while (fgets(buffer, sizeof(buffer), f) > 0) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]

PR:		216217
Reported by:	antoine (via exp-run)
2017-02-01 05:25:02 +00:00
Jan Beich
9a4668667e multimedia/vdr: unbreak with clang 4.0
recording.c:2090:17: error: ordered comparison between pointer and zero ('cUnbufferedFile *' and 'int')
     if (Open() >= 0) {
         ~~~~~~ ^  ~

PR:		216058
Reported by:	antoine (via exp-run)
2017-02-01 05:24:48 +00:00
Tijl Coosemans
d0d15cc5cd Enable i386 support to Linux CentOS 7 ports.
PR:		216646
2017-01-31 20:32:46 +00:00
Tijl Coosemans
6140d3c6aa - Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
  Linux programs can find desktop theme icons.  This eliminates the need
  for x11-themes/linux*-hicolor-icon-theme.
- Rename pkg-plist.x86_64 to pkg-plist.amd64.
- Regenerate all pkg-plist files.
- Add @preexec to linux_base pkg-plist that moves existing files in bin,
  lib, lib64, sbin and icons to the new destination before the directories
  are turned into symbolic links.
- Remove several empty directories from linux_base ports.
- Sweep over all linux ports: use consistent style, remove old CONFLICTS,
  remove unused pkg-descr files, add NLS option,...
- Remove old linux arts, esound and openssl-compat ports.
2017-01-31 16:54:21 +00:00
Mathieu Arnold
bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00
Mark Linimon
dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Jan Beich
4f77e25036 multimedia/ffmpeg: backport a crashfix for FFSERVER
PR:		216605
Submitted by:	gosha-necr@yandex.ru
Obtained from:	upstream
2017-01-30 21:03:55 +00:00
Olivier Duchateau
e35224a057 - Update to 3.8.2
- Remove unneeded patch
2017-01-30 19:19:13 +00:00
Olivier Duchateau
5c5dedf772 - Update to 3.8.2
- Rewrite pkg-message
2017-01-30 19:16:02 +00:00
Jason E. Hale
0a3f2e2222 - Fix an issue where netcams were not connecting [1]
- When motion was updated to 4.x, it was overlooked that the default
  search path for the configuration files was changed. This was causing
  existing configurations to not be read. Fix the port to install
  default configuration in correct location and add an UPDATING message
  giving users the proper instructions on where to place their existing
  conf files. [2]
- Create an empty ${ETCDIR}/conf.d directory that can optionally be used
  to dump camera configs in instead of creating separate lines for each
  one in motion.conf
- Add some missing PORTDOCS and install with the correct mode
- Make the VIDEO options OPTIONS_RADIO instead of OPTIONS_SINGLE to
  allow for netcam only support (suggested in [2])
- Fix bad logic in configure.ac that was causing V4L to not be dectected
  when the PWCBSD option was enabled

PR:		216189 [1]
Reported by:	Charles P <charlespigott@googlemail.com>
Patched by:	<anthony@ury.org.uk>
Obtained from:	upstream
PR:		216466 [2]
Reported by:	<bakhur@inbox.ru>, tdb@
Pointy hat to:	jhale
MFH:		2017Q1 (blanket)
2017-01-30 00:09:53 +00:00
Thomas Zander
2c95fadbcf Update to upstream version 0.4.5
PR:		216326
Submitted by:	t@tobik.me (maintainer)
2017-01-29 13:35:57 +00:00
Dmitry Marakasov
ae20d769f5 - Add LICENSE
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-01-29 09:01:25 +00:00
Olivier Duchateau
25ee9ffb50 - Fix memory issue with AAC plugin
- Bump PORTREVISION

Reported by:	gnn@ (private email)
Obtained from:	Upstream repository
MFH:		2017Q1
2017-01-28 20:50:43 +00:00
Thomas Zander
ae1cddaa42 Update to upstream version 9.8.0
Detailed log:
- Update to upstream version 9.8.0
- Remove no longer used CONFIGURE_ARGS
- BUILD_DEPENDS on devel/rubygem-rake
  - bundled drake is retired
  - USE_RUBY is no longer required
  - retire custom do-build and do-install targets
2017-01-28 17:58:10 +00:00
Dmitry Marakasov
90c86e3af4 - Add LICENSE
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
- Pet portlint
2017-01-28 09:01:19 +00:00
Dmitry Marakasov
6d147d7ffe - Add LICENSE
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-01-27 09:01:20 +00:00
Thomas Zander
6861412eed Unbundle pugixml, update LIB_DEPENDS accordingly, bump PORTREVISION
PR:		216445
Reported by:	w.schwarzenfeld@utanet.at
MFH:		2017Q1
2017-01-26 20:32:02 +00:00
Tobias C. Berner
0af3f5648f Update KDE Frameworks to 5.30.0
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* New framework: x11/kf5-kwayland

PR:		216345
Exp-run by:	antoine
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9271
2017-01-26 18:19:47 +00:00
Tobias C. Berner
d4c2713478 Update phonon to 4.9.1
* https://community.kde.org/Phonon/Releases/Core
* The backend have not [yet] been releaesed.

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9335
2017-01-26 18:05:48 +00:00
Jan Beich
ca68c9ee6d multimedia/x265: unbreak on aarch64[1] and mips
/usr/bin/ld: common/CMakeFiles/common.dir/common.cpp.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against external symbol `__stderrp@@FBSD_1.0' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: common/CMakeFiles/common.dir/common.cpp.o(.text+0x1e0): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `__stderrp@@FBSD_1.0'
/usr/bin/ld: final link failed: Bad value

/usr/bin/ld: x265: hidden symbol `__sync_fetch_and_add_4' in /usr/lib/libgcc.a(stdatomic.o) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output

PR:		216473 [1]
Reported by:	pkg-fallout
Submitted by:	mikael.urankar@gmail.com [1]
Approved by:	portmgr blanket
2017-01-26 14:31:02 +00:00
Vanilla I. Shu
c6a6f484b4 Update to 17.0.2. 2017-01-26 09:22:44 +00:00
Dmitry Marakasov
0614c3bc54 - Add LICENSE
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
- Pet portlint
2017-01-26 09:01:21 +00:00
Dmitry Marakasov
c9ed4178d1 - Fix invalid shebang
- Switch to USES=localbase
- Add NO_ARCH
- licalse

Approved by:	kwm@FreeBSD.org (maintainer)
MFH:		2017Q1
2017-01-25 16:15:49 +00:00
Dmitry Marakasov
e3f71741dc - Add LICENSE
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-01-25 09:01:18 +00:00
Jan Beich
e71c0bb0e1 multimedia/vapoursynth: sort pkg-plist 2017-01-24 14:01:08 +00:00
Jan Beich
4063b4b6a1 multimedia/vapoursynth: update to r36
Changes:	http://www.vapoursynth.com/2017/01/r36-python-improvements-and-some-bug-fixes/
Changes:	https://github.com/vapoursynth/vapoursynth/blob/R36/ChangeLog
2017-01-24 14:00:51 +00:00
Sunpoet Po-Chuan Hsieh
45fdfb9bff Update to 0.9.52
- While I'm here:
  - Remove USE_OPENSSL: it is not required after libmicrospdy removal
  - Bump PORTREVISION for dependent ports

Changes:	https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog
PR:		216382
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2017-01-23 18:52:57 +00:00
Dmitry Marakasov
05f398d836 Update WWW 2017-01-23 17:27:08 +00:00
Jan Beich
006180fddc multimedia/mplayer: lift BROKEN after r429960 2017-01-23 15:52:00 +00:00
Rene Ladan
ef0a315d08 Reset sanpei@'s ports after 18 months of inactivity. 2017-01-22 22:02:25 +00:00
Raphael Kubo da Costa
30a5de6922 Remove sed call that is no longer necessary.
The sys/types.h include was added upstream and is present in Qt since 5.6.1.
2017-01-22 15:08:31 +00:00
Jan Beich
71264b8bfa multimedia/libvpx: rename RUNTIME to RTCPU like ffmpeg, mplayer 2017-01-22 09:24:30 +00:00
Jan Beich
9970f5d7f5 multimedia/libvpx: slightly improve readability 2017-01-22 09:24:19 +00:00
Jan Beich
3b96621abd multimedia/libvpx: grab and drop architecture whitelist
PR:		216191
Approved by:	ashish (previous maintainer)
MFH:		2017Q1
2017-01-22 09:03:55 +00:00
Antoine Brodin
229c0697db Shebangfix the target of a symlink instead of a symlink
PR:		216309
2017-01-21 15:48:19 +00:00
Tobias C. Berner
5533b22f2e Pass CONFIGURE_ENV to the manual call to `configure'
qt4-mobility manually runs its configure script in pre-configure. However, it
does not source the contents of CONFIGURE_ENV into its environment.

In the near future however, CONFIGURE_ENV will be needed to run the proper
qmake4 resp qmake5 binary.

Approved by: rakuco (mentor)
2017-01-21 15:48:15 +00:00
Antoine Brodin
d6110ed401 Reinplace the target of the symlink instead of the symlink
PR:		216309
2017-01-21 10:40:37 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Guido Falsi
a226674100 - Update lives to 2.8.4
- Get distfile from github
2017-01-20 15:23:36 +00:00
Rusmir Dusko
67bbd03689 - Update to 17.1.0, please see
/usr/local/share/doc/smplayer/Changelog
2017-01-20 15:12:05 +00:00