| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Submitted by: marcus
Approved by: maintainer (implicit)
Pointyhat awarded to: kwm
|
|
|
|
|
| |
Submitted by: ahze
Approved by: maintainer (implicit)
|
|
|
|
|
| |
Submitted by: pointyhat via kris
Approved by: maintainer (implicit)
|
|
|
|
|
| |
the list of changes. Also, bump all PORTREVISIONs for ports that depend on
Gaim.
|
|
|
|
| |
Allow install on amd64, where it works just fine.
|
| |
|
|
|
|
| |
Pointed out by: xxjack12xx@gmail.com
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/82917
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Wavpack moves from main package to stand alone plugin.
New cdio plugin, spc plugin now enabled.
Mark the cairo plugin ignore because it needs a newer version of cairo.
Use gst-register-0.8 instead of gst-register.
Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.10.html
Approved by: maintainer (implicit)
|
|
|
|
|
|
|
|
|
| |
all streams that xine supports, in interactive or in script mode (using
toxine syntax). It use xine's visualisation plugins (AAlib, X11, DXR3/HW+),
and/or his own 'none' one (audio only output).
PR: ports/82951
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
|
|
|
|
| |
Reported by: Pav
|
|
|
|
|
|
| |
PR: ports/82931
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Istanbul is a desktop session recorder for the Free Desktop. It records your
session into an Ogg Theora video file. To start the recording, you click on its
icon in the notification area. To stop you click its icon again. It works on
Gnome, KDE, XFCE and others.
WWW: http://live.gnome.org/Istanbul
PR: ports/82986
Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com>
|
| |
|
|
|
|
|
|
| |
in certain environments/sh versions.
Reported & submitted by: Steven Friedrich <FreeBSD@insightbb.com>
|
| |
|
| |
|
|
|
|
| |
Reported by: irotas via irc.freenode.org/#FreeBSD-Gnome
|
|
|
|
|
| |
Submitted by: A.S.Usov@kvi.nlS
Pointyhat to: me
|
|
|
|
| |
- Mark broken on PERL_LEVEL < 500800
|
|
|
|
|
|
| |
- Remove a non-existant include dir [1]
Pointed out by: mezz [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Adds OPTIONS, if you don't want to use OPTIONS define -DBATCH
and vlc will use your knobs and auto-detect your ports.
New Knobs:
WITH_DAAD libopendaap itunes music shares
WITHOUT_OGG Disabled ogg audio decoder
WITH_TWOLAME Twolame Mpeg layer 2 audio Support
WITH_DIRAC dirac general-purpose video codec
WITH_SMB SAMBA Access module
Patches and Most changes merged from: multimedia/vlc-devel [1]
|
|
|
|
|
| |
PR: ports/82597
Submitted by: Remington <MrL0Lz@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/82594
Submitted by: Anish Mistry (maintainer)
|
|
|
|
| |
- Add patch to fix build with older ffmpeg.
|
| |
|
|
|
|
| |
Changelog: http://gstreamer.freedesktop.org/releases/gst-python/0.8.2.html
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
| |
building. The compiler does not support the assembler code. Tested
in tinderbox
|
|
|
|
|
|
| |
status
o Fix typo: USE_LINUX is not required
o Update to snapshot 20050619
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
- If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
be marked as IGNORE. [1]
- Readd USE_LINUX knobs into several ports and make several uses of a
conditional dependency ("USE_LINUX?=") into an unconditional one
("USE_LINUX=") which where removed/changed by Trevor to allow the use of
alternative linux_base ports. While this is a nice goal, the implementation
resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
in this commit is supposed to fix the problem while keeping the feature.
Basicaly this includes a backout of Trevor's commit, to prevent confusion
I mention it here explicitely.
- Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
Chase dependencies for this.
- Changes to make linux_devtools installable on amd64, remove some stray
device nodes (they don't work on recent OS versions and aren't really
needed).
- Make linux_base-8 PREFIX clean and remove some stray device nodes.
Additionally tell a little bit more about how to setup NIS/YP [2].
- Update the PGSQL dependency in the linux-opengroupware port to a recent
version (the old one isn't available anymore), I don't know if this
works (at least it isn't more broken than before).
- Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
ports, the former path exists already and gets populated by other
packages too (PREFIX=LINUXPREFIX!).
- Fix some obvious (non-linuxolator) bugs in some linux ports while being
there.
- Bump PORTREVISION where neccesary.
Requested by: portmgr (linimon) [1]
Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on: ports cluster (kris)
Reviewed by: silence on emulation@
Superseedes PR: 69997
Maintainer approval from:
chris@chrisburkert.de
cracauer@cons.org
des
girgen
jamie@bishopston.net
mezz
mi
nivit@users.sf.net
pat
simond@irrelevant.org
riggs@rrr.de
Udo.Schweigert@Siemens.com
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/82324
Submitted by: regisr@pobox.com
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
|
|
|
|
| |
Reported by: mezz
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Spotted by: mezz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
II) Improve the bktr(4) device grab code [1] in sync with
multimedia/ffmpeg/files/grab_bsdbktr.c revision 1.9
1) Add support for DragonFly
2) Use proper castings
3) Test file descriptors before using them
4) Improve frame capture
5) Fix some errors
6) Clean up the signals on bktr(4) when closing the device
III) Re-enable video capture WITH_VIDEO_CAPTURE due to (II)
Submitted by: Steve O'Hara-Smith <steve@sohara.org> et al [1]
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Add support for DragonFly
2) Use proper castings
3) Test file descriptors before using them
4) Improve frame capture
5) Fix some errors
6) Clean up the signals on bktr(4) when closing the device
o Inherit CFLAGS (uphold CFLAGS) if WITH_OPTIMIZED_CFLAGS
o Build and install post processing library
o Bump PORTREVISION
Submitted by: Steve O'Hara-Smith <steve@sohara.org> et al [1]
|
| |
|
|
|
|
|
| |
Reported by: pointyhat via kris
Obtained from: multimedia/vlc
|
|
|
|
| |
Approved by: maintainer (implicit)
|
| |
|
|
|
|
| |
mplayer.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Gnonlin is a library built on top of GStreamer which provides support for
writing non-linear audio and video editing applications.
It introduces the concept of a timeline.
|
|
|
|
|
|
|
|
| |
- Remove pkg-plist in favor of PLIST_FILES.
- Global cleaning of the port.
PR: ports/81726
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
- Remove pkg-plist in favor of PLIST_FILES.
- Global cleaning of the port.
PR: ports/81727
Submitted by: Ports Fury
|
|
|
|
| |
Noticed by: Matthias Andree <matthias.andree@gmx.de>
|
|
|
|
| |
- Bump PORTREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove xine plugins, not very well supported and gstreamer-ffmpeg does a
better job.
Override COMMENT and PORTREVISION in slave ports.
For the slave ports in multimedia add also CATAGORIES.
Chase libmusepack -> libmpcdec rename.
Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html
Approved by: maintainer (implicit)
|
|
|
|
|
| |
PR: ports/81687
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
it now installs shared library.
|
|
|
|
| |
o .mkv (matroska) container files work again
|
|
|
|
|
| |
PR: 80241
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
|
|
|
|
|
|
|
| |
o There is a shared library now
PR: 80240
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
|
|
|
|
|
| |
PR: 81190
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
|
|
|
|
| |
Pointed out by: kris via pointyhat
|
|
|
|
|
|
|
| |
Only difference is MMX/SSE auto-detection support was added
via /proc and darwin support, this will have no effect to freebsd.
Reported by: krismail
|
|
|
|
|
|
|
| |
Meta-port of all gstreamer plugins with options
Note: this has OPTIONS below bsd.port.pre.mk but great care has been taken
to make sure this works in and out of a tinderbox.
|
| |
|
|
|
|
|
|
|
|
|
| |
o Fix PLIST typos
o Improve WITH{,OUT}_BUILTIN_VECTOR Makefile support
o Re-enable theora support [1]. This is still being investigated
o This version's ffplay recognizes neither .mkv nor .ogm
Reviewed by: kwm [1]
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/81480
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
|
|
|
|
|
| |
with updating to 1.3
- Bump PORTREVISION
|
| |
|
|
|
|
| |
bump PORTREVISION
|
| |
|
| |
|
|
|
|
|
|
| |
- fix some more 64 bit issues [i]
Provided by: Gerd Knorr <kraxel@bytesex.org> [1]
|
|
|
|
|
| |
- fix build for amd64
- fix a bug on amd64 which caused xawtv to segfault on startup
|
| |
|
|
|
|
|
| |
Submitted by: Michiel Boland <michiel@boland.org>
Approved by: maintainer
|
| |
|
|
|
|
| |
Pointed out by: krismail
|
|
|
|
|
| |
o Add forgotten PKGNAMESUFFIX=-devel
o Fix PLIST
|
|
|
|
|
|
| |
- Update x264 patch [1]
Mostly obtained from: VLC cvs. [1]
|
| |
|
| |
|
| |
|
|
|
|
| |
Repoted by: pointyhat via kris
|
|
|
|
| |
but... it still coredumpes, so ONLY_FOR_ARCH stays like it is right now
|
|
|
|
| |
- This version now supports ffmpeg-devel
|
|
|
|
|
| |
Requested by: tim@spyderweb.com.au
PR: ports/81238
|
| |
|
|
|
|
|
|
| |
and ln -s ${LIBTOOL} ${WRKSRC}/libtool
Reported and Tested by: adamw
|
| |
|
|
|
|
|
|
|
|
|
| |
Reported by: many
Note: Only difference is every locale has
-"POT-Creation-Date: 2005-05-17 22:58+0200\n"
+"POT-Creation-Date: 2005-05-17 14:36+0200\n"
|
| |
|
| |
|
|
|
|
| |
Patch Obtained from: MPlayer CVS
|
|
|
|
| |
Reported by: pav via irc.
|
|
|
|
|
|
|
|
|
|
| |
installed; fixed by both changing FFMPEG_{C,LD}FLAGS -I/-L searching
orders and looking for libraries directly inside of the ffmpeg
port BEFORE the local {C,L}DFLAGS [1]
o Update to snapshot 20050518 since it works now that multimedia/x264
port has been updated to snapshot 20050518
Submitted by: ahze [1]
|
| |
|
|
|
|
|
|
|
|
| |
in -L${LOCALBASE}/lib instead of adding this check for each codec
alone
Submitted by: mezz
Reviewed by: ahze
|
|
|
|
|
|
|
|
| |
* vcdxrip: add option "notrack" to skip ripping of a specific track
* vcd-info: single argument acts like -i option
* some stylistic coding changes (e.g. add _t suffix and p_ prefix)
* fix clobbering a version number via strncpy
* Memory leaks and errors reduced
|
|
|
|
|
| |
PR: ports/81125
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/81131
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
|
|
|
|
|
| |
PR: ports/81097
Submitted by: Remington <TastyNachos@charter.net>
|
|
|
|
| |
Spotted by: mezz
|
|
|
|
|
|
|
| |
of encrypted DVD discs
PR: ports/80952, ports/80984
Diagnosed by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
|
|
|
|
| |
Approved by: marcus (portmgr hat)
|
|
|
|
| |
Reported by: krismail
|
| |
|
|
|
|
|
|
| |
committed a MFC of stacksize increase in RELENG_5 a few days ago.
Reviewed by: marcus
|
|
|
|
|
| |
- Remove need for wxgtk on svlc (WITH_SKINS knob) for skins interface.
x11 is only thing needed.
|
|
|
|
|
|
| |
vlc-devel and next vlc (0.8.2) have wxgtk26 support for amd64
Reported by: pav
|
|
|
|
| |
Note: Does not build with ffmpeg-devel, but will run w/ ffmpeg-devel.
|
|
|
|
|
|
|
| |
at the same time. This isn't a problem if you just have wxgtk26
installed or are using wxgtk24.
Spotted by: mezz via irc
|
|
|
|
|
|
|
|
| |
by mezz.
- patch for optional Quicktime from <juhis at nallukka dot net>, PR ports/79494.
- workaround for GTK FileChooser bug pointed out by <herakles at gmx dot net>
(http://jira.schirmacher.de/jira-kino/browse/KINO-150?page=comments#action_10805)
- bump PORTREVISION.
|
|
|
|
| |
Submitted by: bms@spc.org
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use OPTIONS
- Install .desktop file and icon in share/applications and
share/pixmaps instead of share/gnome/
- Changed Knobs
WITHOUT_FAAD --> WITH_FAAD (disabled by default)
WITH_LAME --> WITHOUT_LAME (enabled by default, disabled for package building) WITHOUT_SDL --> WITH_SDL (disabled by default)
WITHOUT_TRANSCODE --> WITH_TRANSCODE (disabled by default)
WITHOUT_DVD removed.
- New knobs
WITH_CORBA -- Corba interface via orbit2
WITH_DAAP -- iTunes(R) music shares
WITHOUT_DVDNAV -- DVD (dvd menus) support
WITH_DVDREAD -- Regular DVD support (non-menu)
WITH_DIRAC -- diace general-purpose video codec
WITHOUT_OGG -- OGG audio decoder
WITH_SMB -- Samba access module
WITH_TWOLAME -- Mpeg layer 2 audio Support
NOTE: WITH_ knobs are disabled by default.
WITHOUT_ knobs are enabled by default.
NOTE2: It is recommended that you use multimedia/ffmpeg-devel
instead of multimedia/ffmpeg if you want to use any of
ffmpeg's postprocess features.
PR: ports/80963 [1]
Repocopied by: marcus [1]
|
| |
|
|
|
|
|
|
|
| |
o Have byteswap work for both 5.x (and over) and 4.x FreeBSD branches
o Fix build on 4.x by disabling gcc3 SMID code (patch-configure)
Submitted by: ahze
|
|
|
|
|
| |
PR: ports/80973
Submitted by: Ulrich Spoerlein <q (at) galgenberg.net>
|
|
|
|
|
|
|
|
| |
bogus data
- Bump PORTREVISION
Approved by: Miguel Mendez (maintainer)
Obtained from: BMP cvs
|
| |
|
|
|
|
|
|
|
|
| |
since the required libraries will be incompatible with the ffmpeg-devel
binary code. Patches are being worked on for both 2.95 and 4.0.1
gcc support
Submitted by: ahze
|
|
|
|
|
| |
- Add new knob WITH_WXGTK_CONFIG=[2.4|2.6], defaults to 2.6
- Bump PORTREVISION
|
| |
|
| |
|
|
|
|
|
| |
According to videolan.org later versions of vlc (0.8.3/4) will have
controls for plugin
|
|
|
|
| |
PR: 79511
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Update to CVS snapshot 20050511
o Add FreeBSD native byteswap support
o Video capture is not working and help is appreciated on this
matter. Join irc.freenode.net #freebsd-multimedia to help. Some fixes
have been borrowed from [2], [3] and [4]
o IPV6 support fixed [1]
Submitted by: ahze [1],
Jacob Meuser <jakemsr@jakemsr.com> [4],
Vladimir Kushnir <vkushnir@i.kiev.ua> [4]
Reviewed by: ahze,
Jacob Meuser <jakemsr@jakemsr.com>,
Vladimir Kushnir <vkushnir@i.kiev.ua>,
countless others at FreeBSD-multimedia@FreeBSD.org
mailing list
Obtained from: FFmpeg CVS repo [2],
OpenBSD FFmpeg port [3]
|
| |
|
|
|
|
|
|
| |
- Only s/llrintf/rintf/ on 4.x and early 5.x
Requested by: gavl author [1]
|
| |
|
|
|
|
|
| |
PR: ports/80884
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
|
|
|
|
| |
supports 1.1 (speex-devel) API. speex or speex-devel can be used.
|
| |
|
|
|
|
|
|
| |
o Bump PORTREVISION
Approved by: maintainer
|
|
|
|
| |
On all: rename tuner0 into cxm0/bktr0 in setchannel.c
|
|
|
|
|
|
|
| |
PR: 78436
Submitted by: Phil Oleson <oz@nixil.net>
Add dummy do-build target to workaround non-working NO_BUILD
|
|
|
|
|
|
| |
PR: ports/80497
Submitted by: Gil Kloepfer <fgil@kloepfer.org>
Approved by: maintainer
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
| |
Reported by: Randy Pratt <rpratt1950@earthlink.net>
|
|
|
|
|
|
|
| |
with subtitle by default unless the gstreamer-plugins-pango is installed. Bump
the PORTREVISION.
Ok'ed by: marcus and ahze
|
|
|
|
| |
and not itself.
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/79826 (based on)
Submitted by: Jonathan Lennox <lennox@cnr.cs.columbia.edu>
Approved by: maintainer timeout (15 days)
|
|
|
|
|
|
|
|
| |
* fix unusable header (DOS line feeds)
* fix build of authoring module (DOS line feeds)
* fix build of Tools module (missing header)
This makes multimedia/x264 compile.
|
| |
|
|
|
|
|
| |
export H.264 media in mpeg4 wrapper.
- Bump PORTREVISION
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gpac MPEG-4 Systems library and headers
WWW: http://gpac.sourceforge.net/
This is a small portion of gpac, only headers and mpeg4 systems library
due to a chicken and egg problem similar to mpeg4ip, faad, and mpeg4ip-libmp4v2
x264 wants m4systems lib for mpeg4 output, gpac wants ffmpeg, next version
of ffmpeg wants x264.
|
|
|
|
| |
- ChangeLog: http://nxtvepg.sourceforge.net/changelog.html
|
| |
|
|
|
|
|
|
| |
Changelog: http://gstreamer.freedesktop.org/releases/gstreamer/0.8.10.html
Approved by: maintainer (implicit)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Upgrade to 2005-02-19 version of setchannel.
Updated cxm.4, added pvr250-setchannel.1
|
|
|
|
|
| |
Bump PORTREVISION
Drop Maintainership
|
|
|
|
| |
Submitted by: kris via pointyhat
|
|
|
|
|
|
| |
Move macro definitions from extra-patch-config.h.in to patch-src:xine-engine:xine_internal.h.
Submitted by: glewis [*]
|
| |
|
| |
|
|
|
|
|
|
| |
This version contains the fixes for the MMS and Real RTSP buffer overflow vulnerabilities.
Security: http://www.vuxml.org/freebsd/91c606fc-b5d0-11d9-a788-0001020eed82.html
|
|
|
|
|
| |
PR: ports/80356
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/80299
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Approved by: clement (mentor)
|
|
|
|
| |
- Utilize INSTALL_[PROGRAM|DATA] and DATADIR
|
|
|
|
|
|
|
|
|
| |
Also, remove a redundant USE_GNOME definition, and fix some spacing.
libsamplerate support is easy to build in with a few quick patches, but
it hogs 100% CPU and then dies on a SIGSEGV. Someone might want to look
into that, because libsamplerate support would be neat for the crossfader
here.
|
|
|
|
|
|
|
|
| |
gcc complains that -fPIC is needed to link the shared lib,
but I have no idea how to do this with yasm? with out disabling the
shared library and just making a static library.
Pointed out by: krismail
|
|
|
|
|
|
| |
- use LDFLAGS instead of -lm
Submitted by: kwm via irc [1]
|
|
|
|
|
|
|
|
| |
by using C comments instead of make(1) constructs.
And as long as I'm here, fix a command misspelling in vm-pop3d.
As prompted by: kris
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch includes information about the average bitrate of the file
(because vorbis uses variable bit rate encoding by default and nominal
might or might not match the actual effective bitrate) as well as
information about the encoder which created the file.
Bump PORTREVISION.
PR: 74219
Submitted by: Thomas E. Zander <riggs@rrr.de>
Reviewed by: Espen Skoglund <esk@ira.uka.de>
|
|
|
|
|
|
| |
- Only s/lrint/rint/ on < 504000
Patch Update Obtained from vlc cvs
|
|
|
|
| |
Patch Update Obtained mostly from mplayer cvs
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Copyright (C) 2001-2004 dvb.matt
European digital radio & television uses the DVB standard to broadcast its
data. Project X gives you a look behind the transmissions and tries its best
to handle & repair many stream types and shows what went wrong on reception.
It is intended for educational purposes only, as a non-commercial test project.
It may not be used otherwise. Most parts are only experimental.
WWW: http://sourceforge.net/projects/project-x
PR: 79769
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
|
|
|
|
|
|
| |
This release fixes a buffer overflow where a malicious RAM
file could overflow a buffer and execute arbitrary code on a
victim's machine.
|
|
|
|
|
|
|
|
|
| |
* Added support for MPlayer 1.0 pre7
* Updated libbacon to 2.10.1
* Fixed HAL support
* Added preliminary support for NetBSD
* UI improvements
* Many fixes
|
|
|
|
| |
Chase shared library version.
|
|
|
|
|
|
|
|
| |
- Added support for multiple audio and subtitle streams in ogm and matroska
containers
- Added telecine, progressive and deinterlace support for NTSC DVD
- Added a denoise option
- Many fixes
|
| |
|
|
|
|
| |
Approved by: maintainer timeout
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 77869
Submitted by: Geoff Buckingham <geoffb@chuggalug.clues.com>
Verified by: kwm
|
|
|
|
|
|
|
| |
o Auto detect gtk 1.2, only building playdv accordingly [1]
PR: 79734 [1]
Submitted by: ahze [1]
|
| |
|
| |
|
|
|
|
| |
Foot work and patch provided by: lioux
|
|
|
|
| |
Approved by: maintainer (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
| |
<conrads@cox.net>
- introduce new vidix patches to enable -vo xvidix for some accidently
mistreated radeon and matrox cards, reported by Andre Albsmeier
<andre@albsmeier.net>
- explicitly forbid -fforce-addr gcc optimization as it reliably breaks all
ffmpeg descendants, by Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
PR: ports/79828
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
|
|
|
| |
can't be linked if WITH_OPTIMIZED_CFLAGS is defined.
PR: ports/79119
Submitted by: maintainer
|
| |
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
|
|
|
|
|
|
| |
fine without explicit version in there, while specifying it can
occasionally confuse (cf. ports/78527). Packages depend on specific
versions of Xaw3d and X libraries anyway and ports will get the right
version number through imake.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mjpegtools YUV video stream processing tools
yuvdeinterlace:
A non destructive deinterlacer. Converts to a double frame rate, alf height,
progressive yuv stream for further processing by temporal based filters.
Then re-interlaced before encoding. The reinterlacer doesn't exist at this
time.
yuvafps:
A linear frame averaging, frame rate converter. Does a better job than the
frame dropping/duplicating converters.
yuvfade:
Will fade the video to black after X number of frames. Uses a trial and
error method of fading to black
yuvwater:
Attempts to detect and remove semi-transperant watermarks from the source.
Produces a PGM file of the detected watermark which is used to remove or
reduce the effect.
|
|
|
|
|
| |
PR: ports/79728
Submitted by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer)
|
|
|
|
| |
Requested by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/79544
Submitted by: ser_canof AT tin.it via maintainer
|
|
|
|
| |
Forgotten/missed by: lofi
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/78633
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Approved by: maintainer timeout (3 weeks)
|
| |
|
| |
|
| |
|
|
|
|
| |
application
|
|
|
|
|
| |
hopefully fix build on !i386 !amd64. Avifile support is only enabled
for i386 and amd64
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
| |
Cluebat provided by: marcus
Approved by: portmgr (krion)
|
|
|
|
|
| |
Reported by: awful pointyhat via brutal kris
Approved by: portmgr (implicit)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
| |
And bump portrevision for that plugin.
Fix plist when the gconf plugin is installed. [2]
Submitted by: [1] pointyhat via kris, [2] marcus
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
|
| |
to revert this error.
PR: 79152
Submitted by: Henri Michelon (maintainer)
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
| |
X11BASE).
Submitted by: pointyhat via kris
While here fix some more of the warnings, use OpenSSL's MD5 code
instead of vendor's own copy, and use srandomdev instead of
srandom(hostname+time).
Approved by: portmgr (Kirill)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Pointed out by: sf
Approved by: portmgr (marcus)
|
|
|
|
|
|
| |
if empty.
Approved by: portmgr (krion)
|
|
|
|
|
|
| |
PR: 79060
Submitted by: Andreas Fehlner (maintainer)
Approved by: portmgr (marcus)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
versions. Use BSD's bsd.lib.mk to build uclmmbase and avoid building
(most of the) functionality, that is present in our base libraries
(btree, md5, etc.)
In vic stop using PERL, use Tcl/Tk-8.4, respect CC and CFLAGS and some
other improvements. vic is thus unbroken on 5.x
Per fenner's (much) earlier e-mail, grab maintainership for the time
being.
PR: ports/75066 (obsoleted)
Approved by: fenner (implicitly)
|
| |
|
|
|
|
| |
Requested by: marcus
|