aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mencoder
Commit message (Collapse)AuthorAgeFilesLines
* - Add option for enca charset detectionamdmi32012-02-111-0/+1
| | | | | | | | - Fix v4l support PR: 164639 Submitted by: "Marat N.Afanasyev" <amarat@ksu.ru> Fix by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
* Update multimedia/schroedinger to 1.0.11mm2012-01-251-1/+1
|
* Explicit link against /usr/lib/libncurses.so instead of using -lncurses toehaupt2012-01-181-0/+1
| | | | | | | | prevent a conflict with devel/ncurses. PR: 164244 Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (solution) Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
* - Update to 1.0.r20111218scheidell2012-01-163-34/+13
| | | | | | | PR: ports/163969 Submitted by: thomas.e.zander@googlemail.com (maintainer) Approved by: gabor (mentor) ----------------------------------------------------------------------
* Update lame to 3.99.3.netchild2012-01-151-1/+1
| | | | Bump portrevision of all ports which depend upon it.
* Update x264 to 0.119.2113mm2011-12-211-2/+2
|
* Update x264 to 0.116.2076mm2011-10-101-2/+2
|
* Enable libass by default; do not silently override user-specifiedbf2011-08-011-10/+4
| | | | | | | libass option; disable enca autodetection when libass is disabled; bump portrevision Approved by: Thomas Zander (maintainer)
* o Fix build when multimedia/libass is already installed when onelioux2011-07-201-0/+19
| | | | | | | | | | | | | | | | tries to build multimedia/mplayer * Add option 'ASS "Enable ASS/SSA subtitle rendering"' with default off - However, override user decision to on if multimedia/libass is already installed: mplayer does not uphold configure options disabling dependency on external port. * Do not bump PORTREVISION since nothing has really changed for users who didn't have multimedia/libass on their systems PR: ports/159021 Approved by: maintainer
* Update to 0.115.2000mm2011-06-241-2/+2
|
* - Update mplayer and mencoder to the latest snapshots.dhn2011-04-012-4/+6
| | | | | PR: ports/156086 Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
* Fix typo introduced by the previous commit.ehaupt2011-03-031-1/+1
| | | | Notified by: N.J. Mann <njm@njm.me.uk>
* Add optional multimedia/libbluray supportehaupt2011-03-031-0/+1
| | | | | PR: 154939 Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
* Fix an implicit library dependency issue.hrs2011-01-191-1/+2
| | | | | Discussed with: Jan Henrik Sylvester and Thomas Zander Feature safe: yes
* multimedia/mencoder: add fontconfig dependencyrea2011-01-091-1/+7
| | | | | | | | Adding the fontconfig knob as per discussion in http://lists.freebsd.org/pipermail/freebsd-ports/2010-December/065147.html PR: 153755 Approved by: Thomas Zander <riggs@rrr.de> (maintainer), erwin (mentor)
* Update mplayer and mencoder to the latest snapshots.beech2010-12-022-8/+15
| | | | | | PR: ports/152714 Submitted by: Thomas Zander (thomas.e.zander@googlemail.com) (maintainer) Approved by: itetcu (mentor) (implicit)
* Chase x264 shlib bump.olgeni2010-12-011-2/+2
|
* Remove support for deprecated libmpcdecmartymac2010-10-051-3/+3
| | | | | | PR: 150510 Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer), ehaupt (mentor)
* Mark as broken on sparc64 (and, presumably, ia64): runtime CPU detectionlinimon2010-09-171-0/+4
| | | | | | is only set up for amd64/i386/powerpc. Hat: portmgr
* - correctly pick up dependency on libvpx if selected in optionsrene2010-09-031-3/+4
| | | | | | | | | | | - remove mencoder dependency on mplayer, the two ports can now be installed independently. - remove dependency on liba52 as this is handled by internal libavcodec - correctly handle dependency on external libschroedinger PR: ports/149534 Submitted by: maintainer Tested by: Christopher Key [cjk32 cam.ac.uk]
* - update to 2010-07-17 snapshot (demuxer fixes, VP8 codec support)rene2010-08-032-6/+7
| | | | | | | | | | - optionify libmng input support - explicitly disalbe libdirac-lavc support - cleanups PR: ports/149206 Submitted by: maintainer Approved by: tabthorpe (mentor)
* Chase libx264 shlib version bump.olgeni2010-07-251-2/+2
|
* - update audio/lame to 3.98.4netchild2010-06-031-1/+1
| | | | | | | | | - use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency)
* - Remove libdts support (this is now done by ffmpeg) [1]mm2010-04-251-1/+2
| | | | | | | - Fix libcdio dependency [2] Reported by: naddy [1] (private e-mail) Submitted by: Thomas Zander [1] [2] (maintainer, private e-mail)
* - Update to 1.0.r20100117mm2010-04-213-26/+56
| | | | Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer, private e-mail)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-1/+1
|
* - Change RESTRICTED to NO_PACKAGE; this way MPlayer distfile can be mirroredpav2009-01-151-1/+1
| | | | Approved by: Thomas Zander <riggs@rrr.de> (maintainer)
* - Use additional configure arguments that fix a build problem in ports/128085miwi2009-01-071-1/+2
| | | | | | | | | | | - Small change of configure arguments also fixes ports/128074 - Fix a stack buffer overflow vulnerability while parsing malformed TwinVQ media files. - Bump PORTREVISION PR: 129810 Submitted by: Thomas Zander <riggs@rrr.de> (maintainer) Security: http://www.vuxml.org/freebsd/7c5bd5b8-d652-11dd-a765-0030843d3802.html
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Fix remote vulnerabilitiesmiwi2008-03-071-0/+1
| | | | | | | - Bump PORTREVISION PR: 120230 Submitted by: Thomas Zander <riggs@rrr.de> (maintainer)
* - Update to 1.0rc2miwi2007-12-133-15/+18
| | | | | PR: 118231 Submitted by: Thomas Zander <riggs@rrr.de> (maintainer)
* Chase libtheora lib versionahze2007-10-111-0/+1
|
* - Add port multimedia/mencoder as slave to mplayer port.sem2007-08-074-0/+165
PR: ports/115170 Submitted by: Thomas E. Zander, mplayer maintainer