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/Makefile

Number of commits found: 331 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »  

Saturday, 1 Aug 2015
17:16 riggs search for other commits by this committer
- 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
Original commitRevision:393396 
Friday, 3 Jul 2015
07:02 koobs search for other commits by this committer
multimedia/{lib}x264: Update to 0.144.2533 and major refactor

- Update to 0.144.2533 (from upstream stable branch) [1]
- Switch x264 and libx264 ports to master/slave ports respectively
- Bump PORTREVISION for dependent ports as the shared library version
  has changed.

multimedia/x264:

- Clean up and update "updating instructions" in Makefile header
- Tweak COMMENT
- Only LIB_DEPENDS on libx264 and add PLIST_FILES if this isn't the
  libx264 port.
- Allow COMMENT, USES, OPTIONS_*, CONFIGURE_ARGS to be overriden in
  libx264 port.
- Place common configure arguments in a CONFIGURE_COMMON_ARGS variable
  to make overriding values without duplication easier.
- Use --prefix configure argument over post-patch replacements
- Enable stripping of binaries and libraries if DEBUG is off. Remove
  post-install target STRIP_CMD accordingly.

- Delete patch-Makefile in favour of patching WRKSRC/configure to
  identify amd64, arm64 and mipsn32. powerpc and powerpc64 are now
  covered upstream without needing patches.

- Patch out a bogus compiler argument check (cc_check) that results
  in -Wno-maybe-uninitialized being added to CFLAGS causing causes
  warnings when clang is cc. The cc_check function checks for basename
  $CC to identify compiler type (icl, clang, gcc, etc).

multimedia/libx264:

- Remove all Makefile entries that are duplicated or common and found
  in the master port (x264).
- Set lib as the PKGNAMEPREFIX
- Tweak COMMENT
- Delete upstreamed ARM patches [1]
- Delete all but one patch, as they duplicate those in x264.
- Dont remove pkgconfig/libdata directory

Changes:

  https://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable

Based on:

PR:		201260 [1]
Submitted by:	Andrey Cherkashin <andoriyu gmail com> [1]
Original commitRevision:391217 
Tuesday, 9 Jun 2015
14:25 jbeich search for other commits by this committer
multimedia/libvpx: update to 1.4.0

ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision:	https://reviews.freebsd.org/D2570
Exp-run by:	antoine
Approved by:	ashish, multimedia (kwm)
Approved by:	maintainer timeout (ale, dinoex; 2 weeks)
Original commitRevision:388940 
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, 4 Apr 2015
07:07 riggs search for other commits by this committer
- Update to new upstream snapshot as of 2015-04-03
  (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
Original commitRevision:383192 
Thursday, 19 Feb 2015
14:47 mat search for other commits by this committer
Depend on the package name rather than a directory.

Sponsored by:	Absolight
Original commitRevision:379346 
Tuesday, 3 Feb 2015
07:48 martymac search for other commits by this committer
Update multimedia/libdvdread and multimedia/libdvdnav

- Update multimedia/libdvdread to version 5.0.1
- Update multimedia/libdvdnav to version 5.0.2
- Bump revisions of ports that depend on multimedia/libdvdnav
  (library version is going backwards from 4.2.1 to 4.1.2)
- Ports depending on multimedia/libdvdread do not need to be bumped
  (the library keeps being numbered 4.1.2 and is binary compatible with the
  previous version)
Original commitRevision:378342 
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 
15:07 antoine search for other commits by this committer
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name,  as the former can't be attributed to a package
Original commitRevision:377795 
Sunday, 18 Jan 2015
17:00 riggs search for other commits by this committer
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)
Original commitRevision:377337 
11:40 riggs search for other commits by this committer
Handle arch-dependent CFLAGS in Makefile.options because it
should be included by mencoder as well.
Original commitRevision:377323 
Friday, 16 Jan 2015
22:34 sbruno search for other commits by this committer
These ports utilize GAS assembly and probably won't ever change.  For the ARM
case, do not use -integrated-as.

PR:	196660 196774 196775 196776
Submitted by:	mikael.urankar@gmail.com
Approved by:	mentor (inplicit)
Original commitRevision:377204 
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 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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)
Original commitRevision:374303 
Thursday, 20 Nov 2014
21:42 riggs search for other commits by this committer
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
Original commitRevision:372967 
Sunday, 16 Nov 2014
17:20 riggs search for other commits by this committer
Correct iconv handling
Bump PORTREVISION

While on it:
- Remove @dirrm(try) from pkg-plists

PR:		195065
Submitted by:	yuri@rawbw.com
Reviewed by:	riggs
Original commitRevision:372644 
Thursday, 18 Sep 2014
12:08 riggs search for other commits by this committer
- Make FONTCONFIG a default OPTION
  - improves compatibility with umplayer
  - does not require manual config modification for subtitle display
- Bump PORTREVISION

PR:		193675
Submitted by:	loox@e-shell.net
Original commitRevision:368445 
Saturday, 13 Sep 2014
12:46 riggs search for other commits by this committer
- Add experimental OPTION to avoid memory alignment hacks
Original commitRevision:368091 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Sunday, 31 Aug 2014
11:54 tijl search for other commits by this committer
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Original commitRevision:366746 
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 
Monday, 11 Aug 2014
13:59 tijl search for other commits by this committer
comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample

Reported by:	sbruno [1]
Original commitRevision:364613 
Saturday, 9 Aug 2014
19:50 arved search for other commits by this committer
Bump PORTREVISION for libcdio update

Reported by:	bar
Original commitRevision:364469 
Friday, 18 Jul 2014
11:02 tijl search for other commits by this committer
audio/rhythmbox: drop :keepla
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
Original commitRevision:362200 
Friday, 11 Jul 2014
14:12 tijl search for other commits by this committer
Add a global OPUS_DESC
Original commitRevision:361536 
Saturday, 28 Jun 2014
12:13 riggs search for other commits by this committer
- Fix integer overflow in mencoder (bundled ffmpeg CVE-2014-4610)
- 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
Original commitRevision:359688 
Saturday, 7 Jun 2014
13:24 riggs search for other commits by this committer
- Add CONFLICTS to mplayer to prevent install conflict with mplayer2 [1]
- 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)
Original commitRevision:356900 
Sunday, 25 May 2014
20:07 naddy search for other commits by this committer
Switch Opus to USES=libtool.
Bump dependent ports. [1]

Approved by:	portmgr (implicit) [1]
Original commitRevision:355266 
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 
Friday, 18 Apr 2014
15:07 riggs search for other commits by this committer
- Bring back VPX option, thus fixing potential (de-)install dependencies
- 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
Original commitRevision:351544 
Monday, 17 Feb 2014
22:34 riggs search for other commits by this committer
- 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
Original commitRevision:344827 
Tuesday, 24 Dec 2013
17:26 thierry search for other commits by this committer
. 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)
Original commitRevision:337376 
Monday, 16 Dec 2013
20:45 thierry search for other commits by this committer
Fix a problem with the control applet and playbar.

Submitted by:	bar
Approved by:	maintainer
Original commitRevision:336663 
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 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Monday, 2 Sep 2013
20:51 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326088 
Wednesday, 14 Aug 2013
22:52 ak search for other commits by this committer
- Fix accidental breakage
Original commitRevision:324745 
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 26 Jul 2013
23:31 bapt search for other commits by this committer
Remove non default options on arts

Reported by:	mat
Original commitRevision:323765 
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 
Wednesday, 13 Feb 2013
10:39 ak search for other commits by this committer
- 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)
Original commitRevision:312152 
Wednesday, 23 Jan 2013
15:00 makc search for other commits by this committer
Bump PORTREVISION after DESKTOP_ENTRIES update
Original commitRevision:310871 
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 
Tuesday, 4 Sep 2012
20:56 nox search for other commits by this committer
- 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)
Original commitRevision:303671 
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 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 3 May 2012
00:13 scheidell search for other commits by this committer
- Fix h264 regression in mplayer/mencoder from ffmpeg
- Bump PORTREVISION on master and slave to force rebuild

PR:             ports/167485
Submitted by:   Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
Original commit
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
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Original commit
Friday, 10 Feb 2012
23:26 amdmi3 search for other commits by this committer
- 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)
Original commit
Wednesday, 25 Jan 2012
10:11 mm search for other commits by this committer
Update multimedia/schroedinger to 1.0.11
Original commit
Wednesday, 18 Jan 2012
17:36 arved search for other commits by this committer
Chase libcdio shlib bump
Original commit
10:52 ehaupt search for other commits by this committer
Explicit link against /usr/lib/libncurses.so instead of using -lncurses to
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)
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
Sunday, 21 Aug 2011
08:11 crees search for other commits by this committer
- 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)
Original commit
Monday, 1 Aug 2011
03:40 bf search for other commits by this committer
Enable libass by default; do not silently override user-specified
libass option; disable enca autodetection when libass is disabled;
bump portrevision

Approved by:    Thomas Zander (maintainer)
Original commit
Wednesday, 20 Jul 2011
02:52 lioux search for other commits by this committer
o Fix build when multimedia/libass is already installed when one
  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
Original commit
Sunday, 26 Jun 2011
05:07 miwi search for other commits by this committer
- set USE_NCURSES

PR:             157098
Submitted by:   Raphael Kubo da Costa <kubito@gmail.com>
Approved by:    maintainer
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
Thursday, 3 Mar 2011
09:29 ehaupt search for other commits by this committer
Fix typo introduced by the previous commit.

Notified by:    N.J. Mann <njm@njm.me.uk>
Original commit
Wednesday, 2 Mar 2011
21:48 ehaupt search for other commits by this committer
Add optional multimedia/libbluray support

PR:             154939
Approved by:    Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
Original commit
Saturday, 26 Feb 2011
22:11 nox search for other commits by this committer
- Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
  support in webcamd svn (for mceusb-based receivers/transmitters and
  USB DVB tuner remotes supported by the Linux code), and enable
  support for a few more USB devices while we're at it tho of those
  only an FTDI-based one was tested:

        http://www.huitsing.nl/irftdi/ [1]

- Fix plist for audio/rhythmbox and multimedia/totem and
  add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for
  multimedia/xine when building them with (optional) lirc support. [2]

- Chase liblirc_client shlib version bump for ports depdending on it
  and bump PORTREVISIONs for ports depending on it by default.

Approved by:    portmgr (miwi) [2]
Thanks to:      Warren Block <wblock@wonkity.com> for testing [1]
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, 29 Oct 2010
13:22 pav search for other commits by this committer
- Fix decoding of certain ogg/vorbis files

PR:             ports/150653
Submitted by:   Yamagi Burmeister <yamagi@yamagi.org>
Approved by:    Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
Original commit
Friday, 1 Oct 2010
21:46 makc search for other commits by this committer
Remove dependency on deprecated audio/libmpcdec

PR:             ports/150510
Submitted by:   Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by:    maintainer
Original commit
Friday, 24 Sep 2010
19:08 makc search for other commits by this committer
Switch libvdpau dependency from x11/nvidia-driver to multimedia/libvdpau

PR:             ports/150383
Submitted by:   Anonymous <swell.k at gmail.com>
Approved by:    maintainer
Original commit
Thursday, 2 Sep 2010
19:56 rene search for other commits by this committer
- 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]
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
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Friday, 4 Jun 2010
01:48 linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:            portmgr
Original commit
Sunday, 25 Apr 2010
08:29 mm search for other commits by this committer
- 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)
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
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 13 Feb 2010
08:51 miwi search for other commits by this committer
- Move from audio/openal to audio/openal-soft

PR:             143829
Submitted by:   Greg Lewis <glewis@misty.eyesbeyond.com>
Approved by:    maintainer
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 17 Jul 2009
18:34 pgollucci search for other commits by this committer
- Playing FLV videos, e.g. from youtube, results in mplayer segfaulting when the
video is finished.

PR:             ports/135719
Submitted by:   Dennis Schneider <dschneid@informatik.hu-berlin.de>
Approved by:    maintainer
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Sunday, 17 May 2009
08:50 miwi search for other commits by this committer
- Add support for XvMC acceleration

PR:             134587
Submitted by:   Hajimu UMEMOTO <ume@mahoroba.org>
Approved by:    maintainer implicit
Original commit
Sunday, 1 Mar 2009
14:10 miwi search for other commits by this committer
- Fix gmplayer crash after Xorg 7.4 update

Reported in:    ports/130966 / ports/132207
Approved by:    maintainer implicit
Obtained from:  mplayer repo
Original commit
Friday, 16 Jan 2009
15:07 naddy search for other commits by this committer
Set sample rate when resuming playback.  This fixes AC3/DTS passthrough
on S/PDIF with snd_hda(4).

Submitted by:   mav
Original commit
Thursday, 15 Jan 2009
23:56 miwi search for other commits by this committer
- Fix FFmpeg libavformat "str_read_packet()" Buffer Overflow

PR:             130573
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:    maintainer via private mail
Security:      
http://www.vuxml.org/freebsd/5ccb1c14-e357-11dd-a765-0030843d3802.html
Original commit
Wednesday, 7 Jan 2009
14:34 miwi search for other commits by this committer
- Bump really PORTREVISION

Reported by:    rene
Original commit
Tuesday, 6 Jan 2009
18:57 miwi search for other commits by this committer
- Use additional configure arguments that fix a build problem in ports/128085
- 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
Original commit
Monday, 5 Jan 2009
21:36 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Saturday, 11 Oct 2008
13:45 amdmi3 search for other commits by this committer
- Add dependencies on Xorg libs and corresponding OPTIONS

PR:             127524
Submitted by:   Christoph Mallon <christoph dot mallon at gmx dot de>
Patch by:       "Thomas E. Zander" <riggs at rrr dot de> (maintainer)
Original commit
Wednesday, 1 Oct 2008
19:23 miwi search for other commits by this committer
- Fix a vulnerability which could result in arbitrary code execution
  and at least, in unexpected process termination. Three integer
  underflows located in the Real demuxer code can be used to exploit
  a heap overflow, a specific video file can be crafted in order to make
  the stream_read function read or write arbitrary amounts of memory.

Approved by:    maintainer via private mail
Security:      
http://www.vuxml.org/freebsd/724e6f93-8f2a-11dd-821f-001cc0377035.html
Original commit
Tuesday, 23 Sep 2008
18:56 amdmi3 search for other commits by this committer
- 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)
Original commit
Sunday, 24 Aug 2008
17:49 chinsan search for other commits by this committer
- Remove the last commit as maintainer's request[B.
- Use maintainer's patch which also fix build multimedia/mencoder.

Thanks for all helpers:
mezz, Kalten, Thomas E. Zander(maintainer), John Nielsen

PR:             ports/126354
Submitted by:   Kalten <kalten at sbox.tu-graz.ac.at>
Tested on:      tinderbox and my home box
Approved by:    Thomas E. Zander(maintainer)
Original commit
11:20 chinsan search for other commits by this committer
- Fix build with update ffmpeg.

Thsnks for all helpers:
mezz, Kalten, Thomas E. Zander(maintainer), John Nielsen

PR:             ports/126354
Submitted by:   Kalten <kalten at sbox.tu-graz.ac.at>
Tested on:      tinderbox and my home box
Original commit
Friday, 6 Jun 2008
13:48 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Thursday, 13 Mar 2008
14:28 miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
Original commit
Thursday, 6 Mar 2008
22:38 miwi search for other commits by this committer
- Fix remote vulnerabilities
- Bump PORTREVISION

PR:             120230
Submitted by:   Thomas Zander <riggs@rrr.de> (maintainer)
Original commit
Monday, 31 Dec 2007
07:07 miwi search for other commits by this committer
- Bump PORTREVISION (i forgot that on my previous commit)

Reported by:    Xin Li
Original commit
Wednesday, 12 Dec 2007
23:26 miwi search for other commits by this committer
- Update to 1.0rc2

PR:             118231
Submitted by:   Thomas Zander <riggs@rrr.de> (maintainer)
Original commit
Thursday, 11 Oct 2007
14:45 ahze search for other commits by this committer
Chase libtheora lib version
Original commit
Sunday, 5 Aug 2007
21:27 sem search for other commits by this committer
- 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
Original commit

Number of commits found: 331 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »