non port: multimedia/mplayer/files/patch-configure |
SVNWeb
|
Number of commits found: 30 |
Mon, 1 May 2023
|
[ 09:38 Thomas Zander (riggs) Author: Daniel Engberg ] e96c71a
multimedia/{mplayer|mencoder}: Fix ffmpeg4 linking if ffmpeg6 present
PR: 270569
Reported by: george@m5p.com
Reviewed by: riggs
|
Thu, 18 Mar 2021
|
[ 17:36 riggs ]
Update to upstream snapshot as of 2021-03-14.
Details:
- No critical updates (that I am aware of).
- Add NLS OPTION.
|
Sat, 29 Jun 2019
|
[ 13:12 riggs ]
Update to snapshot as of 2019-06-29, drop RTC option in mplayer
|
Fri, 30 Dec 2016
|
[ 07:28 riggs ] (Only the first 10 of 14 ports in this commit are shown above. )
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
|
Mon, 19 Dec 2016
|
[ 01:08 jbeich ] (Only the first 10 of 24 ports in this commit are shown above. )
multimedia/ffmpeg: simplify ARCH workaround
ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327.
Approved by: portmgr blanket
|
Sat, 19 Dec 2015
|
[ 20:22 riggs ]
Update to mplayer snapshot as of 20151219
|
Mon, 31 Aug 2015
|
[ 21:26 riggs ]
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
|
Sun, 23 Aug 2015
|
[ 16:41 riggs ] (Only the first 10 of 45 ports in this commit are shown above. )
- 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
|
Sun, 12 Apr 2015
|
[ 14:37 riggs ]
Fix runtime crash with certain MPEG2 files on pre-10 systems.
PR: 199283
MFH: 2015Q2
|
Sat, 28 Mar 2015
|
[ 13:35 riggs ]
Prevent accidental linking to libEGL
Reported by: Florian Degner <f.degner@gmx.de> via personal mail
MFH: 2015Q1
|
Wed, 25 Mar 2015
|
[ 17:36 marino ] (Only the first 10 of 31 ports in this commit are shown above. )
multimedia category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
|
Sat, 24 Jan 2015
|
[ 18:32 riggs ]
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
|
Mon, 29 Dec 2014
|
[ 08:39 riggs ] (Only the first 10 of 11 ports in this commit are shown above. )
- 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
|
Sat, 1 Nov 2014
|
[ 11:09 riggs ]
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
|
Fri, 29 Aug 2014
|
[ 09:55 riggs ] (Only the first 10 of 13 ports in this commit are shown above. )
- 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
|
Sun, 27 Apr 2014
|
[ 14:22 riggs ]
- 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)
|
Sun, 15 Dec 2013
|
[ 18:50 thierry ] (Only the first 10 of 15 ports in this commit are shown above. )
- Update to 1.1.20131109
- Stagify
Note: options have been modified, please review your config!
PR: ports/184407
Submitted by: Thomas Zander (maintainer)
|
Sun, 1 Dec 2013
|
[ 21:58 thierry ] (Only the first 10 of 11 ports in this commit are shown above. )
- 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
|
Sat, 23 Mar 2013
|
[ 15:45 naddy ] (Only the first 10 of 12 ports in this commit are shown above. )
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)
|
Fri, 18 Jan 2013
|
[ 20:52 glarkin ]
- 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)
|
Sat, 1 Sep 2012
|
[ 14:13 nox ]
Update to 2012-07-21 snapshot.
PR: ports/170735
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
|
Tue, 17 Apr 2012
|
[ 18:50 scheidell ] (Only the first 10 of 12 ports in this commit are shown above. )
- 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)
|
Sun, 15 Jan 2012
|
[ 22:31 scheidell ] (Only the first 10 of 20 ports in this commit are shown above. )
- Update to 1.0.r20111218
PR: ports/163969
Submitted by: thomas.e.zander@googlemail.com (maintainer)
Approved by: gabor (mentor)
----------------------------------------------------------------------
|
Tue, 9 Aug 2011
|
[ 06:39 rene ]
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)
|
Fri, 1 Apr 2011
|
[ 11:09 dhn ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update mplayer and mencoder to the latest snapshots.
PR: ports/156086
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
|
Wed, 19 Jan 2011
|
[ 01:58 hrs ]
Fix an implicit library dependency issue.
Discussed with: Jan Henrik Sylvester and Thomas Zander
Feature safe: yes
|
Thu, 2 Dec 2010
|
[ 09:18 beech ] (Only the first 10 of 11 ports in this commit are shown above. )
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)
|
Fri, 8 Oct 2010
|
[ 13:10 beat ]
- Fix build on PowerPC
PR: ports/149913
Submitted by: andreast
Approved by: maintainer timeout
|
Tue, 3 Aug 2010
|
[ 12:37 rene ]
- 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)
|
Wed, 21 Apr 2010
|
[ 13:07 mm ] (Only the first 10 of 39 ports in this commit are shown above. )
- Update to 1.0.r20100117
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer, private e-mail)
|
Number of commits found: 30 |