Commit graph

10133 commits

Author SHA1 Message Date
Ben Woods
7abf753080 multimedia/ffmpeg2theora:
- Update to 0.30
- Remove patch-ffmpeg2 (not needed now that 0.30 uses new FFmpeg API)
- Tidy up remaining patches (pet portlint)

Changes this release:
  https://git.xiph.org/?p=ffmpeg2theora.git;a=blob;f=ChangeLog;h=7b2c20e19e4ca6d042d8f2bb3d4491e513d422fa;hb=ff86d204adf335b6314ef568b08d4af8799f108d

This new version also allows ffmpeg2theora to build successfully once
multimedia/ffmpeg is updated to 3.0.x. Note that multimedia/ffmpeg is
currently still on the 2.8.x branch, however this update is backwards
compatible with ffmpeg 2.8.x.

PR:		209375
Approved by:	wg (maintainer timeout), mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D6784
2016-06-09 15:29:41 +00:00
Kurt Jaeger
08b7f2debd multimedia/zoneminder: Unbreak build for systems with v4l1
Systems lacking video4linux2, but with video4linux1 fail to build
ZM due to v4l2 specific macro.

PR:		210088
Submitted by:	Ivan <bsd@abinet.ru> (maintainer)
2016-06-09 00:14:07 +00:00
Ben Woods
e6e674c945 multimedia/mlt: Fixes post r416546 commit
- USE_GNOME=cairo only applies when SWFDEC option is enabled
- USE_XORG=x11 applies even with all options disabled (due to SDL)
- USE_GNOME=glib20 is required when JACK or SWFDEC options are enabled
- Fix pkg-plist: filter_audiospectrum.yml only installed if QT4 enabled

Reported by:	mat (mentor)
Reviewed by:	mat (mentor)
Approved by:	adamw (mentor), portmgr (blanket approval - build fixes)
Differential Revision:	https://reviews.freebsd.org/D6776
2016-06-08 18:30:53 +00:00
Ben Woods
6b8e13a110 multimedia/mlt:
- Update to 6.2.0
- Mark KDE4 option as implying/requiring QT4 option
- Move USE_KDE4=kdelibs to new options helpers
- Add USE_GNOME=cairo as notified by new stage-qa error

Changes this release:
  http://mltframework.blogspot.fr/2016/04/version-620-released.html
  http://mltframework.blogspot.fr/2016/02/version-600-released.html
  http://mltframework.blogspot.fr/2015/07/version-098-released.html

This update also allows multimedia/mlt to build against ffmpeg 3.0.x.
The ports tree currently still has multimedia/ffmepg at version 2.8.7,
however this update is backwards compatible with ffmpeg 2.8.7. 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:		207390
Submitted by:	olivierd
Approved by:	avilla (maintainer timeout), mat (mentor), makc, araujo (with kde hat)
Differential Revision:	https://reviews.freebsd.org/D6754
2016-06-08 16:17:25 +00:00
Mathieu Arnold
7f304f0633 Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
2016-06-06 15:25:42 +00:00
Kurt Jaeger
bfde1e8cb6 multimedia/zoneminder: 1.25.0 -> 1.30.0
- submitter becomes maintainer
- A huge list of changes since April 2013 can be found here:
  https://github.com/ZoneMinder/ZoneMinder/releases/

PR:		210007
Submitted by:	bsd@abinet.ru
2016-06-05 18:47:54 +00:00
Antoine Brodin
c31defa0fc Deprecate ports broken for more than 6 months 2016-06-03 16:44:58 +00:00
Mikhail Teterin
ae09207849 Update from 3.2.1 to 3.2.2. The author:
- Added the `--highlight` option to remember and highlight
	  watched videos in a session.

Notified by: portscout
2016-06-03 15:10:09 +00:00
Thomas Zander
c74aded201 Update to upstream version 9.2.0
While on it:
Mark unbroken on 9.x. gcc internal segfault is not reproducible
on my test box on 9.3 with gcc 4.8
2016-06-01 18:07:37 +00:00
Dominic Fandrey
93e223487d Update multimedia/libbluray from 0.9.2 to 0.9.3
cs@freebsd.org
cs@freebsd.org
https://reviews.freebsd.org/D6635
2016-06-01 17:53:39 +00:00
Mathieu Arnold
77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00
Mathieu Arnold
3c03e67b02 Allow depending on both mysql's client and server
Fix the few users of both the MySQL client and server.

PR:		209762
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6575
2016-06-01 13:14:56 +00:00
Thomas Zander
d9a4fd5cae Fix build with libc++ 3.8.0
VLC brings its own header for atomic operations which defines a whole
bunch of atomic macros, conflicting with the ones in the C++ standard
<atomic> header. This changeset works around those.

PR:		209722
Submitted by:	dim
2016-06-01 06:17:51 +00:00
Mathieu Arnold
c8a64bee34 Fix build with Perl 5.25.1+.
Unescaped left brace in regex is illegal in regex.

With hat:	perl@
Sponsored by:	Absolight
2016-05-30 18:10:38 +00:00
Kurt Jaeger
007bf60f77 multimedia/smplayer: change from qt4-linguist to qt4-linguisttools
PR:		201475
Submitted by:	<Andriy Voskoboinyk> s3erios@gmail.com
Approved by:	nemysis (maintainer timeout)
2016-05-29 12:11:01 +00:00
Kurt Jaeger
7226451716 devel/smokeqt, games/katomic, multimedia/gstreamer1-qt4, net-im/kopete-kde4,
sysutils/kfilemetadata, sysutils/polkit-qt, x11/kde4-runtime

- update USES in some kde ports
  Some are cosmetic; some add shebangfix or pathfix where needed

PR:		209304
Submitted by:	groot@kde.org (kde)
2016-05-28 14:54:53 +00:00
Kurt Jaeger
942ca95103 devel/py-qt4-core cleanups in py-qt4-*
- Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint.

PR:		209283
Submitted by:	groot@kde.org (kde), rakuco
2016-05-28 12:32:21 +00:00
Ben Woods
b57ef2ed70 multimedia/quodlibet: Update to 3.6.2
- Move to gtk3 and gstreamer-1.0 [1]
- Add dependencies on musicbrainzngs, notification-daemon, libsoup, libwebkit2gtk-4.0, pygobject3 [1]
- Remove gconf, python, musepack from USE_GSTREAMER (not in gstreamer 1.0)
- Change name of gstreamer mp3 plugin from mp3 to mad (per gstreamer 1.0 ports)
- Add LICENSE_FILE, and general port tidy-up
- Update WWW link to new project site
- Remove pkg-message regarding adding new plugins, as they are now bundled [1]

  [1] https://quodlibet.readthedocs.org/en/latest/packaging.html

Changes this release:
  https://quodlibet.readthedocs.org/en/latest/changelog.html

PR:		208988
Reviewed by:	mat (mentor)
Approved by:	johnson.peter@gmail.com (maintainer timeout), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6604
2016-05-28 08:15:15 +00:00
Thomas Zander
2d97dd5f25 Update to upstream version 2.2.3
Differential Revision:	https://reviews.freebsd.org/D6373
2016-05-27 16:09:10 +00:00
Ben Woods
0d1e1fa57a multimedia/emby-server: Update to 3.0.5972
Changes this release:
  https://github.com/MediaBrowser/Emby/releases/tag/3.0.5972

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D6579
2016-05-26 22:08:01 +00:00
Steve Wills
01ca19a397 Add USE_KDE4 so that KDE4_VERSION is defined
PR:		209756
Submitted by:	T.C.Berner <tcberner@gmail.com>
Reported by:	Vladimir Omelchuk <admin@vladiom.com.ua>
2016-05-26 16:25:39 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Brooks Davis
0e9b91d8e7 Mark broken on 9.x
This has been failing for weeks on i386 and amd64 and it seems likely to
be broken elsewhere.
2016-05-25 17:47:23 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Ben Woods
7e96c1118c multimedia/emby-server:
- Update to 3.0.5971
- Change to USES=sqlite
- Ensure OPTIONS dependencies are tab aligned

Changes this release:
  https://github.com/MediaBrowser/Emby/releases/tag/3.0.5971

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6514
2016-05-23 21:50:28 +00:00
John Marino
a08c06f96c multimedia/kaffeine: Recover build on DragonFly by enhancing new patch
DragonFly needs the same modification as FreeBSD to build kaffeine, and
the necessary tweak to the new patch is trivial.

Approved by:	Restore DF functionality blanket
2016-05-23 21:03:58 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Matthew Seaman
d91eb811d5 Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
 - Deprecate the ports for the 0.6 and 0.7 release branches, as these
   have been declared EoL and are no longer supported by upstream.
 - Update to the latest available version in each branch.

In detail:

   Port                 Version Maintainer
   ----------------------------------------------
   py-sqlalchemy06      0.6.9   nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
   py-sqlalchemy07      0.7.10  nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1]
   py-sqlalchemy08      0.8.7   nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1]
   py-sqlalchemy09      0.9.10  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]
   py-sqlalchemy10      1.0.13  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]

 - Use options-helpers and option dependent make targets.
 - Use autoplist for documents as well as python code
 - Add all the docments to the packages: previously an arbitrary
   subset was added in a way that excluded CSS, images and other HTML
   assets.
 - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST'
   option.
 - Use py-pytest for 0.9.x and later, rather than py-nose.
 - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports.

PR:		191442
Submitted by:	robak
Reviewed by:	robak
Reviewed by:	pi
Approved by:	nivit (maintainer timeout, ~300days) [1]
Approved by:    m.tsatsenko@gmail.com (maintainer) [2]
Sponsored by:	https://reviews.freebsd.org/D908
2016-05-22 10:52:44 +00:00
Jan Beich
0bf166fbce Partially back out r414539, it only made sense for devel/fb-adb 2016-05-22 01:10:34 +00:00
Mark Felder
b02ad7756d multimedia/plexpy: Warn users if no timezone is set
If you run plexpy in a jail and do not set the timezone the Plexpy
process will fail to start. Several users have run into this.
2016-05-19 15:21:37 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
652069fa2d - Fix trailing whitespace in Makefiles
Approved by:	portmgr blanket
2016-05-19 10:57:35 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Thomas Zander
2e33bdce0d Fix runtime issue: libvdpau must be LIB_DEPENDS
PR:		209619
Submitted by:	walter@lifeforms.nl
MFH:		2016Q2
2016-05-18 19:51:00 +00:00
Dmitry Marakasov
70e2eaabae - No need to specify master site subdirectory when it's the same as default
Approved by:	portmgr blanket
2016-05-18 14:11:33 +00:00
Dmitry Marakasov
a706f57e10 - Simplify MASTER_SITES
- Switch to USES=localbase
- Fix build with disabled NLS

Approved by:	portmgr blanket
2016-05-18 14:03:49 +00:00
Mathieu Arnold
56e828831a Actually use the :main group.
PR:		208916
Sponsored by:	Absolight
2016-05-18 12:57:00 +00:00
Mark Felder
b50c9ed96f multimedia/plexpy: Update to 1.4.0
- Patch Plex.py to have corrrect shebang

Changelog:	https://github.com/drzoidberg33/plexpy/releases/tag/v1.4.0
2016-05-17 15:25:15 +00:00
Pawel Pekala
0af11ece30 Update to version 2.6.3
Changelog:

Fix bug which caused error moving sets with no layouts (regression).
Optimise recording of generated frames.
Fixes for recording audio from external pulse audio.
Fix incorrect recognition of single jpeg/png as video (regression).
Fix "Open Location" (regression).
Use png rather than jpeg internally whenever possible.
Improved support for mpv instead of mplayer.
Add a few new effects ported from Toonz.
2016-05-16 20:49:18 +00:00
Dmitry Marakasov
255d070331 - Fix build
Approved by:	portmgr blanket
2016-05-16 15:20:04 +00:00
Sunpoet Po-Chuan Hsieh
4248cd3e93 - Update to 0.7.85
Changes:	https://mediaarea.net/MediaInfo/ChangeLog
2016-05-15 16:12:17 +00:00
Sunpoet Po-Chuan Hsieh
bda73a626b - Update to 0.7.85
Changes:	https://mediaarea.net/MediaInfo/ChangeLog
2016-05-15 16:12:13 +00:00
Sunpoet Po-Chuan Hsieh
fe89d904d2 - Update to 0.7.85 (0.4.33) 2016-05-15 16:12:09 +00:00
Dmitry Marakasov
09ac077410 - Add missing files to plist
Approved by:	portmgr blanket
2016-05-13 18:03:00 +00:00
Dmitry Marakasov
3bec05a3f6 - Add missing files to plist
Approved by:	portmgr blanket
2016-05-13 18:02:55 +00:00
Dmitry Marakasov
0530a43d6f - Add missing files to plist
Approved by:	portmgr blanket
2016-05-13 17:53:58 +00:00
Tilman Keskinoz
4f5645eb1a Rename dcadec binary to avoid conflict with multimedia/libdca
PR:		208927
Submitted by:	maintainer
Reported by:	andrew_terekhov@yahoo.com
2016-05-12 11:16:30 +00:00
Ben Woods
63d4e42cb0 multimedia/emby-server: Update to 3.0.5934
Changes this release:
  https://github.com/MediaBrowser/Emby/releases/tag/3.0.5934

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6309
2016-05-10 19:51:23 +00:00
Ben Woods
f44f67e9b8 multimedia/vdr-plugin-markad: Fix build with ffmpeg 3.0.x
- Update patch of command/decoder.cpp to allow vdr-plugin-markad to
  build successfully once multimedia/ffmpeg is updated to 3.0.x.
  Note that multimedia/ffmpeg is currently still on the 2.8.x branch,
  however this patch is backwards compatible with ffmpeg 2.8.x.
  The additional changes to this file were based on upstream bug
  report #1898 [1], and also the requirement to replace
  s/avcodec_alloc_frame/av_frame_alloc/g.
- Regenerate patches with makepatch (pet portlint), and remove
  PATCH_STRIP=-p1 from Makefile.

  [1] https://projects.vdr-developer.org/issues/1898

PR:		209386
Reported by:	antoine (PR207547)
Reviewed by:	mat (mentor)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6283
2016-05-10 15:35:19 +00:00