Commit graph

9723 commits

Author SHA1 Message Date
Bernhard Froehlich
b41495be6a - Update to 4.0.6
Submitted by:	Franz Bettag <franz@bett.ag>
2015-10-22 10:19:42 +00:00
Mark Felder
675068a62a multimedia/plexmediaserver-plexpass: Update to 0.9.12.15
Changelog:	https://forums.plex.tv/discussion/comment/1039309/#Comment_1039309
2015-10-21 20:35:40 +00:00
Mark Felder
196bf5d7e4 multimedia/plexmediaserver-plexpass: Update to 0.9.12.14
Changelog:	https://forums.plex.tv/discussion/comment/1038013/#Comment_1038013
2015-10-20 12:43:34 +00:00
Sunpoet Po-Chuan Hsieh
6797ba0075 - Add LICENSE_FILE
- Cleanup Makefile
2015-10-19 20:20:30 +00:00
Sunpoet Po-Chuan Hsieh
853c1cd34b - Add LICENSE_FILE
- Cleanup Makefile
2015-10-19 20:20:26 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Sunpoet Po-Chuan Hsieh
9f92d5cb5a - Update to 0.7.78
- Add LICENSE_FILE
- Cleanup Makefile

Changes:	http://mediaarea.net/MediaInfo/ChangeLog
2015-10-17 18:07:18 +00:00
Sunpoet Po-Chuan Hsieh
259766197f - Update to 0.7.78
- Add LICENSE_FILE
- Use USES=localbase
- Cleanup Makefile

Changes:	http://mediaarea.net/MediaInfo/ChangeLog
2015-10-17 18:07:13 +00:00
Sunpoet Po-Chuan Hsieh
9b58a6f248 - Update to 0.7.78 (0.4.31)
- Add LICENSE_FILE
2015-10-17 18:07:08 +00:00
Mark Felder
eaadaf4579 multimedia/plexmediaserver: update to 0.9.12.13
Changelog:	https://forums.plex.tv/discussion/comment/1026614/#Comment_1026614

PR:		203784
2015-10-16 16:02:01 +00:00
Dmitry Marakasov
573ea53747 - Update to 3.0.5724.6
Changes in this release:
 * Fix windows restart hang
 * Fix presence of ffprobe data stream causing subtitles to be ordered incorrectly, leading to occasional transcoding failures.

PR:		203729
Submitted by:	woodsb02@gmail.com (maintainer)
2015-10-16 12:35:08 +00:00
Olivier Duchateau
ac6035e867 - Update to 0.8.1 (bugfix release)
- Sort USES
- Adjust dependencies (remove symbolic theme, because Adwaita already
contains symbolic icons)

Changelog: http://git.xfce.org/apps/parole/tree/src/parole-conf.c?id=parole-0.8.1
2015-10-15 18:22:02 +00:00
Mathieu Arnold
0c3fecb980 Fixup r399346.
Poked by:	antoine, freshports
Sponsored by:	Absolight
2015-10-15 15:11:51 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Thomas Zander
e7bf06f880 Simplify DOCS handling, install manpages section 3 for ffmpeg libraries
PR:		203579
Submitted by:	jbeich@FreeBSD.org
2015-10-12 19:24:22 +00:00
Thomas Zander
aa7e7673bf Use OPTION helpers for the remaining OPTIONs
PR:		203477
Submitted by:	jbeich@FreeBSD.org
2015-10-12 05:42:10 +00:00
Thomas Zander
d851b5f395 Update to upstream version 1.3.4 [1], take maintainership [2]
While on it:
- Handle CFLAGS with xvid's build system [2]
- Remove superfluous ln -sf in post-patch (now handled by
  xvid's build system) [2]
- Pet portlint [2]

PR:		203626
Submitted by:	w.litter@aon.at [1]
Reviewed by:	riggs [2]
2015-10-10 18:49:44 +00:00
Tijl Coosemans
3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
Jan Beich
73c07cef68 multimedia/mpv: enable more options by default
OPENGL, V4L, VAAPI, VDPAU, XINERAMA, ZSH are now enabled to make package
more useful. OPENGL, VAAPI, VDPAU also support hardware decoding but only
if multimedia/ffmpeg is built with VAAPI, VDPAU (currently off by default).

PR:		203534
Submitted by:	tobias.kortkamp@gmail.com
Approved by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-10-09 05:28:34 +00:00
Jimmy Olgeni
eb8748beda Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
Dmitry Marakasov
4a61f7a08e - Clarify LICENSE
- Add LICENSE_FILE
- Pet portlint
- Fix WWW:
2015-10-06 21:14:15 +00:00
Kurt Jaeger
4e3782586b multimedia/mpv: 0.10.0 -> 0.11.0
- Update to 0.11.0
- Update Waf to 1.8.14
- Remove BS2B option
- Remove LADSPA option

PR:		203550
Submitted by:	Carlos J. Puga Medina <cpm@fbsd.es> (maintainer)
2015-10-06 18:58:03 +00:00
Jan Beich
67b659fbfb multimedia/libmtp: update to 1.1.10
Changes:	http://sourceforge.net/projects/libmtp/files/libmtp/1.1.10/README/view
2015-10-06 16:55:44 +00:00
Adam Weinberger
4a55d3eab5 Reassign some of my ports to the Collective. 2015-10-05 16:13:51 +00:00
Mark Felder
fd7655a211 multimedia/plexmediaserver-plexpass: update to 0.9.12.13.1464
Changelog:	https://forums.plex.tv/discussion/comment/1026614/#Comment_1026614
2015-10-04 03:17:46 +00:00
Sunpoet Po-Chuan Hsieh
f33bc14ba7 - Add NO_ARCH
- Pet portlint: move PROJECTHOST upward
2015-10-03 17:11:29 +00:00
Dmitry Marakasov
e083903646 - Remove extra entry from pkg-plist
- Add NO_ARCH

Approved by:	portmgr blanket
2015-10-03 02:08:06 +00:00
Koop Mast
3c95622f7b Update gstreamer1-vaapi to 0.6.1. 2015-10-02 16:43:56 +00:00
Sunpoet Po-Chuan Hsieh
0ce90b0adb - Add NO_ARCH
- Update PLIST_FILES: %%PERL5_MAN1%% instead of ${SITE_MAN1} as other p5-* PLIST entries
2015-10-01 15:55:29 +00:00
Sunpoet Po-Chuan Hsieh
8c8c1fef8f - Update PLIST_FILES: %%PERL5_MAN1%% instead of ${SITE_MAN1} as other p5-* PLIST entries 2015-10-01 15:55:25 +00:00
Rusmir Dusko
22b0897e80 - Update to 15.9.0, please see
/usr/local/share/doc/smplayer/Changelog

- Change PORTSCOUT
2015-09-29 23:29:01 +00:00
Pawel Pekala
12702873b1 Update to version 15.9.0
Changelog:
Fix for Qt 5.
2015-09-29 21:48:46 +00:00
Koop Mast
78476a7f83 Fix build with GStreamer 1.6.0. 2015-09-28 20:33:53 +00:00
Koop Mast
bf4361021d Fix qt5-multimedia with GStreamer 1.6.0.
Qt 5 does the following during the build of qt5-multimedia:

--- qt-post-install ---
echo "# define QT_GSTREAMER"  >> /wrkdirs/usr/ports/multimedia/qt5-multimedia/
  work/stage/usr/local/include/qt5/QtCore/modules/qconfig-multimedia.h
echo "# define QT_GST_VERSION=1.0"  >> /wrkdirs/usr/ports/multimedia/
  qt5-multimedia/work/stage/usr/local/include/qt5/QtCore/modules/qconfig-multimedia.h
echo "# define QT_XVIDEO"  >> /wrkdirs/usr/ports/multimedia/qt5-multimedia/
  work/stage/usr/local/include/qt5/QtCore/modules/qconfig-multimedia.h

That's (second line) not how #define works in C of C++

The resulting qconfig-multimedia.h file contains this:

#if !defined(QT_GST_VERSION=1.0) && !defined(QT_NO_GST_VERSION=1.0)
# define QT_GST_VERSION=1.0
#endif

This patch filters out the "=1.0" from the define. Bump qt5-multimedia
since the installed header needs to be corrected.

Reported by:	antoine@
Patch submitted by:	Adriaan de Groot <groot@kde.org>
2015-09-28 20:20:53 +00:00
Koop Mast
33c5c06523 Fix the build with GStreamer 1.6.0. 2015-09-28 20:03:33 +00:00
Koop Mast
78bc328777 Fix the build with GStreamer 1.6.0.
Obtained from:	OpenBSD ports
2015-09-28 07:26:19 +00:00
Koop Mast
7499800534 Update gstreamer1-vaapi to 0.6.0.
Also fix plist issues after GStreamer update to 1.6. [1]

Reported by:	antoine@ [1]
2015-09-27 22:16:17 +00:00
Antoine Brodin
3774779a15 Deprecate ports broken for more than 6 months 2015-09-26 21:39:10 +00:00
Jan Beich
00d4634211 Convert my ports to USES=localbase 2015-09-26 20:26:21 +00:00
Jan Beich
b6f55ae785 multimedia/openh264: convert to new option helpers 2015-09-26 15:12:17 +00:00
Koop Mast
7b97259096 Update gstreamer1 ports to 1.6.0.
* gstreamer1-libav now uses ffmpeg from ports.
* New ports:
  * gstreamer1-validate: Tools to detect if elements are not behaving
    as expected, mainly aimed at developers, or advanced debugging.
  * gstreamer1-rtsp-server: Base foundation for building a rtsp
    server ontop of GStreamer
 * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls.

Release announcement:
  http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html

Obtained from:	gnome devel repo
2015-09-26 14:36:23 +00:00
Baptiste Daroussin
460a58f81f Remove @exec/@unexec redundant with USES=shared-mime-info 2015-09-26 13:57:38 +00:00
Baptiste Daroussin
051b8b4878 Remove from plist things already added by USES 2015-09-26 00:34:53 +00:00
Baptiste Daroussin
5689c06e68 Modernize plist 2015-09-26 00:24:55 +00:00
Dmitry Marakasov
f0e5d582fe - Add LICENSE
- Strip library
- Regenerate patches with `make makepatch`
2015-09-25 15:18:01 +00:00
Dmitry Marakasov
31e1db43ed - Add LICENSE
- Silence patching
2015-09-25 15:17:54 +00:00
Jason Unovitch
d45e9d1d3f multimedia/kodi: regen patch-configure.ac
- Add atomic lib to search libs, resolve 9.3 i386 build issue
- Bump PORTREVISION due to libatomic shlib dependency

PR:		202812
Submitted by:	mickael.maillot@gmail.com (maintainer)
MFH:		2015Q3
X-MFH-With:	r397342, r397605, r397613
2015-09-25 12:46:35 +00:00
Frederic Culot
d0d2fb3c56 - Reassign to the heap after fluffy@'s bit was taken in for safekeeping 2015-09-24 08:12:33 +00:00
Dmitry Marakasov
192f681a13 - Switch to options helpers
- Fix shebangs

Approved by:	portmgr blanket
2015-09-23 18:52:19 +00:00
Jason Unovitch
79e13a7ac0 multimedia/kodi: Set USES= compiler:c++11-lib
- USES= compiler:c++11-lib was left out of the original patch due to
  an oversight. Add it and remove FreeBSD 9 specific USE_GCC= yes.
- No PORTREVISION bump as the compiler choice remained the same.

PR:		202812
Submitted by:	mickael.maillot@gmail.com
MFH:		2015Q3
X-MFH-With:	r397342, r397605
2015-09-23 13:28:58 +00:00