| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
| |
I see a nice pile of pointyhats in the future.
Submitted by: Stephane E. Potvin <sepotvin AT videotron dot ca>
|
|
|
|
|
|
| |
Add another pointyhat to my still fresh collection.
Noticed by: pav
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Update to alpha4, based on [1]
PR: 75961 [1]
Submitted by: Stefan Walter sw AT gegenunendlich dot de
Repocopyed by: marcus
|
| |
|
|
|
|
| |
- Grab MAINTAINER
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
x264 is a free library for encoding H.264/AVC video streams.
Encoder features
* CAVLC/CABAC
* Multi-references
* Intra: all modes (4x4 and 16x16 with all predictions)
* Inter P: all partitions (from 16x16 down to 4x4)
* Inter B: partitions from 16x16 down to 8x8 (including SKIP/DIRECT)
* Ratecontrol: constant quantizer, constant bitrate, or multipass ABR
* Scene cut detection
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
commandline parsing bug.
- Work around imagemagick's identify not recognising the '-ping' switch
anymore.
PR: ports/75985
Submitted by: Stephan van Maris <svmaris@e-village.nl>
Identify bug reported by: h <h@erathia.be>, Stephan van Maris <svmaris@e-village.nl>
|
| |
|
| |
|
|
|
|
|
|
|
| |
Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.7.html
Chase polypaudio lib bump.
Approved by: maintainer (implicit)
|
|
|
|
| |
Submitted by: poinyhat via kris
|
|
|
|
|
| |
PR: 75765
Submitted by: Simon Barner <barner@gmx.de>
|
|
|
|
|
|
| |
capture solution
o Video capture does not work since there is no gstreamer video
source plugin for FreeBSD just yet
|
| |
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: kris (pointyhat)
Approved by: portmgr (krion)
|
|
|
|
|
|
|
| |
PR: ports/75943 [1]
Pointed out by: Stacey Roberts <stacey@vickiandstacey.com> [1]
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Approved by: maintainer (implicitly)
|
| |
|
|
|
|
|
|
|
|
|
| |
o Add new skins.
o Cosmetic sort.
o Accordingly, bump PORTVERSION.
Approved by: Thomas E. Zander <riggs@rrr.de>
Committed at: Murayakuba Japanese style pub
|
|
|
|
|
| |
Pointy hat to: myself
Approved by: portmgr (implicitly)
|
|
|
|
|
| |
Approved by: portmgr (marcus),
Thomas E. Zander <riggs@rrr.de> (maintainer)
|
|
|
|
|
|
|
|
|
| |
While a resolution is sought, house a copy of the distfile under
MASTER_SITE_LOCAL 's lioux directory to insure the build of the
port
Reported by: kris (pointyhat)
Approved by: portmgr (marcus)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX=<value> specifies a dependency upon
emulators/linux_base-<value>, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portrevision of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
|
|
|
|
| |
Pointy hat to: the usual suspect
|
|
|
|
| |
Chase xine Shared Library version
|
| |
|
|
|
|
| |
Submitted by: kan
|
|
|
|
|
|
|
|
| |
WITHOUT_TRANSCODE=yes
Disable transcode of multimedia via transcode (multimedia/transcode).
This option allows you to convert a media file, dvd, A/V stream, etc
in to another format. This also allows you to transcode multimedia
on-the-fly and stream to a network and/or local playback.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't install .la. Install .a instead
- Silence sed invocation
- Bump autoconf dependancy
- Bump PORTREVISION
- Use DATADIR macro
PR: ports/75355
Submitted by: maintainer
|
|
|
|
|
|
| |
Remove -E from reinplace line [1].
Submitted by: bland [1].
|
|
|
|
|
|
|
|
|
|
| |
Remove USE_PYTHON=yes [1].
Remove optional libgnomeui dependencie. Its only used for the examples. And
we don't build those [2].
Discussed with: maintainer [1],[2].
Submitted by: bland [1]
Approved by: maintainer (implicit)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
maintained by the developers
o People are advised to try other frontends such as
ports/multimedia/totem-gstreamer though this is not an official
replacement (just a suggestion)
Prompted by: kwm
|
|
|
|
|
|
|
| |
Disable doc build for the moment.
Changelog: http://gstreamer.freedesktop.org/releases/gstreamer/0.8.8.html
Approved by: maintainer(implicit)
|
|
|
|
|
| |
- Remove extraneous whitespaces at end of lines
- Place DISTVERSION on the correct location
|
| |
|
|
|
|
|
| |
- Add CONFLICTS with multimedia/libdivxdecore
- NO_LATEST_LINK due to multimedia/libdivxdecore
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Realplayer 1.0.1 was not fetchable, so I did the update to 1.0.2.
Please verify that the ports fetches before comitting, since I am
behind a rigid firewall, and I could figure out how to teach
fetch(1) to use a HTTP_PROXY for https.
One thing I am not so sure about is the following addition to
pkg-plist:
+@unexec rmdir %D/lib/linux-mozilla 2>/dev/null || true
Since I couldn't find the directory in any of the mtree files in
/etc/mtree, I think it's okay to remove the directory if it's empty,
right?
PR: ports/75390
Submitted by: Simon Barner <barner@gmx.de>
|
|
|
|
|
|
|
| |
o Disable gstreamer backend which is not currently working
PR: 75375
Reported by: Mats Dufberg <mats@dufberg.se>
|
| |
|
|
|
|
|
|
|
| |
Remove symbolic link recursion in the default skin dir.
PR: ports/75338
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
code base
o Potential heap overflow in Real RTSP streaming code
o Potential stack overflow in MMST streaming code
o Multiple buffer overflows in BMP demuxer
o Potential heap overflow in pnm streaming code
o Potential buffer overflow in mp3lib
PR: ports/75336
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
|
|
|
|
|
| |
PR: ports/75289
Submitted by: Andy Sparrow <spadger@best.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
BSD.*.dist), but do remove locale directories that are not listed
there. Moreover, don't try to unconditionally @dirrm these
directories since they're shared with other ports and are likely to
still be in use.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Move multimedia/mpeg4ip dependency to multimedia/mpeg4ip-libmp4v2
- Fix build on some configurations on 4.x
- Bump PORTREVISION
PR: ports/74754
Submitted by: Andrew Thompson (maintainer)
|
|
|
|
|
| |
PR: 73297
Submitted by: Sven Berkvens-Matthijsse <sven@berkvens.net>
|
|
|
|
|
| |
PR: 73680
Submitted by: ahze
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
with -O and p4 for -O and -O2. [1]
Add new plugin libcdaudio
Add patch to fix playback for the musepack plugin. [2]
Bump PORTREVISION
Submitted by: lioux (maintainer) [1]
Approved by: maintainer (implicit)
Obtained from: Gstreamer CVS [2]
|
|
|
|
| |
Noticed by: Jean-Yves Lefort.
|
|
|
|
|
|
| |
and building against PTHREAD_CFLAGS
Submitted by: kris (bento)
|
|
|
|
|
|
|
|
| |
Update multimedia/xmms-skins distinfo to make files fetchable.
Reported by Kris.
PR: 75163
Submitted by: "Filippo Natali" <filippo@widestore.net>
|
|
|
|
|
|
| |
PR: ports/74286
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notes:
- linux_base-8 is needed to run its dependencies;
- the committed port is a merge of PR ports/68145 and ports/74229
with my modifications.
PR: ports/68145
Submitted by: Jean-Yves Lefort
PR: ports/74229
Submitted by: Craig Rodrigues.
|
| |
|
| |
|
|
|
|
| |
(kgstplayer) backends
|
| |
|
| |
|
|
|
|
|
|
|
| |
A set of skins for XMMS from www.xmms.org
PR: ports/71231
Submitted by: Filippo Natali <filippo@widestore.net>
|
|
|
|
|
| |
PR: 72559
Submitted by: ahze
|
|
|
|
|
|
|
| |
mjpegtools uses libquicktime now
PR: 71751
Submitted by: ahze
|
| |
|
|
|
|
|
|
|
|
| |
avoiding -mtune gcc flag unknown to gcc 2.9x
o Remove BROKEN
PR: 75040
Prompted by: Serge Gagnon <ser_gagnon@sympatico.ca>
|
|
|
|
|
|
|
| |
Also add alert about what to do when checksums fail for the distributor
supplied files.
Submitted by: luc <luc@2113.ch>
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Skip configure/make and just use ${CC} in do-build:
- Bump PORTREVISION
Submitted by: Zahemszky GÂbor <Gabor@Zahemszky.HU>
|
|
|
|
|
|
|
| |
o Bump PORTREVISION
PR: 74965
Submitted by: Serge Gagnon <ser_gagnon@sympatico.ca>
|
|
|
|
|
|
| |
PR: ports/74994
Submitted by: Damian <res0d26i@verizon.net>
Approved by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
|
|
|
|
|
|
| |
timeouts.
Approved by: portmgr
|
|
|
|
|
| |
PR: ports/74759
Submitted by: Robin Schoonover <end@endif.cjb.net> (maintainer)
|
|
|
|
|
| |
PR: ports/74750
Submitted by: Lewis Thompson <purple@lewiz.net> (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/74957
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/74864
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/74865
Submitted by: Anish Mistry <amistry(at)am-productions.biz> (maintainer)
|
|
|
|
|
| |
vcdimager: Update to 0.7.21
vlc: Chase share library bumps, Bump PORTREVISION
|
|
|
|
| |
Submitted by: Sean McNeil <sean@mcneil.com>
|
|
|
|
|
|
|
|
| |
/usr/local/lib/libfame.so: undefined reference to `_mmx_one'
PR: ports/74806
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Obtained from: http://www.linuxfromscratch.org/blfs/downloads/svn/libfame-0.9.1-gcc34-1.patch
|
|
|
|
| |
Submitted by: glewis
|
|
|
|
|
| |
Reviewed by: Randy Pratt <rpratt1950@earthlink.net>,
Frank Mayhar <frank@exit.com>
|
|
|
|
|
| |
PR: 74719
Submitted by: Hendrik Scholz
|
|
|
|
|
| |
- Add a few mirrors to MASTER_SITES
- Bump PORTREVISION due to new dependency on ffmpeg in ports
|
|
|
|
|
| |
Submitted by: peter
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o SHLIB version bump: a trick to help detect the problem that ffmpeg
will not build with the previous ffmpeg library installed
PR: 69210 [1],
74225 [2]
Submitted by: ahze [1],
Frank Mayhar <frank@exit.com> [2]
|
|
|
|
|
|
|
|
|
| |
in order to trace recent ImageMagick update.
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/74487
Approved by: mat
Reviewed by: lofi
|
|
|
|
|
| |
Submitted by: ahze
Approved by: maintainer (blanket)
|
|
|
|
|
| |
PR: 74628
Submitted by: Lewis Thompson <purple@lewiz.net>
|
|
|
|
|
| |
backend. This port will be used as a dependency for the upcoming GNOME
2.10.
|
| |
|
|
|
|
|
| |
PR: 74613
Submitted by: Henri Michelon <michelon@e-cml.org>
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: marcus
Approved by: maintainer (implicit)
|
|
|
|
|
|
| |
Changelog: http://gstreamer.freedesktop.org/releases/gst-python/0.8.1.html
Approved by: pav (mentor)
|
|
|
|
| |
o Deploy OPTIONS
|
|
|
|
|
| |
PR: 71319
Submitted by: ahze
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: lioux
|
|
|
|
| |
Pointed out by: Radek Kozlowski
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add WITH_VLC_DEFAULT_FONT knob for subtitles font
defaults to ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf [2]
- Fix build if you have a old version of vlc installed [3]
- Fix build on opengl visual plugin on >5.x [3]
- Enable pthreads on ffmpeg
- Remove XVID support in favor of libavcodec via ffmpeg
- Bump PORTREVISION
Many thanks to mezz and pav for building vlc countless times in testing.
Font picked by: mezz [2]
Submitted by: Piotr Smyrak [1]
Reported by: Piotr Smyrak [3]
Tested by: mezz
pav
Piotr Smyrak [3]
|
|
|
|
| |
Approved by: adamw (implicit)
|
|
|
|
|
|
| |
Add videolan.org to MASTER_SITES since vcdimager.org is rarely up
Approved by: adamw (implicit)
|
|
|
|
|
|
|
| |
which is --enable-x86opt (on i386) and --enable-release
Reported by: pointyhat via kris
Approved by: adamw (implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.6.html.
* Add support for polypaudio
* Disable swfdec temporarily as the swfdec plug-in needs a new version
of graphics/swfdec which needs liboil (not yet ported)
Submitted by: kwm
Approved by: maintainer (blanket)
|
| |
|
|
|
|
|
|
| |
PR: ports/74367
Reported by: Frederic Praca
Approved by: adamw (implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix scripts nuv2mpg and nuv2vbr
- Add Tk dependency, nuvedit use it
- Don't split files to 2G in nuvrec
- Implement memmem() in nuvplay (taken from glibc)
PR: ports/73419
Submitted by: Frank W. Josellis <frank@dynamical-systems.org>
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- Use new INSTALLS_OMF
Note: dvd support is currentlly broken.
Approved by: marcus (co mentor)
|
|
|
|
|
|
|
|
| |
Remove faad from ffmpeg since no dvd's have mp4 audio.
PR: ports/74353
Submitted by: maintainer
Approved by: adamw (implicit)
|
|
|
|
|
|
|
|
| |
- Add information regarding requirements on atapicam in pkg-message [1]
- Add information regarding device permissions in pkg-message [1]
- Fix typo in pkg-descr
Reported by: Randy Pratt <rpratt1950@earthlink.net> [1]
|
|
|
|
|
|
|
| |
- Use GCONF_SCHEMAS
Special thanks to Randy Pratt for testing and helping us sorting out the build
failure on 4.x.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a new port for Freevo, an open-source home theatre
PC platform based on Linux and a number of open-source
audio/video tools. I considered submitting this as a
follow-up to ports/59047 but decided against as it is an
entirely new port.
PR: ports/68215
Submitted by: Lewis Thompson <purple@lewiz.net>
Nagged by: dnns@#bsdports
|
|
|
|
| |
Approved by: pav
|
|
|
|
|
|
| |
be fixed in the next release (0.5.3) to be expected in the next few days.
Notified by: author
|
| |
|
|
|
|
| |
Approved by: pav (mentor)
|
| |
|
|
|
|
| |
Approved by: adamw (implicit)
|
|
|
|
| |
Approved by: adamw (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
converter. HandBrake was originally available on the BeOS, but now has been
ported over to MacOS X, GNU/Linux and FreeBSD.
Features:
* Can encode directly from DVDs (even encrypted ones) or from
VIDEO_TS folders
* Supports AC3, LPCM and MPEG audio tracks
* Outputs MP4, AVI or OGM files
* Outputs AAC, MP3 or Vorbis audio
* Supports 2-pass encoding
* Supports encoding of two audio tracks
* Includes a bitrate calculator
* Supports picture deinterlacing, cropping and scaling
Known limitations:
* Does not handle DTS audio tracks
* Does not handle single VOB files or any other file format
WWW: http://handbrake.m0k.org/
PR: 74214
Submitted by: Andrew Thompson
Approved by: adamw (mentor)
|
|
|
|
|
|
|
|
|
|
| |
Input: musepack, mplayer
General: xf86audio, status
Output: crossfade, ogg, arts
Visualization: blursk, minilcd, wmdiscotux
PR: ports/71979
Submitted by: Jan Srzednicki <w@wrzask.pl>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Multimedia/mplayer-skins fetches all the files, even the ones you
don't want to install.
The makefile is a a long list of repeating code.
This patch changes the DISTFILES and the repeating code.
PR: 74107
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: Thomas E. Zander <riggs@rrr.de>
|
|
|
|
|
|
| |
Use my FreeBSD address in the maintainer field.
Approved by: pav (mentor)
|
|
|
|
|
|
|
|
|
|
| |
into DivX/OGM files using a wide variety of codecs. It relies on mplayer,
mencoder, ogmtools, oggenc and lame to perform its tasks.
The GUI features a clean high-compliant GNOME 2 interface and tries to minimize
as much as possible esoteric settings.
WWW: http://ogmrip.sourceforge.net/
|
|
|
|
|
|
|
| |
and gcc 3.4
- Bump PORTREVISION
Approved by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Fix build on recent versions of gcc [1]
- Add support for jpeg-mmx [2]
PR: 74045 [1]
69832 [2]
Submitted by: maintainer [1]
Approved by: adamw (mentor)
|
|
|
|
|
| |
PR: ports/74023
Submitted by: maintainer
|
|
|
|
|
|
| |
Bump PORTREVISION
Approved by: adamw (implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Default X11 interface is now WxWindows (gtk2.0 version)
- Removed Gtk 1.2 & Gnome 1.4 support. (depreciated to wxgtk)
- Removed WITH_AUTODETECT, vlc is very modular at runtime
- Add skins2 interface (similar to xmms)
- Merge mad and id3lib support (can be disabled with WITHOUT_MAD)
- Added support for a mozilla plugin
Lots of stuff obtained from ports/www/mplayer-plugin
and some help from marcus
- Auto-generated pkg-plist (make life EASY :) )
- s/Linux/FreeBSD/ through out the program.
- Statically link to libavcodec/libavformat from vlc's supported
ffmpeg snapshot for greater performance.
- Knob Changes or New Knobs:
WITHOUT_FAAD (Enabled default)
WITHOUT_FLAC (Enabled default)
WITHOUT_DTS (Enabled default)
WITHOUT_DVD (Enabled default)
WITHOUT_CDROM (Enabled default, this is vcd & cddb support)
WITHOUT_LAME (Enabled default)
WITHOUT_MAD (Enabled default)
WITHOUT_HTTPD (Enabled default)
WITHOUT_VORBIS (Enabled default)
WITHOUT_LIBMATROSKA (Enabled default)
WITHOUT_LIVEMEDIA (Enabled default)
WITHOUT_SDL (Enabled default)
WITHOUT_SLP (Enabled default)
WITHOUT_LIBMPEG2 (Enabled default)
WITH_MOZILLA_PLUGIN (Disabled default, defaults to www/mozilla if defined)
[mozilla|mozilla-devel|firefox]
WITH_ARTS (Disabled default)
WITH_TOOLAME (Disabled default)
WITH_LIBCACA (Disabled default)
WITH_LIBTREMOR (Disabled default)
WITH_LIBTHEORA (Disabled defalut)
WITH_OPENGL (Disabled default)
WITH_SSL (Disabled default)
WITH_SVG (Disabled default)
WITH_SKINS (Disabled default)
DEBUG (Disabled default)
Note: WITH_ Knobs are disabled default unless auto-detected
WITHOUT_ Knobs are enabled default unless defined
Please read the first section of ports/multimedia/Makefile before building
to tune VLC towards your personal preferences.
ffmpeg-patch partly obtained from gentoo
Changelog: http://developers.videolan.org/vlc/NEWS
Approved by: pav (co mentor)
-------------------------------------------------------------
|
|
|
|
|
|
|
| |
with any dependency
Pointed out by: pointyhat via kris many times
Approved by: marcus (co mentor)
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
Ruby/GnomePrintUI) will be add in ruby-gnome2-all later when I am done with
create and test with those new ports tonight or tomorrow.
|
|
|
|
| |
Approved by: pav (co mentor)
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: ahze,
Geoffrey Mainland <mainland@apeiron.net>,
|
|
|
|
|
|
|
|
| |
o Remove BROKEN tag for ARCH alpha 5.x: a trial, we might have to
add this back later on
o Uphold NOPORTDOCS
o Un"echo" do-install target
o Remove PLIST, replace with PLIST_{BIN,DOCS} in Makefile
|
|
|
|
|
|
|
|
| |
Use new GCONF_SCHEMAS option.
PR: 72841 [1]
Submitted by: ahze
Approved by: maintainer (timeout 3,5 weeks), pav (mentor)
|
| |
|
|
|
|
|
|
|
| |
- Update WWW, dependencies
PR: ports/73874
Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
|
| |
|
|
|
|
|
| |
Submitted by: Sean McNeil
Approved by: pav (co mentor)
|
|
|
|
|
|
| |
Submitted by: Serge Gagnon <ser_gagnon@sympatico.ca>
Approved by: Thomas E. Zander (maintainer)
pav (co mentor)
|
|
|
|
|
| |
Reported by: pointyhat via kris
Pointy hat: all mine
|
| |
|
|
|
|
| |
Reviewed by: lioux
|
|
|
|
|
|
|
|
|
|
| |
from mpeg4ip
o These tools were separated from the main mpeg4ip port so that
some ports such as audio/faad can depend on this smaller port
rather than the big mpeg4ip one
PR: 72204
Submitted by: ahze
|
| |
|
|
|
|
|
|
|
| |
o Deploy OPTIONS
PR: 72206
Submitted by: ahze
|
|
|
|
|
|
|
|
|
| |
Panel. It features playback control, playlist navigation, volume
control and launching XMMS. It is customisable and supports the mouse
scroll wheel.
PR: ports/73696
Submitted by: Robin Schoonover <end@endif.cjb.net>
|
| |
|
|
|
|
|
|
|
|
| |
- 'qxine' is now spelled 'qplayer'
- Get rid of pkg-plist
PR: ports/73407
Submitted by: maintainer
|
|
|
|
|
|
| |
Wehle, which gives better support for FreeBSD 5.3.
I don't have my PVR250 on 5.x, so feedback from you is appreciated!
|
|
|
|
|
|
|
|
| |
- Add WITH_NVIDIA-knob, suggested by Michael Johnson
Closes PR: ports/72162
Submitted by: maintainer
KDE reviewing by: lofi
|
| |
|
|
|
|
| |
big upgrade.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.
This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team. The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).
Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD. We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:
Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>
GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.
As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process. Full documentation on the GNOME 2.8
upgrade is coming following this commit.
From all of us at FreeBSD GNOME, ENJOY!
|
|
|
|
|
|
|
|
| |
digital camcorder via an IEEE 1394 (widely known as FireWire) link and stores
them into an DV file.
PR: ports/73442
Submitted by: Henri Michelon <michelon@e-cml.org>
|
|
|
|
|
|
|
|
|
| |
file and writes a YUV4MPEG stream which can be piped to mpeg2enc.
In other words, it exports the nuppelvideo .nuv format for encoding
(S)VCD/DVD compliant MPEGs with mjpegtools.
PR: ports/73417
Submitted by: Frank W. Josellis <frank@dynamical-systems.org>
|
|
|
|
|
|
|
| |
- Install modules to correct directory.
PR: ports/72930
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
functions of the X MultiMedia System (XMMS). It has the following
features:
* Scrollable track time progress bar
* Volume control with mouse scrollwheel
* Buttons: Previous track - Play / Pause - Stop - Next track - Eject
* Real-time tooltips with track title and time
* Control repeat and shuffle properties
* Show/Hide main window, playlist editor, graphical eq and more
* Internazionalization (i18n)
PR: ports/73480
Submitted by: Radek Kozlowski <radek@raadradd.com>
|
|
|
|
|
| |
PR: ports/73510
Submitted by: Narayan Newton <narayannewton@gmail.com> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
| |
- Update plist
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Drop unneeded dependency on libxml
PR: ports/73231
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/73405
Subbmitted by: Daniel Shafer <danielshafer@gmail.com> (maintainer)
Approved by: pav (co mentor)
|
|
|
|
|
| |
PR: ports/73163
Submitted by: "Frank J.Laszlo" <laszlof@vonostingroup.com>
|
|
|
|
|
|
|
|
| |
and maybe other platforms.
Additional according to lofi dvdrip works only with rar 2.x
Bump PORTREVISION
Discussed with: lofi
|
|
|
|
|
|
|
|
| |
bump PORTREVISION
PR: ports/73023
Reviewed by: Anish Mistry (maintainer)
Approved by: adamw (mentor)
|
|
|
|
|
|
|
| |
update WWW line
PR: ports/72499
Approved by: adamw (mentor)
|
|
|
|
|
|
| |
PR: ports/72363
Reviewed by: holger@e-gitt.net (maintainer)
Approved by: adamw (mentor)
|
|
|
|
|
| |
PR: ports/71720
Approved by: adamw (mentor)
|
|
|
|
| |
Approved by:adamw (mentor)
|
|
|
|
|
|
|
| |
message windows, and to print currently playing tune to the IM/chat.
PR: ports/71216
Submitted by: Daniel Shafer <danielshafer@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
PORTREVISION as this really didn't stop gstreamer-plugins from installing.
PR: 72993
Reported by: mezz
roman@cognition.uni-freiburg.de
Submitted by: Michael Johnson <ahze@ahze.net>
Tested by: mezz
Approved by: maintainer (blanket)
|
|
|
|
|
|
| |
in Message-ID: <20041019164258.GA2003@CARTIER>
Read the mail to play the trick.
|
|
|
|
|
| |
Pointy hat to: pav
Submitted by: kris
|
|
|
|
|
|
|
| |
re-writen for 8 audio channels. This version fixes an AC3 bug and supports
files > 2GB.
WWW: http://www.home.zonnet.nl/panteltje/dvd/
|
| |
|
|
|
|
|
|
|
|
|
| |
Since this prevented the build of a package and it does no harm to
those which installed it as a port (stray file in plist), the
PORTREVISION isn't bumped in this commit.
Submitted by: sf
Reviewed by: maintainer
|
|
|
|
|
| |
PR: ports/72984
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/72833
Submitted by: Andreas Fehlner <fehlner@gmx.de>
|
|
|
|
|
| |
PR: ports/72852
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
|
|
|
|
|
| |
PR: ports/72557
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- code to link "default" to "a skin"
- include all skins in the automated package build
- only install 2 default skins in a manual build (when you don't
choose other skins too)
- add some more skins from mplayerhq
- use a real plist instead of a generated one
- bugfix: WITH_SKIN_CORNERMP_AGUA -> WITH_SKIN_CORNERMP_AQUA
This still downloads all distfiles, even if you don't want all. I
don't have this on my TODO list, interested parties may want to
send patches to the maintainer.
Approved by: maintainer
|
|
|
|
|
|
| |
Remove 2 spurious lines from pkg-plist.
Submitted by: markus
|
| |
|
|
|
|
|
|
| |
- Add setchannel and setsize tools
Submitted by: edwin@mavetju.org
|
|
|
|
|
|
|
| |
problems under gcc-3.4.x and thus FreeBSD-current and 5.3.
PR: 70792
Submitted by: Bartosz Fabianowski
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TV cards.
This port contains:
- Drivers for the Conexant MPEG-2 Codec driver which can be found
on the Hauppauge PVR-250/350 TV cards.
These drivers are (c) John Wehle <john@feith.com>
On FreeBSD 4.x, the device used is /dev/bktr0.
On FreeBSD 5.x, the device used is /dev/cxm0
This driver has been successfully tested on:
- FreeBSD 4.10
- FreeBSD 5.2.1
- Two simple programs to modify some ioctls on the card: set the
channel and set the window size.
Note:
- The configuration screen is only applicable for the the Philips
FQ1216M tuner. For other tuners ignore this section. Select just
one entry.
- Note: the maintainer of this port has no inside knowledge of the
workings of this software. Please don't contact me about cards
which don't work. Please contact me about problems with the port,
with possible enhancements, with success stories.
Author: John Wehle <john@feith.com>
Submitted by: edwin@mavetju.org
|
|
|
|
|
| |
PR: 70839
Submitted by: Michael Johnson <ahze@ahze.net>
|
|
|
|
|
|
|
| |
o Remove empty PLIST
PR: 70950
Submitted by: Michael Johnson <ahze@ahze.net>
|
| |
|
|
|
|
|
|
|
|
| |
o Moreover, @exec lines should refer to proper locations at X11BASE
instead of betting that PREFIX == X11BASE
PR: 71397
Submitted by: vs
|
|
|
|
|
|
|
|
|
|
| |
-Use xvid default, xvid is becoming very popular. WITHOUT_XVID still exists.
-Always autodetect esound since this can be changed at runtime.
-Always autodetect gnome for gnome interface.
-Make gtk interface optional but still default interface.
PR: ports/72675
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
|
|
|
|
|
|
|
| |
o Make port CFLAGS safe (do not arbitrarily add '-O2' to it)
PR: 72448 [1]
Submitted by: Michael Johnson <ahze@ahze.net> [1]
|
|
|
|
|
|
|
|
| |
Update pkg-descr and COMMENT to better fit the current
version of VLC
PR: ports/72663
Submitted by: Michael Johnson <ahze@ahze.net>
|
| |
|
|
|
|
|
| |
PR: 72541
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
|
|
|
|
|
|
| |
multimedia/libdvbpsi
Submitted by: Michael Johnson <ahze@ahze.net>
|
|
|
|
|
|
|
|
|
|
| |
audio data
Gavl (Gmerlin Audio Video Library) is a library for handling
uncompressed video and audio data.
PR: ports/71133
Submitted by: Michael Johnson <ahze@ahze.net>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Change e-mail to FreeBSD.org address.
Add patch to fix memory leak [1].
Approved by: pav (mentor)
Obtained from: gstreamer cvs.
|
|
|
|
| |
Bump PORTREVISION of affected port
|
|
|
|
|
| |
PR: ports/72608
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/71611
Submitted by: Lewis Thompson <purple at lewiz dot net> (maintainer)
|
|
|
|
|
| |
PR: ports/71286
Submitted by: Roman Bogorodskiy <bogorodskiy at inbox dot ru> (maintainer)
|
|
|
|
|
|
| |
is removed.
Approved by: maintainer (blanket)
|
|
|
|
| |
Submitted by: Stefan Eßer
|
|
|
|
| |
installing a package.
|
|
|
|
|
|
|
|
|
|
| |
* Removed KIO support
* Add mplex from mjpegtools support
* Add libmng support
PR: 72404
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer (blanket)
|