| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: 63379
Submitted by: michael johnson <ahze@ahze.net>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Gmencoder is Gnome2 front-end to mplayer/mencoder. It supports
mamy of the output codecs as well as postprocesing, cropping,
scale, subtitles ripping, 1, 2 and 3 passes for encoding.
PR: ports/63337
Submitted by: Michael Johnson <ahze@ahze.net>
|
| |
|
|
|
|
|
|
|
| |
project's multimedia streaming system. Theora is derived directly from On2's
VP3 codec.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
|
| |
|
|
|
|
|
| |
PR: ports/63333
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
|
|
|
| |
Probe DivX and AVI files for attributes
PR: 63328
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
| |
Retrieve video properties such as: height width codec fps
|
|
|
|
|
|
|
| |
An interface to the OpenQuicktime library
PR: 63253
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
|
| |
PR: ports/63303
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
501103. However, users from FreeBSD series previous to 5.x are
required to build gcc32 port.
o Therefore, do not force 5.x users to build gcc33 port if their
available gcc32 toolchain will do. In so many words,
.if ${OSVERSION} < 501103
USE_GCC=3.2
.else
USE_GCC=3.3
.endif
Prompted by: markus
Reviewed by: markus, will
|
|
|
|
|
|
|
| |
about/create Matroska media streams
o Note: mkvtoolnix will only build correctly if multimedia/libmatroska,
textproc/libebml and multimedia/mkvtoolnix ports are all built
with the same gcc toolchain
|
|
|
|
|
|
|
|
|
|
| |
- OSVERSION < 500000 implies in USE_GCC=3.2
- otherwise, USE_GCC=3.3 (which is the default on 5.x series)
o This will insure that since both libmatroska and libebml ports
were built with the same gcc toolchain, mkvtoolnix port will be
able to be linked to both using the same aforementioned gcc
toolchain
o Bump PORTREVISION
|
| |
|
| |
|
|
|
|
| |
Approved by: arved (mentor)
|
|
|
|
| |
use that to decide whether to enable inline assemply optimisations.
|
|
|
|
|
| |
PR: ports/62179
Submitted by: Heiner Eichmann <h.eichmann at gmx.de> (maintainer)
|
|
|
|
|
|
|
|
| |
SIZEify while I'm here
PR: 62894
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
Prompted by: josef
|
|
|
|
|
|
|
| |
2. SIZEify.
PR: ports/63168 [1]
Submitted by: Martin Kaeske <Martin.Kaeske@Stud.TU-Ilmenau.DE> [1]
|
|
|
|
|
|
|
|
|
| |
2. Fix build error on alpha.
3. SIZEify.
PR: ports/62249 [1], ports/62387 [2]
Submitted by: Fridtjof Busse <fbusse@gmx.de> [1],
Klaus Robert Suetterlin <krs@robert2.mpe-garching.mpg.de> [2]
|
| |
|
| |
|
|
|
|
| |
if it is still broken at that time.
|
|
|
|
|
|
| |
fix any DTP-related crash.
Obtained from: MarcusCom GNOME 2.5 repo
|
|
|
|
| |
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 62880
Submitted by: Hendrik Scholz <hendrik@scholz.net>
|
| |
|
| |
|
|
|
|
| |
Reported by: bento
|
|
|
|
|
|
| |
Submitted by: Simon Barner <barner@in.tum.de>
maintainer
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- Be a bit more clever about default device on 5.x
PR: ports/62237
Submitted by: pav
Approved by: maintainer timeout (18 days)
|
|
|
|
|
|
| |
lame port.
Tracked down by: "Thomas E. Zander" <riggs@rrr.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
explicitly
requested.
This means that mozilla-gtk2 and mozilla-devel-gtk2 are now mozilla and
mozilla-devel, respectively; and the old mozilla and mozilla-devel are now
mozilla-gtk1 and mozilla-devel-gtk1.
This is done for a whole plethora of reasons, and should please everybody
except galeon1 fanatics and uhm... anybody else who it doesn't please.
If you have WITH_MOZILLA set in your /etc/make.conf, you'll need to update
the value accordingly. GTK2 ports will automatically install GTK2 mozilla,
and GTK1 ports will automatically install GTK1 ports, so WITH_MOZILLA need
be defined only if you want the development version... which are dormant
right now anyway.
For now, all ports that honoured WITH_MOZILLA=mozilla-{,-devel}-gtk2 will
still honour those values as well as WITH_MOZILLA=mozilla{,-devel}, but
future ports reserve the right to ignore the *-gtk2 values.
|
| |
|
| |
|
| |
|
|
|
|
| |
if still broken at that time.
|
|
|
|
|
|
| |
PR: ports/62854
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
- Use lthack.
PR: 62869
Reported by: Stacey Roberts <stacey@vickiandstacey.com> [1]
|