aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mencoder
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to snapshots of mplayer and ffmpeg as of 2016-05-08Thomas Zander2016-05-081-2/+2
| | | | Notes: svn path=/head/; revision=414816
* Update to snapshots as of 2016-04-09 including bundled ffmpegThomas Zander2016-04-092-4/+3
| | | | Notes: svn path=/head/; revision=412865
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* Enable speex audio codec as non-default OPTIONThomas Zander2016-03-201-1/+1
| | | | | | | Proposed by: Stefan Ehmann <shoesoft@gmx.net> Notes: svn path=/head/; revision=411517
* Update to upstream version 1.3.0 from 2016-02-16Thomas Zander2016-02-272-8/+2
| | | | | | | | | | - Use released version instead of svn snapshot for this distfile - Update MASTER_SITES to fetch from mplayer.hq instead of LOCAL for this distfile - Use bundled ffmpeg-3.0 Notes: svn path=/head/; revision=409677
* - Build with ffmpeg-2.8.6Thomas Zander2016-02-062-3/+3
| | | | | | | | | | - Fix CVE-2016-2213: out-of-bounds array read access in JPEG2000 decoder MFH: 2016Q1 Security: CVE-2016-2213 Notes: svn path=/head/; revision=408289
* Build with ffmpeg-2.8.5; fix zero-day remote vulnerabilityThomas Zander2016-01-172-3/+3
| | | | | | | | | | | | | Both mentioned CVE IDs refer to vulnerabilities where a remote attacker can read arbitrary files by using the subfile protocol in an HTTP Live Streaming (HLS) M3U8 file. Building with 2.8.5 fixes those. MFH: 2016Q1 Security: CVE-2016-1897 CVE-2016-1898 Notes: svn path=/head/; revision=406295
* Use ffmpeg 2.8.4 for mplayer / mencoderThomas Zander2015-12-242-2/+3
| | | | Notes: svn path=/head/; revision=404351
* Update to mplayer snapshot as of 20151219Thomas Zander2015-12-192-4/+4
| | | | Notes: svn path=/head/; revision=404026
* Update giflib to 5.1.1Antoine Brodin2015-12-031-1/+1
| | | | | | | PR: 204492 Notes: svn path=/head/; revision=402898
* Build with ffmpeg 2.8.3, bump PORTREVISIONThomas Zander2015-11-282-3/+3
| | | | Notes: svn path=/head/; revision=402513
* Build mplayer/mencoder with latest ffmpeg release 2.8.2Thomas Zander2015-11-142-3/+3
| | | | | | | | - Let mplayer/mencoder use the most recent multimedia/ffmpeg distfile - Bump PORTREVISION Notes: svn path=/head/; revision=401576
* Use ffmpeg 2.8.1 for en/decoding, convert more OPTIONs to helpersThomas Zander2015-10-232-3/+3
| | | | Notes: svn path=/head/; revision=400061
* Use ffmpeg-2.8 with mplayer / mencoderThomas Zander2015-09-192-3/+3
| | | | Notes: svn path=/head/; revision=397319
* Correct arch dependent OPTIONS for powerpcThomas Zander2015-09-011-2/+3
| | | | | | | Discovered by: jbeich Notes: svn path=/head/; revision=395797
* Enable VDPAU by default for mplayer on i386/amd64; general port cleanupThomas Zander2015-08-311-8/+11
| | | | | | | | | | | | | | | | | | amd64/i386: - Enable VDPAU by default for the large NVIDIA user base, proposed by ehaupt - BUILD_DEPEND on yasm only on amd64/i386 General cleanups: - Remove REINPLACE_CMD on CONFIGURE_SCRIPT conditional for post-8.x machines, is now part of patch-configure - Offer RTCPU OPTION only on archs that support it (amd64, i386, ppc) - Update RTCPU_DESC accordingly - Use OPTION helper for RTCPU instead of complicated conditionals - Remove superfluous check for ARCH when setting CFLAGS for armv6 Notes: svn path=/head/; revision=395729
* - Update to recent mplayer snapshot (2015-08-22)Thomas Zander2015-08-232-4/+10
| | | | | | | | | | | | - Unbundle ffmpeg and use the distfile from multimedia/ffmpeg (currently on version 2.7.2) - Fix edge case assertion in av_free on 9.x/i386 upon stream close with mencoder (no change in behaviour) - Include LICENSE_FILE - Pet portlint Notes: svn path=/head/; revision=395119
* - Retire WIN32 OPTION for win32 binary codecs support on i386, insteadThomas Zander2015-08-011-4/+3
| | | | | | | | | | | | - always compile in the loader code for win32 dlls on i386: i386 users can install multimedia/win32-codecs and just use them with mplayer/mencoder without compile-time knobs - Bump PORTREVISION Reported by: Slawa Olhovchenkov <slw@zxy.spb.ru> via personal mail Notes: svn path=/head/; revision=393396
* Fix runtime crash with certain MPEG2 files on pre-10 systems.Thomas Zander2015-04-121-0/+1
| | | | | | | | PR: 199283 MFH: 2015Q2 Notes: svn path=/head/; revision=383871
* - Update to new upstream snapshot as of 2015-04-03Thomas Zander2015-04-042-3/+2
| | | | | | | | | | | (included ffmpeg snapshot as of 2015-04-03) - Fix vulnerabilities CVE-2014-8544 and CVE-2014-9604 with bundled ffmpeg snapshot in the process MFH: 2015Q2 Notes: svn path=/head/; revision=383192
* Fix cdio supportThomas Zander2015-01-241-5/+5
| | | | | | | | | | | | | | While on it: Remove CDPARANOIA option - broken with cdparanoia port anyway - move CDIO from radio button group to standard (default off) OPTION - remove radio button group CDPARANOIA/CDIO Reported by: Kris Moore (kris@pcbsd.org) via mail MFH: 2015Q1 Notes: svn path=/head/; revision=377807
* Modernise compiler handlingThomas Zander2015-01-181-3/+2
| | | | | | | | | | | - Retire OTCHAIN OPTION - Retire support for gcc 4.2 from base - Depend on c11 compliant compiler via USES=compiler:c11 - Respect CC,CXX,CPP from environment (fixes bug 196811) - Bump PORTREVISION (default package on 8.x changes) Notes: svn path=/head/; revision=377337
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-141-0/+1
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self Notes: svn path=/head/; revision=377033
* - Upstream versions of mplayer and ffmpeg as of 2014-12-23Thomas Zander2014-12-292-11/+9
| | | | | | | | | | | | | | - Remove the following OPTIONS: - MEMALIGN (now used by default where supported) - PROFILE (shaky, unreliable, rarely used, nigh unsupportable) - DIRAC (codec support only via libschroedinger) - Default-depends on external libdvdnav (mplayer no longer bundles internal dvd support libraries) - Simplify CFLAGS handling - Use -mstack-alignment=16 -mstackrealign on clang / i386 Notes: svn path=/head/; revision=375775
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Enable network streaming via https and other encrypted connectionsThomas Zander2014-11-201-4/+4
| | | | | | | | | | | - Introduce GNUTLS OPTION and make it default - Add extra patch for gnutls support from mplayer svn head While on it - Fix cflags/ldflags in mencoder: USES pkgconfig Notes: svn path=/head/; revision=372967
* Correct iconv handlingThomas Zander2014-11-162-4/+3
| | | | | | | | | | | | | | Bump PORTREVISION While on it: - Remove @dirrm(try) from pkg-plists PR: 195065 Submitted by: yuri@rawbw.com Reviewed by: riggs Notes: svn path=/head/; revision=372644
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371248
* - Add experimental OPTION to avoid memory alignment hacksThomas Zander2014-09-131-2/+3
| | | | Notes: svn path=/head/; revision=368091
* converters/fribidi:Tijl Coosemans2014-08-311-0/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366746
* - Update to new upstream snapshot 2014-08-24Thomas Zander2014-08-292-3/+2
| | | | | | | | | | - GUI OPTION is no longer default - Workaround an issue in CURRENT which prevented building a binary that supports profiling - Retire no longer needed CONFIGURE_ARGS and patch for CVE-2014-4610 Notes: svn path=/head/; revision=366488
* audio/rhythmbox: drop :keeplaTijl Coosemans2014-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libaacs: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist multimedia/libbluray: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist - Use OPTIONS_SUB - Replace patch with post-patch command Bump dependent ports Notes: svn path=/head/; revision=362200
* Add a global OPUS_DESCTijl Coosemans2014-07-111-1/+0
| | | | Notes: svn path=/head/; revision=361536
* - Fix integer overflow in mencoder (bundled ffmpeg CVE-2014-4610)Thomas Zander2014-06-281-0/+1
| | | | | | | | | | | | | - Fix integer overflow in mplayer (bundled ffmpeg CVE-2014-4610) - Bump PORTREVISION in both ports Approved by: mentors (implicit) MFH: 2014Q2 Security: 17dfd984-feba-11e3-b938-5404a68ad561 9ab3a22c-feb8-11e3-b938-5404a68ad561 Notes: svn path=/head/; revision=359688
* - Add CONFLICTS to mplayer to prevent install conflict with mplayer2 [1]Thomas Zander2014-06-071-3/+3
| | | | | | | | | | | | | - Fix crash when trying to play certain videos with no audio in gmplayer [2] - Improve non-options variable summary during build in pre-everything [2] - Bump PORTREVISION in mplayer (the binary changes) PR: 190027 Submitted by: rfg@tristatelogic.com [1], andre@albsmeier.net[2] Approved by: mentors (implicit) Notes: svn path=/head/; revision=356900
* - Sync with upstream snapshot of 2014-04-18Thomas Zander2014-04-272-8/+5
| | | | | | | | | | | | | | | | | - General Makefile cleanup - Fix x11 dependency handling (xproto was missing) - Builds with LOCALBASE != PREFIX should work everywhere now - Remove support for esd unconditionally - mplayer: default build enables fribidi option, so smplayer and smtube packages from official FreeBSD package repos will work out of the box - Add profiling option (disabled by default) - Remove WITH_LANG knob (was unused for a long time anyway) - Chase libbluray shared lib version bump from ports/188573 Approved by: thierry (mentor) Notes: svn path=/head/; revision=352424
* - Bring back VPX option, thus fixing potential (de-)install dependenciesThomas Zander2014-04-181-1/+1
| | | | | | | | | | | | | - Handle UTF-8 charset properly in libvo - Bump PORTREVISION PR: ports/188657, ports/188697 Submitted by: anonymous <anonymous@gmail.com> Approved by: jadawin (co-mentor) MFH: 2014Q2 Notes: svn path=/head/; revision=351544
* - Drop support for pre-8.3 systemsThomas Zander2014-02-171-1/+1
| | | | | | | | | | | | | | | - Convert old LIB_DEPENDS to new format - Fix staging breakage for PREFIX!=LOCALBASE - Fix bug passing wrong CONFIGURE_ARGS when using DEBUG (causes dangling dependencies in debug builds) - Bump PORTREVISION - Update maintainer e-mail address Approved by: thierry (mentor) MFH: 2014Q1 Notes: svn path=/head/; revision=344827
* . Update to 1.1.20131223Thierry Thomas2013-12-242-3/+3
| | | | | | | | | | | | | | | . This addresses multiple mplayer + mencoder problems: - Wrong aspect ratio in certain (old) h264 files (Thanks Carl + Reimar for fixing this upstream) - Proper handling of RTCPU. Fixes ports/184937 and ports/153776 - Remove explicit cat pkg_messag. Fixes ports/184945 - Dependency registration on screensaver works now. Fixes ports/177721 PR: ports/185142 Submitted by: Thomas Zander (maintainer) Notes: svn path=/head/; revision=337376
* - Update to 1.1.20131109Thierry Thomas2013-12-153-60/+28
| | | | | | | | | | | | - Stagify Note: options have been modified, please review your config! PR: ports/184407 Submitted by: Thomas Zander (maintainer) Notes: svn path=/head/; revision=336566
* multimedia/x264: Update to 20130827 snapshotKubilay Kocak2013-10-071-2/+2
| | | | | | | | | | | | | - Update to 20130827 snapshot - Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure - Chase library version bump in dependent ports PR: ports/182484 Submitted by: mm Reviewed by: kwm, bapt Notes: svn path=/head/; revision=329667
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Add missing LZO_DESCBryan Drewery2013-04-161-0/+1
| | | | | | | | | | PR: ports/177586 Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru> Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=315816
* Update mplayer and mencoder to a recent snapshot. Major changes:Christian Weisgerber2013-03-232-55/+28
| | | | | | | | | | | | | - Reduce the number of dependencies (use internal ffmpeg whenever possible) in mplayer - Do not build with clang on i386 - Use new options framework PR: 177083 Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer) Notes: svn path=/head/; revision=315041
* - Only default to clang on amd64 and when /usr/bin/clang exists.Juergen Lock2012-09-041-0/+1
| | | | | | | | | | | | | - Set CPP= clang-cpp in that case too. - Fix windows codecs dir configure arg. - Bump PORTREVISIONs. PR: ports/171249 Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer) Notes: svn path=/head/; revision=303671
* Also update mencoder to 2012-07-21 snapshot that I missed.Juergen Lock2012-09-012-12/+12
| | | | | | | | | PR: ports/170735 Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer) Apologies to: scheidell for missing that he took the PR Notes: svn path=/head/; revision=303483
* Update multimedia/x264 to 0.125.2201Martin Matuska2012-07-231-2/+2
| | | | | | | Switch to new options framework Notes: svn path=/head/; revision=301407
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915