summaryrefslogtreecommitdiff
path: root/multimedia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to options helpersDmitry Marakasov2015-09-231-13/+10
| | | | | | | | | - Fix shebangs Approved by: portmgr blanket Notes: svn path=/head/; revision=397631
* multimedia/kodi: Set USES= compiler:c++11-libJason Unovitch2015-09-231-8/+3
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=397613
* multimedia/kodi: update 14.2 -> 15.1Jason Unovitch2015-09-2331-866/+753
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to Kodi 15.1 "Isengard" - Remove CEC option from defaults - Set CEC option as broken, needs libcec >= 3.0.0 which has yet to be ported - Set USE_GCC for compilation on FreeBSD 9 - Sort USE_XORG, set USE_LDCONFIG, add under java category (portlint) PR: 202812 Submitted by: mickael.maillot@gmail.com (maintainer) Security: 80c66af0-d1c5-449e-bd31-63b12525ff88 Security: CVE-2015-3395 Security: 3d950687-b4c9-4a86-8478-c56743547af8 Security: CVE-2015-6818 Security: CVE-2015-6819 Security: CVE-2015-6820 Security: CVE-2015-6821 Security: CVE-2015-6822 Security: CVE-2015-6823 Security: CVE-2015-6824 Security: CVE-2015-6825 Security: CVE-2015-6826 MFH: 2015Q3 X-MFH-With: r397342 X-MFH-Note: opt_VARS added post 2015Q3, needs manual resolution Notes: svn path=/head/; revision=397605
* multimedia/emby-server: 3.0.5675.1 -> 3.0.5724.5Kurt Jaeger2015-09-223-33/+114
| | | | | | | | | | Changelog: https://github.com/MediaBrowser/Emby/releases PR: 202928 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Notes: svn path=/head/; revision=397583
* Add CPE informationMark Felder2015-09-221-1/+5
| | | | | | | PR: 203263 Notes: svn path=/head/; revision=397579
* Typos, whitespace and capitalization fixes (G-P).Jimmy Olgeni2015-09-202-2/+2
| | | | Notes: svn path=/head/; revision=397461
* - Update to 0.7.77 (0.4.31)Sunpoet Po-Chuan Hsieh2015-09-202-3/+3
| | | | | | | | | Changes: - BigEndian2float16() was buggy - <new> is possible only with C++ Notes: svn path=/head/; revision=397460
* - Update to 0.7.77Sunpoet Po-Chuan Hsieh2015-09-202-3/+3
| | | | | | | Changes: http://mediaarea.net/MediaInfo/ChangeLog Notes: svn path=/head/; revision=397410
* - Update to 0.7.77Sunpoet Po-Chuan Hsieh2015-09-202-4/+3
| | | | | | | Changes: http://mediaarea.net/MediaInfo/ChangeLog Notes: svn path=/head/; revision=397409
* Remove BROKEN on Tier-2 systems statements which no longer true at leastAlexey Dokuchaev2015-09-201-4/+0
| | | | | | | | | | on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago. Notes: svn path=/head/; revision=397374
* multimedia/bino: minor cleanupJan Beich2015-09-201-13/+7
| | | | | | | | | | | - Convert to USE_GL - Convert to option helpers - Register MimeType via desktop-file-utils Approved by: portmgr blanket Notes: svn path=/head/; revision=397345
* multimedia/plexhometheater: minor cleanupJan Beich2015-09-201-15/+7
| | | | | | | | | | | | - Convert to USE_GL - Adjust PLIST_SUB outside of conditional - Drop 8.x support - OPSYS/OSVERSION also defined in .options.mk Approved by: portmgr blanket Notes: svn path=/head/; revision=397343
* multimedia/kodi: minor cleanupJan Beich2015-09-201-21/+8
| | | | | | | | | | | | - Convert to USE_GL - Convert _VARS option helper - Adjust PLIST_SUB outside of conditional - Drop 8.x support Approved by: portmgr blanket Notes: svn path=/head/; revision=397342
* Update to version 2.4.2Pawel Pekala2015-09-192-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Fix crash after recording with pulseaudio external audio. Fix possible crash when converting from YUV420 to UYVY / YUYV. Fix memory issue in audio triggered video generators. Fix buttons issue in the progress dialog (regression). Fix occasional hang in shutdown via OSC. Minor fixes for headless (nogui, noplaywin) modes. Increase size of debug output window when encoding (Regression). Fix for compiling without jack. Fix crash in mask_overlay effect. Fix some threading problems when running audio and video effects together. Improve OSC responsiveness during playback. Fixes for beat_detector, edge, vector_visualiser, and kaleidoscope plugins. Fix latency issue with pulseaudio external input. Fix for opening unicap device during playback. Work around gtk+ bug for clips menu. Implement OSC commands /audio/mute/set, /audio/mute/get, /audio/volume/set, /audio/volume/get and /clip/open/unicap. Fixes / refactoring for firewire grabbing. Re-enable button icons (via preference) and clean up stock button code. Notes: svn path=/head/; revision=397336
* Add USES=alias to 10 ports (Aids DragonFly support)John Marino2015-09-192-1/+2
| | | | Notes: svn path=/head/; revision=397334
* Use ffmpeg-2.8 with mplayer / mencoderThomas Zander2015-09-195-7/+7
| | | | Notes: svn path=/head/; revision=397319
* Make all GNUstep ports install into the System domain so that the Local ↵David Chisnall2015-09-192-54/+54
| | | | | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977 Notes: svn path=/head/; revision=397315
* Upgrade to upstream version 2.8Thomas Zander2015-09-193-10/+12
| | | | | | | | PR: 203140 Submitted by: riggs@FreeBSD.org Notes: svn path=/head/; revision=397306
* - Update jpeg-turbo to 1.4.1 and grab maintainership after several timeoutsAntoine Brodin2015-09-162-5/+64
| | | | | | | | | | - Change default jpeg implementation from jpeg to jpeg-turbo Reviewed by: bapt, mat Differential Revision: https://reviews.freebsd.org/D2884 Notes: svn path=/head/; revision=397084
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-1/+1
| | | | | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop Notes: svn path=/head/; revision=397077
* Update the Qt4 ports to 4.8.7.Raphael Kubo da Costa2015-09-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to upstream, this is the last planned Qt4 release. A list of changes since 4.8.6 can be found here: <http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7> Porting notes and changes: - Remove several patches that have been upstreamed. - Make Uses/qmake.mk pass the contents of LIBS to the qmake environment. [1] - Repurpose devel/qt4/files/extrapatch-src-corelib-global-qglobal.h now the original patch is part of the release (curiously enough, the original patch was never actually used, as the ?= assignment in r362837 after r362770 was never possible). This works around the way compiler support for C++11 features is detected in Qt 4.8.7: while it originally only uses the compiler to determine if something is supported or not, the initializer lists feature also depends on the C++ standard library being used. It's a problem in FreeBSD 9.x, where USES=compiler:c++0x or USES=compiler:c++11-lang means we will use clang to build a port but use libstdc++ from base (GCC 4.2). The latter obviously does not support initializer lists, and the build fails because Qt tries to include headers that do not exist (<initializer_list>). Since detecting libstdc++'s version is not trivial (we need to include a non-lightweight header like cstdio and then check for __GLIBCXX__), we just enable Q_COMPILER_INITIALIZER_LISTS support only when libc++ is used (there should be no reason for someone to be using clang with GCC 4.8's libstdc++, for example). x11/kdelibs4's FindQt4.cmake had to include a backported change from the upstream FindQt4.cmake in CMake itself to use a C++ compiler to detect flags like Q_WS_X11, otherwise the inclusion of <ciso646> in qglobal.h makes the build fail. This patch contains changes by me, makc@ and alonso@. PR: 202552 [1] PR: 202808 [exp-run] Submitted by: pawel@ [1] Notes: svn path=/head/; revision=397043
* multimedia/freevo: fix runtime with newer twisted libRuslan Makhmatkhanov2015-09-153-140/+15
| | | | | | | | | | | | | | | | | - add patch to fix runtime with modern twisted.web - remove useless dependency on py-xml - it was successfully tested by maintainer with stock python xml package While here: - add NO_ARCH - limit python version to 2.x - modernize pkg-plist Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) MFH: 2015Q3 Notes: svn path=/head/; revision=396959
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-1410-17/+17
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Enforce unicode version of wxGTKBaptiste Daroussin2015-09-131-0/+1
| | | | Notes: svn path=/head/; revision=396852
* Replace HAVE_GNOME based check for esound with a exists() based one.Koop Mast2015-09-131-1/+1
| | | | Notes: svn path=/head/; revision=396833
* multimedia/plexmedaserver: Update to 0.9.12.11.1406Mark Felder2015-09-132-4/+4
| | | | | | | Changes: https://forums.plex.tv/discussion/comment/1002923/#Comment_1002923 Notes: svn path=/head/; revision=396818
* multimedia/plexmediaserver-plexpass: Update to 0.9.12.12.1459Mark Felder2015-09-123-8/+7
| | | | | | | Changes: https://forums.plex.tv/discussion/comment/1017148/#Comment_1017148 Notes: svn path=/head/; revision=396748
* Use option helpers for post-patchThomas Zander2015-09-121-5/+3
| | | | Notes: svn path=/head/; revision=396740
* multimedia/php-pHash: add new portJan Beich2015-09-115-0/+87
| | | | | | | | | | | | | | | PR: 202635 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> This is the PHP extension of the pHash library, which is an open source software library released under the GPLv3 license that implements several perceptual hashing algorithms, and provides a C-like API to use those functions in your own programs. pHash itself is written in C++. http://phash.org/ Notes: svn path=/head/; revision=396724
* multimedia/pHash: add new portJan Beich2015-09-116-0/+96
| | | | | | | | | | | | | | PR: 202635 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> pHash is an open source software library released under the GPLv3 license that implements several perceptual hashing algorithms, and provides a C-like API to use those functions in your own programs. pHash itself is written in C++. http://phash.org/ Notes: svn path=/head/; revision=396723
* multimedia/transcode: convert to target helpersJan Beich2015-09-111-10/+10
| | | | | | | | | | - Reset option sorting to default (alphabetical) PR: 202773 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=396719
* - Switch to USES=libedit as suggested by stage-qaDmitry Marakasov2015-09-111-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396684
* - Fix shebangsDmitry Marakasov2015-09-101-0/+5
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=396631
* - Update to 1.6.1Guido Falsi2015-09-092-4/+4
| | | | | | | | | | | - Take maintainership due to multiple timeouts PR: 202654 Submitted by: Myself Approved by: Maintainer timeout Notes: svn path=/head/; revision=396542
* Update to 1.6.1Guido Falsi2015-09-092-3/+3
| | | | Notes: svn path=/head/; revision=396537
* Remove bogus statement "uses i386-specific code" as a reason to mark theAlexey Dokuchaev2015-09-072-14/+18
| | | | | | | | | | | | port as broken. The problem was that endianness check were added twenty years ago, and just don't cover contemporary systems. Drop checks for VAX, RS6000, 680x0, etc., and replace with architectures that FreeBSD runs on today. Users of ARM/MIPS systems are encouraged to review the list and add missing macros accordingly. Notes: svn path=/head/; revision=396270
* Base GCC 4.2.1 on PowerPC fails with "internal compiler error: in do_SUBST,Alexey Dokuchaev2015-09-071-5/+1
| | | | | | | at combine.c:502" error, thus request a modern compiler to fix the build. Notes: svn path=/head/; revision=396264
* Fix small typo that prevented successful builds on big-endian systems.Alexey Dokuchaev2015-09-071-4/+2
| | | | Notes: svn path=/head/; revision=396261
* - Remove BROKEN statement that is not true: port configures and builds fineAlexey Dokuchaev2015-09-071-5/+3
| | | | | | | - While here, define LICENSE (GPLv2) and kill stray whitespace at EOL Notes: svn path=/head/; revision=396254
* Add support for smb:// protocol as non-default OPTIONThomas Zander2015-09-061-1/+6
| | | | | | | | PR: 202898 Submitted by: jbeich@FreeBSD.org Notes: svn path=/head/; revision=396222
* Modernise license handling: Use proper OPTIONS for GPLv3 and non-freeThomas Zander2015-09-061-21/+22
| | | | | | | | PR: 202897 Submitted by: jbeich@FreeBSD.org Notes: svn path=/head/; revision=396221
* multimedia/libav: minor cleanupJan Beich2015-09-053-28/+20
| | | | | | | | | | | | | | - Add CPE information - Convert WANT_SDL into a proper option - Disable SDL by default like in ffmpeg* ports - Unbreak and unhide DC1394 option - Drop USE_GCC as the port builds fine on 9.x - Drop implicit :build from USES=pkgconfig - Switch to .tar.xz distfile - Sort USES to pet portlint Notes: svn path=/head/; revision=396197
* Update clutter-gst3 to 3.0.10.Koop Mast2015-09-053-5/+4
| | | | Notes: svn path=/head/; revision=396188
* Update to upstream version 2.9.3Thomas Zander2015-09-052-5/+4
| | | | | | | | PR: 202852 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=396184
* Update to unstable 14.9.0.6994, announce message is here:Rusmir Dusko2015-09-053-9/+10
| | | | | | | | | | | | | http://sourceforge.net/projects/smplayer/files/Unstable/releases/ - Add Notes_about_mpv.txt to DOCS - Change PORTSCOUT PR: 199279 Submitted by: sasamotikomi@gmail.com Notes: svn path=/head/; revision=396172
* Update to 8.3.0Emanuel Haupt2015-09-052-3/+3
| | | | Notes: svn path=/head/; revision=396155
* - Switch to options helpersDmitry Marakasov2015-09-041-10/+2
| | | | | | | - Drop 8.x support Notes: svn path=/head/; revision=396143
* multimedia/py-subliminal: update to 1.0.1Jan Beich2015-09-042-19/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes runtime since multimedia/py-guessit update in previous commit. $ subliminal Traceback (most recent call last): File "/usr/local/bin/subliminal", line 5, in <module> from pkg_resources import load_entry_point File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3074, in <module> @_call_aside File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3060, in _call_aside f(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3087, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 647, in _build_master return cls._build_from_requirements(__requires__) File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 660, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 833, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'guessit<0.10,>=0.7' distribution was not found and is required by subliminal Changes: https://github.com/Diaoul/subliminal/blob/master/HISTORY.rst#101 PR: 202090 (based on) Approved by: wg (maintainer) Differential Revision: https://reviews.freebsd.org/D3566 Notes: svn path=/head/; revision=396118
* multimedia/py-guessit: update to 0.10.3Jan Beich2015-09-042-4/+5
| | | | | | | | | | Changes: https://github.com/wackou/guessit/blob/master/HISTORY.rst#0103-2015-04-04 PR: 202088 Approved by: wg (maintainer) Differential Revision: https://reviews.freebsd.org/D3566 Notes: svn path=/head/; revision=396117
* multimedia/mpv: remove INSTALLS_ICONSKurt Jaeger2015-09-041-1/+0
| | | | | | | | PR: 202806 Approved by: Carlos J Puga Medina <cpm@fbsd.es> Notes: svn path=/head/; revision=396084