* fixed merging ac3 streams in avi containers
* fixed video bitrate allowed range
* fixed compilation without subtitles support
* fixed some invalid casts
* added x264 support
- Add WITH_DEBUG switch
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
to use new USE_GSTREAMER= macro, Bump PORTREVISION's
--
Examples of new USE_GSTREAMER macro:
USE_GSTREAMER= dvd lame flac
.include <bsd.port.mk>
If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
you must follow one of the examples listed below
WANT_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_VORBIS)
USE_GSTREAMER+= vorbis
.endif
or
USE_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_FAAD)
USE_GSTREAMER+= faad
.endif
Note: USE_GSTREAMER=yes will always add a dependency to
ports/multimedia/gstreamer-plugins
--
Thanks to krion for runing this on pointyhat
Thanks to kwm for helping with this, and many bug fixes , and updates.
* Manual cropping and scaling
* Custom temporary directory
* Rip from DVD structure
* Minor UI redesign
* Many many fixes
- Add a patch to fix the issue that caused error messages to be displayed in
the console (incorrect cast) [1]
Obtained from: Olivier Rolland <billl@users.sourceforge.net> (author) [1]
- Update WWW: line to new web page
- rename WITH_LIBXML2 knob to WITH_XML
- add freetype2 knob, WITH_FREETYPE
- remove WITH_SUBRIP knob
- remove dependency on nasm, all done with inline c assembly.
- Rename WITH_LIBTHEORA to WITH_THEORA
- use libquicktime now instead of openquicktime, with new
knob WITH_QUICKTIME
PR: ports/77860
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Amd64 Build: pav
Libmpeg3 provides a uniform front end for a large number of the MPEG
formats used in HDTV broadcasting.
It decodes:
* MPEG-1 Layer II Audio
* MPEG-1 Layer III Audio
* MPEG-2 Layer III Audio
* MPEG-1 program streams
* MPEG-2 program streams
* MPEG-2 transport streams
* AC3 Audio
* MPEG-2 Video
* MPEG-1 Video
* IFO files
* VOB files
PR: ports/77175
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
From: Michael Nottebrock <michaelnottebrock@gmx.net>
To: freebsd-ports@freebsd.org
Cc: FreeBSD ports <ports@freebsd.org>
Cc: dinoex@freebsd.org
Cc: Kris Kennaway <kris@obsecurity.org>
Subject: Re: Ports with version numbers going backwards: multimedia/replex
On Wednesday, 2. February 2005 06:50, Kris Kennaway wrote:
> FYI, this is not going to stop, because eik has been MIA for the past
> 2 months.
> > | -1 - fix typo
> > | - intentionally no bump of PORTEPOCH
Just bump PORTEPOCH, please. It's really no big deal either way (for some
typos you just get punished harder than for others).
Approved by: Michael Nottebrock <michaelnottebrock@gmx.net>
rereleased now under GPL, former GLPL
HEADS UP:
Do not link libreplex with non GPL programs.
linking it with BSD-licensed or other open-source licenses
is a violation of the GPL license.
- remove libreplex from the packag