aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/umplayer: cleanupPhilip M. Gollucci2015-07-152-6/+12
| | | | | | | | | | | | | | - Add LICENSE. - Add USES=desktop-file-utils. - Replace linguist_build with linguisttools_build. - Strip binary. - Regenerate patch with 'make makepatch'. PR: 201474 Submitted by: s3erios@gmail.com Notes: svn path=/head/; revision=392221
* Use OPTIONS helpers, convert to USES=metaport.Juergen Lock2015-07-151-79/+13
| | | | | | | | PR: 201574 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Notes: svn path=/head/; revision=392178
* Convert to USES=metaport.Koop Mast2015-07-152-11/+3
| | | | | | | | | | While here, convert gstreamer1-plugins-all too. PR: 201545 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Notes: svn path=/head/; revision=392149
* - Fix shebangsDmitry Marakasov2015-07-141-2/+4
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=392072
* Fix build break when compiling with gccThomas Zander2015-07-121-1/+3
| | | | | | | | PR: 200714 Submitted by: rwestlun@gmail.com Notes: svn path=/head/; revision=391821
* - Use = instead of +=Sunpoet Po-Chuan Hsieh2015-07-121-28/+18
| | | | | | | | - Convert to new options helper - Convert to new options target helper Notes: svn path=/head/; revision=391811
* - Update to upstream version 3.1.9Thomas Zander2015-07-124-29/+53
| | | | | | | | | | | | - Add OPTIONs to select the media player used for playback - Add NO_ARCH PR: 199246 Submitted by: tkato432@yahoo.com Reviewed by: jason.unovitch@gmail.com Notes: svn path=/head/; revision=391781
* - Update to compile with Lua 5.3 support.Juergen Lock2015-07-113-1/+22
| | | | | | | | | | - Bump PORTREVISION. PR: 201470 Submitted by: milios@ccsys.com Notes: svn path=/head/; revision=391732
* Respect $MAKE_ENV.Thierry Thomas2015-07-061-2/+3
| | | | | | | | PR: ports/201220 Submitted by: Andrey Fesenko Notes: svn path=/head/; revision=391474
* - Convert to new option target helperSunpoet Po-Chuan Hsieh2015-07-061-6/+3
| | | | Notes: svn path=/head/; revision=391449
* multimedia/emby-server: Update to 3.0.5641.5, fix distinfoKubilay Kocak2015-07-062-4/+4
| | | | | | | | | | | | | | | | | The upstream project on GitHub was renamed from MediaBrowser to Emby causing the following error: size mismatch: expected 54577043, actual 54582083 - Update to 3.0.5641.5 - Change the upstream repository name to compensate PR: 201369 Submitted by: Ben Woods <woodsb02 gmail com> (maintainer) MFH: 2015Q3 Notes: svn path=/head/; revision=391419
* multimedia/mpv: Fix LADSPA dependency, bump PORTREVISIONKurt Jaeger2015-07-051-2/+3
| | | | | | | | | PR: 201355 Reported by: Ivan Klymenko <fidaj@ukr.net> Fix by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=391370
* Retire multimedia/ffmpeg23 and multimedia/ffmpeg26 since all dependentThomas Zander2015-07-0531-1563/+0
| | | | | | | | ports have been upgraded to use multimedia/ffmpeg (which is on 2.7 branch as of now) Notes: svn path=/head/; revision=391362
* multimedia/ffmpeg0: Fix X11GRAB dependency typoKubilay Kocak2015-07-041-2/+2
| | | | | | | | | | | | Fix a typo (s/xent/xext) in the X11GRAB USE_XORG dependency assignment that was introduced in r391234. PR: 201321 Submitted by: Andrey Fesenko <andrey bsdnir info> Approved by: pointyhat (koobs) Notes: svn path=/head/; revision=391292
* - Switch from multimedia/ffmpeg26 to multimedia/ffmpegDmitry Marakasov2015-07-032-47/+3
| | | | | | | | PR: 201295 Submitted by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=391260
* multimedia/ffmpeg0: Use OPTIONS helpers, Honour CFLAGSKubilay Kocak2015-07-031-191/+95
| | | | | | | | | | | | | | | | | | | | - Use OPTIONS helpers for as many as conditional blocks as possible. Blocks with FFMPEG_* and other variables not supported by the helper framework are not modified. - Honour CFLAGS for armv6 (= -> ?=) While I'm here: - Sort and group common or related Makefile sections where it made sense to do so and improved readability. Put global things up the top and conditional blocks below. - Improve whitespace alignment for readability. Approved by: wg (maintainer) Differential Revision: https://reviews.freebsd.org/D2981 Notes: svn path=/head/; revision=391234
* multimedia/{lib}x264: Fix distinfo'sKubilay Kocak2015-07-032-4/+2
| | | | | | | | | | | | | Delete distinfo from libx264 since it is s now subordinate to the x264 port. Also correctly update distinfo for x264, including the example.y4m.bz2 video file for profile guided optimization (OPTION: PGO). PR: 201260 Reported by: Ajtim <lumiwa gmail com> (via email) Notes: svn path=/head/; revision=391232
* multimedia/{lib}x264: Update to 0.144.2533 and major refactorKubilay Kocak2015-07-0334-1634/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.144.2533 (from upstream stable branch) [1] - Switch x264 and libx264 ports to master/slave ports respectively - Bump PORTREVISION for dependent ports as the shared library version has changed. multimedia/x264: - Clean up and update "updating instructions" in Makefile header - Tweak COMMENT - Only LIB_DEPENDS on libx264 and add PLIST_FILES if this isn't the libx264 port. - Allow COMMENT, USES, OPTIONS_*, CONFIGURE_ARGS to be overriden in libx264 port. - Place common configure arguments in a CONFIGURE_COMMON_ARGS variable to make overriding values without duplication easier. - Use --prefix configure argument over post-patch replacements - Enable stripping of binaries and libraries if DEBUG is off. Remove post-install target STRIP_CMD accordingly. - Delete patch-Makefile in favour of patching WRKSRC/configure to identify amd64, arm64 and mipsn32. powerpc and powerpc64 are now covered upstream without needing patches. - Patch out a bogus compiler argument check (cc_check) that results in -Wno-maybe-uninitialized being added to CFLAGS causing causes warnings when clang is cc. The cc_check function checks for basename $CC to identify compiler type (icl, clang, gcc, etc). multimedia/libx264: - Remove all Makefile entries that are duplicated or common and found in the master port (x264). - Set lib as the PKGNAMEPREFIX - Tweak COMMENT - Delete upstreamed ARM patches [1] - Delete all but one patch, as they duplicate those in x264. - Dont remove pkgconfig/libdata directory Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable Based on: PR: 201260 [1] Submitted by: Andrey Cherkashin <andoriyu gmail com> [1] Notes: svn path=/head/; revision=391217
* Deprecate ffmpeg26 by 2015-07-31 since ffmpeg port has beenThomas Zander2015-07-021-0/+3
| | | | | | | updated to 2.7 branch Notes: svn path=/head/; revision=391184
* - Update multimdedia/ffmpeg to latest upstrem version 2.7.1Thomas Zander2015-07-0214-79/+85
| | | | | | | | | | - Mark ports BROKEN that were discovered not to work with this update; discovered by exp-run in bug 201181 - Note the need for manual upgrade of dependent ports in UPDATING Notes: svn path=/head/; revision=391183
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-022-0/+4
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* Update to 5.0.3Ganael LAPLANCHE2015-07-013-3/+14
| | | | | | | | PR: 201151 Submitted by: kwm Notes: svn path=/head/; revision=391120
* multimedia/jmref: update to 19.0Steve Wills2015-07-012-3/+3
| | | | Notes: svn path=/head/; revision=391024
* Update multimedia/x265 to 1.7, and bump PORTREVISION on its consumers.Adam Weinberger2015-06-296-7/+8
| | | | Notes: svn path=/head/; revision=390874
* multimedia/mlt: update to 0.9.6Alberto Villa2015-06-285-32/+30
| | | | | | | | This is a bugfix and minor enhancement release: http://mltframework.blogspot.it/2015/02/version-094-released.html Notes: svn path=/head/; revision=390781
* Add multimedia/ffmpeg23 port in preparation for switching theThomas Zander2015-06-2816-0/+777
| | | | | | | main multimedia/ffmpeg port to a newer branch Notes: svn path=/head/; revision=390779
* - Fix V4L supportWen Heping2015-06-286-19/+29
| | | | | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: 201162 Submitted by: mizhka@gmail.com Notes: svn path=/head/; revision=390778
* - Update to 0.2.5Nicola Vitale2015-06-275-21/+28
| | | | | | | | | | | | | | | - Change Python version to 3.2+ because Python 2 is no longer supported - Add a patch to setup.py to install .desktop file (required for MPRIS support) - Add a wrapper script to pass the environment variable SSL_CERT_FILE, otherwise any video search fails with <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)> Relnotes: https://github.com/mps-youtube/mps-youtube/releases/tag/v0.2.5 Notes: svn path=/head/; revision=390693
* Update to 0.9.12.4.1192Mark Felder2015-06-263-4/+7
| | | | | | | https://forums.plex.tv/index.php/topic/62832-plex-media-server/?p=963754 Notes: svn path=/head/; revision=390645
* - Mark BROKEN on 9.x:Dmitry Marakasov2015-06-261-0/+2
| | | | | | | | | | /usr/local/include/qt5/QtCore/qflags.h:43:10: fatal error: 'initializer_list' file not found Submitted by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=390639
* - Change PORTSCOUTRusmir Dusko2015-06-251-1/+1
| | | | Notes: svn path=/head/; revision=390584
* - Update to 15.6.0, announce message:Rusmir Dusko2015-06-252-3/+3
| | | | | | | * Add experimental theme H2O. Still work in progress. Notes: svn path=/head/; revision=390583
* multimedia/py-subliminal: fix chardet dependencyWilliam Grzybowski2015-06-231-0/+6
| | | | | | | | PR: 201079 Submitted by: Ralf van der Enden Notes: svn path=/head/; revision=390443
* - Update to 0.11.1Dmitry Marakasov2015-06-232-3/+5
| | | | | | | | | | - While here, add NO_ARCH and LICENSE_FILE PR: 201028 Submitted by: conall@conall.net (maintainer) Notes: svn path=/head/; revision=390435
* multimedia/py-subliminal: update to 0.7.5William Grzybowski2015-06-232-6/+5
| | | | Notes: svn path=/head/; revision=390433
* - Use memalign hack only on supported systems that need itThomas Zander2015-06-221-8/+7
| | | | | | | | (FreeBSD on pre-10 systems) - Bump PORTREVISION Notes: svn path=/head/; revision=390327
* - Use memalign hack only on supported systems that need itThomas Zander2015-06-221-9/+7
| | | | | | | | (FreeBSD on pre-10 systems) - Bump PORTREVISION Notes: svn path=/head/; revision=390325
* - Use memalign hack only on supported systems that need itThomas Zander2015-06-221-9/+7
| | | | | | | | (FreeBSD on pre-10 systems) - Bump PORTREVISION Notes: svn path=/head/; revision=390322
* Convert to USES=jpegAntoine Brodin2015-06-2227-55/+43
| | | | Notes: svn path=/head/; revision=390310
* multimedia/mplayer2: fix portaudio dependencyKurt Jaeger2015-06-221-2/+2
| | | | | | | | | PR: 200952 Submitted by: Andrey Fesenko <andrey@bsdnir.info> Approved by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=390283
* Convert to USES=autoreconfBaptiste Daroussin2015-06-211-2/+2
| | | | Notes: svn path=/head/; revision=390241
* Convert to USES=autoreconfBaptiste Daroussin2015-06-211-2/+1
| | | | Notes: svn path=/head/; revision=390240
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-06-211-0/+1
| | | | Notes: svn path=/head/; revision=390225
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-06-211-0/+1
| | | | Notes: svn path=/head/; revision=390224
* Convert to USES=autoreconfBaptiste Daroussin2015-06-211-2/+2
| | | | Notes: svn path=/head/; revision=390211
* multimedia/gmp-api: convert to DISTVERSIONPREFIX and improve descriptionJan Beich2015-06-213-6/+10
| | | | Notes: svn path=/head/; revision=390181
* Our stdint.h is a symlink to sys/stdint.h so we need to teach x264 theKoop Mast2015-06-192-1/+16
| | | | | | | | | | | header guard of the sys/stdint.h file. Otherwise compiling software with the x264.h header will generate a warning about the mismatch header guard. Approved by: maintainer (koobs@) Differential Revision: https://reviews.freebsd.org/D2863 Notes: svn path=/head/; revision=390114
* - Use INSTALL_TARGET from master port, fixing strippingDmitry Marakasov2015-06-181-2/+2
| | | | Notes: svn path=/head/; revision=390073
* multimedia/handbrake: update 0.10.1 -> 0.10.2Bartek Rutkowski2015-06-182-6/+10
| | | | | | | | | | - Add DESKTOP_ENTRIES PR: 200856 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> Notes: svn path=/head/; revision=390031
* Update to 0.9.12.4.1192Mark Felder2015-06-173-4/+7
| | | | Notes: svn path=/head/; revision=389936