notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/mplayer/files/patch-configure

Number of commits found: 30

Monday, 1 May 2023
09:38 Thomas Zander (riggs) search for other commits by this committer Author: Daniel Engberg
multimedia/{mplayer|mencoder}: Fix ffmpeg4 linking if ffmpeg6 present

PR:		270569
Reported by:	george@m5p.com
Reviewed by:	riggs
commit hash: e96c71a078c8227bc09ca6d2e53bac79f04b6520 commit hash: e96c71a078c8227bc09ca6d2e53bac79f04b6520 commit hash: e96c71a078c8227bc09ca6d2e53bac79f04b6520 commit hash: e96c71a078c8227bc09ca6d2e53bac79f04b6520 e96c71a
Thursday, 18 Mar 2021
17:36 riggs search for other commits by this committer
Update to upstream snapshot as of 2021-03-14.

Details:
- No critical updates (that I am aware of).
- Add NLS OPTION.
Original commitRevision:568751 
Saturday, 29 Jun 2019
13:12 riggs search for other commits by this committer
Update to snapshot as of 2019-06-29, drop RTC option in mplayer
Original commitRevision:505349 
Friday, 30 Dec 2016
07:28 riggs search for other commits by this committer
Log:
- Update to upstream snapshot as of 2016-12-28
- Unbundle ffmpeg; uses multimedia/ffmpeg now
- Refactor shared Makefile target
- GNU_CONFIGURE -> HAS_CONFIGURE

Differential Revision:	https://reviews.freebsd.org/D8930
Original commitRevision:429960 
Monday, 19 Dec 2016
01:08 jbeich search for other commits by this committer
multimedia/ffmpeg: simplify ARCH workaround

ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327.

Approved by:	portmgr blanket
Original commitRevision:428896 
Saturday, 19 Dec 2015
20:22 riggs search for other commits by this committer
Update to mplayer snapshot as of 20151219
Original commitRevision:404026 
Monday, 31 Aug 2015
21:26 riggs search for other commits by this committer
Enable VDPAU by default for mplayer on i386/amd64; general port cleanup

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
Original commitRevision:395729 
Sunday, 23 Aug 2015
16:41 riggs search for other commits by this committer
- Update to recent mplayer snapshot (2015-08-22)
- 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
Original commitRevision:395119 
Sunday, 12 Apr 2015
14:37 riggs search for other commits by this committer
Fix runtime crash with certain MPEG2 files on pre-10 systems.

PR:		199283
MFH:		2015Q2
Original commitRevision:383871 
Saturday, 28 Mar 2015
13:35 riggs search for other commits by this committer
Prevent accidental linking to libEGL

Reported by:	Florian Degner <f.degner@gmx.de> via personal mail
MFH:		2015Q1
Original commitRevision:382481 
Wednesday, 25 Mar 2015
17:36 marino search for other commits by this committer
multimedia category: Remove $PTHREAD_LIBS

approved by:	PTHREAD blanket
Original commitRevision:382254 
Saturday, 24 Jan 2015
18:32 riggs search for other commits by this committer
Fix cdio support

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
Original commitRevision:377807 
Monday, 29 Dec 2014
08:39 riggs search for other commits by this committer
- Upstream versions of mplayer and ffmpeg as of 2014-12-23
- 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
Original commitRevision:375775 
Saturday, 1 Nov 2014
11:09 riggs search for other commits by this committer
Fix build on armv6
- Merge patch to configure script from upstream r37258

PR:		194687
Submitted by:	mikael.urankar@gmail.com
Reviewed by:	riggs
MFH:		2014Q4
Original commitRevision:372003 
Friday, 29 Aug 2014
09:55 riggs search for other commits by this committer
- Update to new upstream snapshot 2014-08-24
- 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
Original commitRevision:366488 
Sunday, 27 Apr 2014
14:22 riggs search for other commits by this committer
- Sync with upstream snapshot of 2014-04-18
- 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)
Original commitRevision:352424 
Sunday, 15 Dec 2013
18:50 thierry search for other commits by this committer
- Update to 1.1.20131109

- Stagify

Note: options have been modified, please review your config!

PR:		ports/184407
Submitted by:	Thomas Zander (maintainer)
Original commitRevision:336566 
Sunday, 1 Dec 2013
21:58 thierry search for other commits by this committer
- Stagify;

- it seems that we can now use the targets supplied by upstream,
so that the port installs now as intended and like on the
other platforms;

- switch to shared libraries, so that we shall be able to apply
minor upgrades without rebuilding its consumers;

- chase this upgrade in mplayer and vlc.

PR:		ports/184035
Submitted by:	/me
Original commitRevision:335446 
Saturday, 23 Mar 2013
15:45 naddy search for other commits by this committer
Update mplayer and mencoder to a recent snapshot. Major changes:
- 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)
Original commitRevision:315041 
Friday, 18 Jan 2013
20:52 glarkin search for other commits by this committer
- Fixed OS detection on freebsd-ppc [1]
- Fixed ppc assembly language build error in embedded ffmpeg (tested on
  committer's Mac G4)

PR:		ports/172416
Submitted by:	michael copeland <michael@kryptos-security.com>
Approved by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
Original commitRevision:310619 
Saturday, 1 Sep 2012
14:13 nox search for other commits by this committer
Update to 2012-07-21 snapshot.

PR:		ports/170735
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
Original commitRevision:303481 
Tuesday, 17 Apr 2012
18:50 scheidell search for other commits by this committer
- Update mplayer and memcoder to 2012-03-22 shapshot
- Supersedes ports/164943

PR:             ports/166946
Submitted by:   Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
Original commit
Sunday, 15 Jan 2012
22:31 scheidell search for other commits by this committer
- Update to 1.0.r20111218

PR:             ports/163969
Submitted by:   thomas.e.zander@googlemail.com (maintainer)
Approved by:    gabor (mentor)
----------------------------------------------------------------------
Original commit
Tuesday, 9 Aug 2011
06:39 rene search for other commits by this committer
Fix build with clang: in contrast to lang/clang, the one from base adds
"FreeBSD" in front of it which broke the detection of the compiler name.
If the operating system name is added, use the second word as the compiler
name.

PR:             ports/159250
Submitted by:   Test Rat (ttsestt gmail.com)
Approved by:    maintainer (in private mail)
Original commit
Friday, 1 Apr 2011
11:09 dhn search for other commits by this committer
- Update mplayer and mencoder to the latest snapshots.

PR:             ports/156086
Submitted by:   Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
Original commit
Wednesday, 19 Jan 2011
01:58 hrs search for other commits by this committer
Fix an implicit library dependency issue.

Discussed with: Jan Henrik Sylvester and Thomas Zander
Feature safe:   yes
Original commit
Thursday, 2 Dec 2010
09:18 beech search for other commits by this committer
Update mplayer and mencoder to the latest snapshots.

PR:             ports/152714
Submitted by:   Thomas Zander (thomas.e.zander@googlemail.com) (maintainer)
Approved by:    itetcu (mentor) (implicit)
Original commit
Friday, 8 Oct 2010
13:10 beat search for other commits by this committer
- Fix build on PowerPC

PR:             ports/149913
Submitted by:   andreast
Approved by:    maintainer timeout
Original commit
Tuesday, 3 Aug 2010
12:37 rene search for other commits by this committer
- update to 2010-07-17 snapshot (demuxer fixes, VP8 codec support)
- optionify libmng input support
- explicitly disalbe libdirac-lavc support
- cleanups

PR:             ports/149206
Submitted by:   maintainer
Approved by:    tabthorpe (mentor)
Original commit
Wednesday, 21 Apr 2010
13:07 mm search for other commits by this committer
- Update to 1.0.r20100117

Submitted by:   Thomas E. Zander <riggs@rrr.de> (maintainer, private e-mail)
Original commit

Number of commits found: 30