non port: multimedia/mplayer/Makefile.options |
SVNWeb
|
Number of commits found: 66 |
Thu, 4 Nov 2021
|
[ 00:30 Thomas Zander (riggs) ] 276a151
multimedia/mplayer: Fix build on armv6, armv7
Details:
- Add dependency on binutils, as -no-integrated-as is used on both
armv6 and armv7
PR: 259401
Reported by: fuz@fuz.su
MFH: 2021Q4
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 3 Mar 2020
|
[ 12:56 mat ] (Only the first 10 of 16 ports in this commit are shown above. )
Ports MUST NOT set WITH_DEBUG.
WITH_DEBUG is a user facing variable. When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.
Approved by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23940
|
Sun, 24 Feb 2019
|
[ 17:57 riggs ]
Fix linking error with lld 7
Details:
- The linker script in mplayer's WRKSRC causes linking problems when
used with lld 7. Remove it during post-patch
PR: 235957, 220103
Reported by: jakub_lach@mailplus.pl, dim
Reviewed by: dim
MFH: 2019Q1
|
Sat, 19 Jan 2019
|
[ 17:45 riggs ]
Workaround a hopefully transient linker problem on head
PR: 234845
Reported by: glebius
|
Wed, 9 Jan 2019
|
[ 16:28 riggs ]
Prep for lld default on head i386: add LDFLAGS_i386+= -Wl,-z,notext
PR: 214864
Reported by: emaste
|
Tue, 10 Oct 2017
|
[ 21:31 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
|
Thu, 12 Jan 2017
|
[ 11:30 amdmi3 ] (Only the first 10 of 15 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Sun, 1 Jan 2017
|
[ 18:55 riggs ]
Simplify handling of CFLAGS, retire OCFLAGS OPTION
Log:
- Remove OCFLAGS option. This is no longer a big topic since all
computationally expensive code is handled via external ffmpeg
libraries now
- Remove BUILD_DEPENDS on yasm. No yasm asm files are compiled
during mplayer / mencoder build process anymore
- Bump PORTREVISION
|
Thu, 3 Nov 2016
|
[ 16:29 linimon ]
Now seems to build on sparc64.
Approved by: portmgr (tier-2 blanket)
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 23 Oct 2015
|
[ 21:48 riggs ]
Use ffmpeg 2.8.1 for en/decoding, convert more OPTIONs to helpers
|
Tue, 1 Sep 2015
|
[ 20:08 riggs ]
Correct arch dependent OPTIONS for powerpc
Discovered by: jbeich
|
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
|
Sat, 1 Aug 2015
|
[ 17:16 riggs ]
- Retire WIN32 OPTION for win32 binary codecs support on i386, instead
- 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
|
Sun, 12 Apr 2015
|
[ 14:37 riggs ]
Fix runtime crash with certain MPEG2 files on pre-10 systems.
PR: 199283
MFH: 2015Q2
|
Sun, 18 Jan 2015
|
[ 17:00 riggs ]
Modernise compiler handling
- 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)
|
[ 11:40 riggs ]
Handle arch-dependent CFLAGS in Makefile.options because it
should be included by mencoder as well.
|
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
|
Thu, 20 Nov 2014
|
[ 21:42 riggs ]
Enable network streaming via https and other encrypted connections
- 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
|
Sat, 13 Sep 2014
|
[ 12:46 riggs ]
- Add experimental OPTION to avoid memory alignment hacks
|
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)
|
Mon, 17 Feb 2014
|
[ 22:34 riggs ]
- Drop support for pre-8.3 systems
- 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
|
Wed, 25 Dec 2013
|
[ 23:29 antoine ] (Only the first 10 of 78 ports in this commit are shown above. )
Convert the tree to USES=openal
Approved by: portmgr (bapt)
|
Tue, 24 Dec 2013
|
[ 17:26 thierry ]
. Update to 1.1.20131223
. 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)
|
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
|
Fri, 18 Oct 2013
|
[ 07:45 tijl ]
Fix build on i386 with clang.
Some inline asm requires 7 registers but only 6 are available because
clang assumes the stack is 4-byte aligned and there's a local variable
that requires 16-byte alignment so the stack has to be realigned which
requires one register to be used as frame pointer.
PR: ports/180564
Submitted by: dt71@gmx.com
Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
|
Sat, 17 Aug 2013
|
[ 16:27 gerald ] (Only the first 10 of 93 ports in this commit are shown above. )
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
|
Fri, 29 Mar 2013
|
[ 15:20 naddy ]
Also disable the use of SSE4/SSE4.2/AVX instructions when using the
old toolchain. Fixes the build on 8.4 i386.
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
|
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)
|
Wed, 13 Feb 2013
|
[ 10:39 ak ]
- Fix build with clang [1]
- Convert Makefile headers to new style
PR: ports/171707 [1]
Submitted by: anonymous <anonymous@gmail.com>
Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
|
Tue, 4 Sep 2012
|
[ 20:56 nox ]
- Only default to clang on amd64 and when /usr/bin/clang exists.
- 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)
|
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)
|
Thu, 22 Mar 2012
|
[ 06:52 rm ]
- update to 0.2.2
- chase shlib bump in dependent ports
- bump PORTREVISION for xbmc and xbmc-pvr
Please note that this commit isn't actually feature safe, because it bumps
portrevision for two (not that small) ports. But it fixes the breakage, reported
in PR, and, as side effect, raises library version.
PR: 165449
Reported by: Justin <freebsd.users at gmail dot com>
Submitted by: Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer)
Feature safe: yes
|
Fri, 24 Feb 2012
|
[ 05:17 rm ]
- update libbluray to 0.2.1
PR: 163721 [based on]
Submitted by: Kurt Jaeger <fbsd-ports at opsec dot eu>
Approved by: maintainer (timeout; 1 month+)
|
Sat, 18 Feb 2012
|
[ 19:04 dinoex ]
- move dependency to giflib
PR: 165235
|
Thu, 16 Feb 2012
|
[ 20:17 lx ]
Fix build by chasing libvpx bump.
|
Fri, 10 Feb 2012
|
[ 23:26 amdmi3 ]
- Add option for enca charset detection
- Fix v4l support
PR: 164639
Submitted by: "Marat N.Afanasyev" <amarat@ksu.ru>
Fix by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
|
Thu, 2 Feb 2012
|
[ 08:42 scheidell ]
- Fix build if OSVERSION < 802502
- Update MASTER_SITES
PR: ports/164580
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> maintainer
Approved by: gabor (mentor)
|
Wed, 25 Jan 2012
|
[ 10:11 mm ] (Only the first 10 of 13 ports in this commit are shown above. )
Update multimedia/schroedinger to 1.0.11
|
Wed, 18 Jan 2012
|
[ 17:36 arved ] (Only the first 10 of 19 ports in this commit are shown above. )
Chase libcdio shlib bump
|
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)
----------------------------------------------------------------------
|
Sun, 21 Aug 2011
|
[ 08:11 crees ]
- As discussed with maintainer, disable linking to external faad.
- While here, add $FreeBSD$ to other Makefiles
PR: ports/158501
Submitted by: David Demelier <demelier.david@gmail.com>
Reviewed by: Thomas Zander <riggs@rrr.de> (maintainer), naddy
Approved by: Thomas Zander <riggs@rrr.de> (maintainer)
|
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, 2 Mar 2011
|
[ 21:48 ehaupt ]
Add optional multimedia/libbluray support
PR: 154939
Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
|
Wed, 9 Feb 2011
|
[ 06:01 mi ]
Fix build for the case, when WITH_LIBRTMP is defined.
Approved by: maintainer's mail-server rejects mail as "spam"
Feature safe: yes
|
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)
|
Tue, 12 Oct 2010
|
[ 22:45 pav ]
- Chase libschroedinger shlib bump
Pointy hat to: mm
Reported by: pointyhat
|
Fri, 1 Oct 2010
|
[ 21:46 makc ]
Remove dependency on deprecated audio/libmpcdec
PR: ports/150510
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by: maintainer
|
Thu, 2 Sep 2010
|
[ 19:56 rene ]
- correctly pick up dependency on libvpx if selected in options
- 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]
|
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)
|
Sun, 25 Apr 2010
|
[ 08:29 mm ]
- Remove libdts support (this is now done by ffmpeg) [1]
- Fix libcdio dependency [2]
Reported by: naddy [1] (private e-mail)
Submitted by: Thomas Zander [1] [2] (maintainer, private e-mail)
|
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)
|
Sat, 13 Feb 2010
|
[ 08:51 miwi ]
- Move from audio/openal to audio/openal-soft
PR: 143829
Submitted by: Greg Lewis <glewis@misty.eyesbeyond.com>
Approved by: maintainer
|
Sun, 23 Aug 2009
|
[ 16:14 marcus ]
Chase the fribidi shared lib bump.
|
Tue, 31 Mar 2009
|
[ 13:58 pav ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update x264 to 0.0.20081218
- Remove x264-gtk
PR: ports/132780
Submitted by: Bapt <baptiste.daroussin@gmail.com>
- Update libquicktime to 1.1.1 to fix build with new x264
Submitted by: kwm
- Chase x264 shlib bump
|
Tue, 23 Sep 2008
|
[ 18:56 amdmi3 ]
- Depend on correct version of lzo
PR: 127504
Submitted by: Eugene Grosbein <eu at grosbein dot pp dot ru>
Approved by: Thomas E. Zander <riggs at rrr dot de> (maintainer)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [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)
|
Sun, 20 Jan 2008
|
[ 22:39 miwi ]
- Fix build when TREMOR disabled is
PR: 119364
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: maintainer
|
Wed, 12 Dec 2007
|
[ 23:26 miwi ] (Only the first 10 of 29 ports in this commit are shown above. )
- Update to 1.0rc2
PR: 118231
Submitted by: Thomas Zander <riggs@rrr.de> (maintainer)
|
Thu, 11 Oct 2007
|
[ 14:45 ahze ]
Chase libtheora lib version
|
Sun, 5 Aug 2007
|
[ 21:27 sem ]
- Split the port into mplayer and mencoder
- mplayer is now pkg_add'able as it no longer depends on restricted ports
- Remove compatibility tweaks for FreeBSD-4 as it is no longer supported
- A patch to correct handle amd64 in libdha-pci.c
PR: ports/115170
Submitted by: maintainer
|
Number of commits found: 66 |