aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Chase wavpack update: bump PORTREVISION on ports linking to it by defaultThomas Zander2017-02-187-4/+7
| | | | | | | | | PR: 216847 Reported by: pkubaj@anongoth.pl MFH: 2017Q1 Notes: svn path=/head/; revision=434359
* Add upstream patch to fix the build with the SKINS option after r434332.Raphael Kubo da Costa2017-02-181-0/+27
| | | | | | | PR: 217051 Notes: svn path=/head/; revision=434358
* Use c++11 by default, in preparation for Qt 5.7.1 updateThomas Zander2017-02-185-23/+198
| | | | | | | | PR: 217051 Submitted by: rakuco Notes: svn path=/head/; revision=434332
* multimedia/kvazaar: update to 1.1.0Jan Beich2017-02-175-36/+8
| | | | | | | | | Changes: https://github.com/ultravideo/kvazaar/releases/tag/v1.1.0 ABI: https://people.freebsd.org/~jbeich/compat_reports/kvazaar/1.0.0_to_1.1.0/compat_report.html MFH: 2017Q1 Notes: svn path=/head/; revision=434322
* multimedia/x265: always build shared library with -fPICJan Beich2017-02-171-2/+2
| | | | | | | | This should unbreak build on sparc64, powerpc64 and reduce text relocations on i386. Notes: svn path=/head/; revision=434321
* There were a few others _FreeBSD_9 things around.Mathieu Arnold2017-02-171-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=434304
* Update to 0.2.2.13Kevin Lo2017-02-172-4/+4
| | | | Notes: svn path=/head/; revision=434259
* - Add --enable-pic to CONFIGURE_ARGS. It eliminates text relocations inTijl Coosemans2017-02-161-1/+3
| | | | | | | | | shared libraries. This only affects i386 because it is already the default on other architectures. - Enable verbose build. Notes: svn path=/head/; revision=434218
* Update MAINTAINER to tobik@FreeBSD.org for my portsTobias Kortkamp2017-02-151-1/+1
| | | | | | | | Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9610 Notes: svn path=/head/; revision=434159
* Update to 0.2.2.12Kevin Lo2017-02-152-5/+4
| | | | Notes: svn path=/head/; revision=434152
* - Simply enable pic for all architectures. Upstream configure already doesTijl Coosemans2017-02-141-4/+3
| | | | | | | | that in most cases. - Enable verbose build. Notes: svn path=/head/; revision=434139
* multimedia/py-guessit: update to 2.1.1William Grzybowski2017-02-142-5/+5
| | | | | | | | PR: 217059 Submitted by: Andrej Ebert Notes: svn path=/head/; revision=434133
* Add missing LIB_DEPENDSSunpoet Po-Chuan Hsieh2017-02-141-2/+4
| | | | | | | | - Add LICENSE_FILE - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=434094
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-02-141-0/+1
| | | | Notes: svn path=/head/; revision=434093
* Update LICENSESunpoet Po-Chuan Hsieh2017-02-141-2/+2
| | | | Notes: svn path=/head/; revision=434092
* Update LICENSESunpoet Po-Chuan Hsieh2017-02-141-2/+1
| | | | Notes: svn path=/head/; revision=434091
* Update LICENSE and add LICENSE_FILESunpoet Po-Chuan Hsieh2017-02-141-2/+2
| | | | Notes: svn path=/head/; revision=434090
* multimedia/plexmediaserver-plexpass: Update to 1.4.1Mark Felder2017-02-143-693/+714
| | | | | | | Changelog: http://forums.plex.tv/discussion/comment/1370306/#Comment_1370306 Notes: svn path=/head/; revision=434088
* multimedia/mpv: update to 0.24.0Carlos J. Puga Medina2017-02-135-65/+4
| | | | | | | | | | - Update PORTVERSION and distinfo checksum (0.24.0) - Remove unneeded patches Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.24.0 Notes: svn path=/head/; revision=434005
* - Add LICENSEDmitry Marakasov2017-02-131-17/+18
| | | | | | | | | - Remove bogus HAVE_CONFIGURE - Don't install license with docs - Switch to options helpers Notes: svn path=/head/; revision=433980
* Update to upstream version 3.2.4Thomas Zander2017-02-123-26/+4
| | | | | | | | | | | | | Details: - patch-ffserver__config.c has been upstreamed - Fix two potential heap overflows in lavf/mov.c MFH: 2017Q1 Security: CVE-2017-5024 CVE-2017-5025 Notes: svn path=/head/; revision=433937
* multimedia/bombono: unbreak with gcc6 or laterJan Beich2017-02-111-0/+1
| | | | | | | | | | | | | | src/mgui/dvdimport.cpp: In function 'void DVD::OnPreparePage(DVD::ImportData&)': src/mgui/dvdimport.cpp:214:82: error: ambiguous overload for 'operator<<' (operand types are 'str::stream' and 'const char [3]') std::string desc = (str::stream(Mpeg::SecToHMS(vob.tmLen, true)) << ", " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ src/mgui/dvdimport.cpp: In function 'DVD::ReaderPtr DVD::OpenDVD(const string&, DVD::ImportData&)': src/mgui/dvdimport.cpp:278:41: error: cannot convert 'DVD::ReaderPtr {aka ptr::shared<DVD::Reader>}' to 'bool' for argument '2' to 'void DVD::SetCurPageComplete(Gtk::Assistant&, bool)' SetCurPageComplete(id.ast, id.reader); ^ Notes: svn path=/head/; revision=433905
* multimedia/emby-server: Update to 3.2.1Ben Woods2017-02-103-7/+5
| | | | | | | | Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.2.1 Notes: svn path=/head/; revision=433789
* - Add LICENSEDmitry Marakasov2017-02-101-7/+15
| | | | | | | | | | - Remove bogus HAVE_CONFIGURE - Don't install license with docs - Switch to options helpers - Pet portlint Notes: svn path=/head/; revision=433787
* Add -fPIC to various ports to enable them to build on armv6.Mark Linimon2017-02-091-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=433767
* - Fix plist: don't install unnneded file [1]Dmitry Marakasov2017-02-093-41/+26
| | | | | | | | | | | - While here, add NO_ARCH and clean up plist (sort and remove unneeded @dir's) [2] PR: 216933 Submitted by: tcberner@freebsd.org Approved by: heckendorfc@gmail.com (maintainer) [1], portmgr blanket [2] Notes: svn path=/head/; revision=433766
* multimedia/mpv: force rebuild after r433759Jan Beich2017-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | $ mpv --no-config /path/to/foo.mp4 ffmpeg library versions: libavutil 55.34.100 (runtime 55.34.101) libavcodec 57.64.101 libavformat 57.56.100 (runtime 57.56.101) libswscale 4.2.100 libavfilter 6.65.100 libswresample 2.3.100 ffmpeg version: 3.2.3 mpv was compiled against a different version of FFmpeg/Libav than the shared library it is linked against. This is most likely a broken build and could result in misbehavior and crashes. mpv does not support this configuration and will not run - rebuild mpv instead. Exiting... (Fatal error) Notes: svn path=/head/; revision=433763
* Update to upstream version 3.2.3; promote X265 to default OPTIONThomas Zander2017-02-093-8/+7
| | | | | | | | | | | | | | Details: - Update to upstream version 3.2.3, bugfix release, no upstream feature changes - HEVC is becoming so widespread that it warrants promoting the X265 option to default [1] PR: 216471 [1] Submitted by: scottro11@gmail.com [1] Notes: svn path=/head/; revision=433759
* Unbreak multimedia/assimp on armv6 and aarch64Kirill Ponomarev2017-02-092-3/+32
| | | | | | | | | | PR: 216815 Submitted by: mmel@FreeBSD.org Approved by: mag (mentor) Differential Revision: https://reviews.freebsd.org/D9489 Notes: svn path=/head/; revision=433750
* multimedia/emby-server: Update to 3.2.0Ben Woods2017-02-083-278/+6
| | | | | | | | Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.2.0 Notes: svn path=/head/; revision=433628
* multimedia/gstreamer-ffmpeg: unbreak on armv6Jan Beich2017-02-073-30/+38
| | | | | | | | | | | | | | | CC libavdevice/alldevices.o /tmp/alldevices-d7c3b8.s: Assembler messages: /tmp/alldevices-d7c3b8.s:215: Error: inconsistent uses of .cfi_sections cc: error: assembler command failed with exit code 1 (use -v to see invocation) PR: 216880 Reported by: pkg-fallout Submitted by: mmel (via mikael.urankar@gmail.com) Tested by: mikael.urankar@gmail.com Notes: svn path=/head/; revision=433552
* - Update to 1.2Dmitry Marakasov2017-02-063-4/+19
| | | | Notes: svn path=/head/; revision=433500
* - Fix build failure when devel/libinotify is installed becauseBernhard Froehlich2017-02-061-3/+8
| | | | | | | | | | | | it is silently enabled but not properly linked. - Bump PORTREVISION PR: 208795 Submitted by: Vladimir Kondratyev <wulf@cicgroup.ru> Reported by: Daniel Becker <razzfazz@gmail.com> Notes: svn path=/head/; revision=433480
* - Update to version 17.1.0Pawel Pekala2017-02-053-7/+12
| | | | | | | | | | | - Add LICENSE information - Register missing dependencies found by stage-qa Changelog: - Fix for VEVO videos Notes: svn path=/head/; revision=433465
* multimedia/kodi: unbreak with clang 4.0Jan Beich2017-02-051-0/+18
| | | | | | | | | | | | | | | | RssReader.cpp:269:19: error: ordered comparison between pointer and zero ('TiXmlElement *' and 'int') while (itemNode > 0) ~~~~~~~~ ^ ~ RssReader.cpp:273:22: error: ordered comparison between pointer and zero ('TiXmlNode *' and 'int') while (childNode > 0) ~~~~~~~~~ ^ ~ PR: 216075 Submitted by: tcberner Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=433445
* Move devel/libcheck to devel/checkSunpoet Po-Chuan Hsieh2017-02-052-3/+4
| | | | | | | - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=433395
* - Remove bogus HAVE_CONFIGUREDmitry Marakasov2017-02-051-5/+9
| | | | | | | | - Don't install license with docs - Switch to options helpers Notes: svn path=/head/; revision=433386
* Update libass to upstream version 0.13.6; bump PORTREVISION on consumersThomas Zander2017-02-0515-17/+18
| | | | | | | Reported by: robert.burmeister@utoledo.edu (via email) Notes: svn path=/head/; revision=433383
* Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDSTobias C. Berner2017-02-041-11/+3
| | | | | | | | | | | | pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports not yet using it to it. Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9261 Notes: svn path=/head/; revision=433310
* - Spell `LICENSE_FILE' variable correctlyAlexey Dokuchaev2017-02-041-3/+4
| | | | | | | - Fix some nearby bogosities (when noticed) Notes: svn path=/head/; revision=433287
* multimedia/emby-server: Update to 3.1.5Ben Woods2017-02-043-103/+84
| | | | | | | | | Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.1.5 https://github.com/MediaBrowser/Emby/releases/tag/3.1.4 Notes: svn path=/head/; revision=433275
* Update to 0.7.92.1Sunpoet Po-Chuan Hsieh2017-02-032-4/+4
| | | | | | | | Changes: https://mediaarea.net/MediaInfo/ChangeLog https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt Notes: svn path=/head/; revision=433229
* Update to 0.7.92.1Sunpoet Po-Chuan Hsieh2017-02-032-4/+4
| | | | | | | | Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt Notes: svn path=/head/; revision=433228
* Update to 0.7.92.1 (0.4.34)Sunpoet Po-Chuan Hsieh2017-02-032-4/+4
| | | | Notes: svn path=/head/; revision=433227
* Update multimedia/syncplay to 1.4.0Kirill Ponomarev2017-02-034-37/+29
| | | | | | | | | | 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 Notes: svn path=/head/; revision=433194
* multimedia/plexmediaserver{-plexpass}: Update to 1.3.4Mark Felder2017-02-026-22/+34
| | | | | | | Changelog: https://forums.plex.tv/discussion/comment/1361024#Comment_1361024 Notes: svn path=/head/; revision=433165
* multimedia/shotcut: update to 17.02Alberto Villa2017-02-023-4/+5
| | | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=433136
* Update to 3.2.5Kirill Ponomarev2017-02-012-5/+4
| | | | | | | | | | PR: 216689 Submitted by: joneum@bsdproject.de Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9403 Notes: svn path=/head/; revision=433106
* multimedia/linux_dvbwrapper-kmod: unbreak on 12.0 after r312758Jan Beich2017-02-011-0/+14
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=433101
* Update to 0.7.92Sunpoet Po-Chuan Hsieh2017-02-012-4/+4
| | | | | | | | | | - Add GitHub repository to WWW Changes: https://mediaarea.net/MediaInfo/ChangeLog https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt Notes: svn path=/head/; revision=433072