| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Pointy hat to: me
|
|
|
|
|
|
| |
forget to add the version which fixes the issues there.
http://people.freebsd.org/~eik/portaudit/fde53204-7ea6-11d8-9645-0020ed76ef5a.html
|
|
|
|
|
| |
Submitted by: trevor
Approved by: arved (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- USER_LDT is only needed on 4.x system [1]
- Remove notice about qt-2.2.3, that a history now
PR: ports/64837 [1]
Submitted by: Antoine Jacoutot <ajacoutot@lphp.org>
|
| |
|
|
|
|
| |
o Update to 0.8.6
|
| |
|
|
|
|
| |
- make portlint happy
|
|
|
|
|
| |
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
PR: 64749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
streams, as produced and consumed by the MJPEGtools such as lav2yuv and
mpeg2enc(1).
y4mscaler is meant to be used in a pipeline. Thus, input is from stdin, and
output is to stdout. The essential function of y4mscaler is to scale a
specified "active" region of the input stream (the source) into a specified
active region of the output stream (the target). Pixels outside of the active
region of the source are ignored; pixels outside of the active region of
the target are filled with a background color. The source may additionally
have a matte applied to it; pixels outside the source matte are set to a
separately specified background color.
y4mscaler correctly handles chroma sampling, and thus it can also perform
chroma subsampling conversions. The YUV4MPEG2 stream format currently only
supports 4:2:0 subsampling, although y4mscaler can process 4:1:1, 4:2:2, and
4:4:4 modes by abusing the YUV4MPEG2 format a bit.
Includes preset parameters for popular output streams: DVD, SVCD, VCD, DV,
CVD, and SVCD/VCD still images.
PR: ports/63962
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
|
| |
PR: ports/64100
Submitted by: michael johnson <ahze@ahze.net> (maintainer)
|
|
|
|
|
| |
PR: 64702
Submitted by: maintainer
|
|
|
|
|
|
| |
build a package again (audio/lame was set to NO_PACKAGE).
Notified by: kris
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- Compile on all architectures, camserv can be used as relay station
- Package the bttv-module only when ioctl_bt848.h is present
- Catch up with new location of ioctl_bt848.h on -CURRENT
PR: 64482
Submitted by: Ulrich Spoerlein <q@uni.de>
|
|
|
|
|
|
| |
- use ARCH insttead of MACHINE_ARCH
- reordered definitions
- use PLIST_FILES (save an inode)
|
|
|
|
|
| |
- new option FFMPEG_PORT
- use PLIST_FILES for MMX
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2) Add WITHOUT_POSTPROCESS knob for backward compatibility. However,
using might break ports that require postprocess to be enabled
in ffmpeg
3) Bump PORTREVISION due to [1]
4) Remove PKGMESSAGE since it is no longer necessary to warn about
ffmpeg045 port. It has been removed since the reasons for
maintaining an old parallel version of ffmpeg no longer exist
PR: 64257 [1,2,3]
Submitted by: dinoex
|
|
|
|
| |
ports/multimedia/ffmpeg
|
| |
|
|
|
|
|
|
|
| |
if defined at the same time
PR: 62363
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
|
|
|
|
|
|
|
|
| |
- <strstream.h> -> <iostream>
- remove -Wmissing-declarations declarations
PR: 64282
Submitted by: David Yeske <dyeske@yahoo.com>
|
|
|
|
|
|
| |
PR: 64460
Submitted by: Aron Stansvik <elvstone@osdever.net>,
bento
|
| |
|
|
|
|
| |
libSDL-1.1.so instead of libSDL-1.1.5.so.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Fix plist
- Bump PORTREVISION
|
| |
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
| |
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
[1] Enable DEBUG support
[2] Resolve build problems on bento for non-i386 architectures
[3] Introduce rtc interoperability
PR: 64314
Submitted by: maintainer
Reported by: znerd [1]
kris [2]
Michael Johnson <ahze@ahze.net> [3]
|
|
|
|
| |
on sdl12-1.2.5
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
won't build cause relocation problems in linking.
- mark BROKEN for CURRENT > 502010
builds, but dumps core when calling spinlock,
tested with more then one threaded lib.
|
|
|
|
| |
Pointy hat to: lioux
|
|
|
|
|
|
|
|
|
|
| |
dependencies (them and it at the same time) to USE_GCC=2.95 is
enough
o The requirement on gcc 3.x on one of the dependencies was removed
and I forgot to check yet another variation
PR: 63581
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
|
|
|
|
| |
WRKSRC after installation.
PR: 47713
Submitted by: parv <parv_fm@emailgroups.net> (report),
Anish Mistry <mistry.7@osu.edu> (fix)
|
|
|
|
|
|
|
| |
for the Brooktree and Meteor interfaces have been moved
PR: 62178
Submitted by: Steve O'Hara-Smith <steve@sohara.org>
|
|
|
|
|
|
|
|
|
| |
- Optimizations -O{1,s,2,3} work
- However, lack of -O{1,s,2,3} or -O0 BREAK the build
- Therefore, make sure we have AT LEAST -O and avoid -O0
PR: 52024
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
|
|
|
|
|
|
|
|
|
| |
o Correctly depend on libshout2 instead of libshout port [2]
PR: 59230 [2],
64154 [1]
Submitted by: michael jonson <ahze@ahze.net> [1],
pseniura@techie.com <pseniura@techie.com> [2]
|
| |
|
|
|
|
|
| |
PR: 64154
Submitted by: Michael Jonson <ahze@ahze.net>
|
| |
|
|
|
|
| |
PR: 63457
|
|
|
|
|
|
|
| |
http://www.freebsd.org/gnome/docs/porting.html
PR: ports/64070
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
|
|
|
|
|
|
|
|
| |
- Remove COPYING from PORTDOCS [2]
- Bump PORTREVISION
PR: ports/64087
Submitted by: maintainer [1], pav [1], krion [2]
|
| |
|
|
|
|
| |
Noticed by: bento via kris
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
files no longer get overwritten on reinstall.
PR: ports/63985
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
Pointy hat retained by: linimon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner
misc/kaddressbook-plugins
misc/kfile-plugins
misc/kicker-applets
misc/knewsticker-scripts
misc/konq-plugins
misc/ksig
misc/renamedlgplugins
multimedia/noatun-plugins
net/kontact-plugins
as slave ports.
- A number of KDE ports now uses OPTIONS do make various WITH_* options more
visible.
- Plist fixes
- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
newly created projects.
- kdebase will no longer remove previous KDM configurations. This won't take
effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
remove the configuration), but subsequent updates will merge old configs.
QT:
- Previous versions of QT could be compiled with debugging-support enabled by
defining DEBUG. This switch has been renamed to the more unambiguous
WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/63966
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
|
|
| |
PR: ports/61805
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
|
| |
tools like mplayer, mjpegtools or transcode.
PR: ports/63790
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
|
|
|
|
|
|
| |
- Add patch to add assert header [1]
- Add patch to make assembly routine gcc3 friendly (obtained from Gentoo) [1]
- Patch path to bash in two scripts
- Remove USE_SIZE=yes it's default now and Portlint
PR: ports/63745
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
|
| |
wacky do-configure target, and change the pkg-plist to add
missing files. PORTREVISION bump cuz of that last change.
|
| |
|
|
|
|
|
|
|
|
| |
reset maintainer, who had not answered this PR or the other about
this port, and appears neither in the commit logs nor access files.
PR: ports/63107
Submitted by: Hendrik Scholz <hendrik@scholz.net>
|
|
|
|
|
|
|
|
|
| |
refactor patchfiles on the way to doing that; minor bugfixes (see
ChangeLog for details).
PR: ports/62457
Submitted by: Ulrich Spoerlein <q@uni.de>
Maintainer timeout: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- new options:
WITH_AUTODETECT WITH_LIBMPEG2 WITH_LIBMATROSKA WITHOUT_LIBID3TAG
- clean dependencies from ports/63583
63583
Michael Johnson
- install 2 man pages
- better gnome support
- support for libmatroska
- new options:
WITH_GNOME WITH_ESOUND WITH_AALIB WITH_CDDB WITH_GGI WITH_LIBTHEORA
WITH_LIVEMEDIA WITH_SPEEX WITH_SVGALIB WITH_XOSD WITH_OPTIMIZED_CFLAGS
- dropped cause of bad dependency list:
WANT_GNOME does not work here linke in mplayer.
|
| |
|
|
|
|
|
| |
PR: ports/63617
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
|
| |
PR: ports/63456
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Woah. The roof of the building right outside my window just caught fire.
Uh... I should probably stop typing and go make a phone call.
Submitted by: John Birrell <jb@cimlogic.com.au>
|
|
|
|
|
| |
PR: ports/63548
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: FreshPorts sanity checking, which I didn't even know was
trolling my commits. Cool!!1
|
|
|
|
|
|
| |
with a PORTREVISION bump.
Approved by: no response from maintainer
|
|
|
|
| |
Approved by: no response from maintainer
|
|
|
|
|
|
| |
PR: ports/63505
Submitted by: michael johnson <ahze@ahze.net>
Pointy hat to: pav
|
|
|
|
|
| |
PR: ports/63417
Submitted by: michael johnson <ahze@ahze.net>
|
| |
|
|
|
|
|
|
| |
PR: ports/59744
Submitted by: Mezz <mezz7@cox.net>
Approved by: maintainer timeout (3 months)
|
|
|
|
|
|
|
|
| |
- Add WITH_LIBTHEORA knob (submitted by Michael Johnson)
- Don't build WITH_NASM if it's installed
PR: ports/63402
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
users of mplayer:
o bktr driver working. Thanks to Arjan van Leeuwen
<avleeuwen@piwebs.com> and Simun Mikecin sime@logos.hr (For me
it doesn't work at all, but mplayer's tv never did :-) So I
rely on the reports of the users who are successful.)
o disables support for libdvdnav as it's not compatible with
the new version. The mplayer developers are informed and
hunt the problem.
o introduces a patch to fix -vo md5: patch-libvo-vo_md5.c
Thanks to Christopher Nehren <apeiron@comcast.net>
PR: ports/63363
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
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]
|
| |
|
|
|
|
|
| |
station-names
Bump PORTREVISION
|
| |
|
|
|
|
|
|
| |
station here
- reattach x11/mtt to the build in case it's FreeBSD 5
- bump PORTREVISION
|
|
|
|
|
|
|
| |
especially for icc.
PR: ports/62566
Submitted by: Juan Salaverria <rael@vectorstar.net> (maintainer)
|
|
|
|
| |
Submitted by: lioux, Adriaan de Groot <adridg@cs.kun.nl>
|
| |
|
|
|
|
|
| |
PR: ports/62625
Submitted by: leafy <leafy@leafy.idv.tw>
|
| |
|
|
|
|
|
| |
work on my system)
Bump PORTREVISION
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/62533
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
| |
replace pkg-plist with PORTDOCS and PLIST_FILES.
|
|
|
|
|
|
|
| |
the previous 1.0.0 (though this is a later version).
PR: 62495
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: nork (mentor/implicitly)
|
|
|
|
| |
Reviewed by: marcus
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
==================
- Kmail and knode have been moved from kdenetwork to kdepim. This
means you will have to install kdepim if you want to continue using
kmail or knode. This is to ease integration with korganizer, in
the new 'Kontact' application.
- The arabic translations for KDE and KOffice have been moved from
misc to the arabic category.
- There is a new module called kdeaccessibility in the accessibility
category. It contains a few utilities for disabled users like a
magnification lens and a text-to-speech frontend.
- In KDM, you need to select the 'CUSTOM' session profile in order
to have your .xsession executed. This is particularly important if
you're using the aegypten tools
(http://freebsd.kde.org/howtos/aegypten-kmail.php).
- We have started making more parts of the ports optional. In kdepim,
both Kandy and KPilot can be turned off with ports-knobs. This
process will continue in the 3.2 series.
|
| |
|
|
|
|
|
|
|
|
| |
- Provide separate distinfo for ru-xmms so recode patch distinfo will not be
lost.
PR: 62250 [1]
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
|
|
|
| |
- Pet portlint
|
|
|
|
|
| |
PR: ports/62225
Submitted by: amistry <amistry@am-productions.biz> (maintainer)
|
|
|
|
|
| |
PR: ports/62177
Submitted by: Steve O'Hara-Smith <steve@sohara.org> (maintainer)
|
|
|
|
| |
to readme file.
|
|
|
|
| |
- Pointed out by: kris
|
|
|
|
|
|
|
|
| |
* Note that the update breaks russian/xmms because of a
patchfile needed for Russian coding detection.
PR: ports/62127
Submitted by: maintainer
|
|
|
|
| |
Approved by: maintainer timeout (26 days)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 61805
Approved by: MANTANI Nobutaka <nobutaka@freebsd.org>
|
|
|
|
|
| |
PR: ports/61805
Approved by: Stefan Farfeleder <stefan@fafoe.narf.at>
|
|
|
|
|
|
| |
USE_GETOPT_LONG.
Obtained from: pav
|
|
|
|
| |
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
|
|
|
|
| |
PR: 61805
|
|
|
|
|
| |
PR: ports/61805
Approved by: "Holger Lamm" <holger@e-gitt.net>
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: bento via kris
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
source. The result is supposed to be a program stream (PS) that can be
used to be burned to a DVD (with dvdauthor).
Replex can also remultiplex other PSs and AVIs with MPEG2 content.
WWW: http://www.metzlerbros.org/dvb/
|
|
|
|
| |
a message I just forwarded).
|
|
|
|
|
|
| |
Note: I wasn't able to do runtime tests, because xine is still broken on
amd64. But hopefully it still works on i386. Please notify me of any
problems.
|
|
|
|
|
| |
PR: 61248
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/61062
Submitted by: Sascha Blank <sblank@tiscali.de>
|
| |
|
|
|
|
| |
- USE_GCC, cause it won't build with gcc-2.95.x in STABLE
|
| |
|
| |
|
|
|
|
|
|
|
| |
Correct dependency on libmad.
PR: ports/59706, ports/60951
Submitted by: Sergey Akifyev, adamw
|
|
|
|
|
| |
PR: ports/60960
Submitted by: Mina Naguib <webmaster@topfx.com> (maintainer)
|
|
|
|
| |
Mark Broken, because it crashes on startup.
|
|
|
|
|
|
|
| |
TV capture cards.
PR: ports/60945
Submitted by: Mina Naguib <webmaster@topfx.com>
|
|
|
|
|
| |
- use libcipher on STABLE
- new option WITH_LIBDVBPSI=yes
|
|
|
|
| |
- new layout in tarball
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A micro Linux distro meant to be embedded in a CD together
with all video/audio files you want, so that the CD will
be able to boot and automagically play all of its own files.
eMoviX CDs be written with K3b.
WWW: http://movix.sourceforge.net/
PR: ports/58767
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/libexec/ld-elf.so.1: Shared object "libavcodec.so" not found
$ (cd /usr/local/lib; ls -l libavcodec.so*)
lrwxr-xr-x 1 root wheel 15 Dec 22 00:32 libavcodec.so@ -> libavcodec.so.0
lrwxr-xr-x 1 root wheel 13 Dec 22 00:32 libavcodec.so.0@ -> libavcodec.so
$ tail -5 /usr/ports/multimedia/ffmpeg/Makefile | head -3
# add shared lib link
@${LN} -sf libavcodec.so \
${PREFIX}/lib/libavcodec.so.${SHLIB_VERSION}
This inversion symlink problem fixed in ports/56721
(files/patch-libavcodec::Makefile) but this code left unremoved.
|
| |
|
|
|
|
|
|
|
|
| |
- Add missed files and directories to plist
- Bump portrevision
PR: ports/59628, ports/60538
Submitted by: Simon Barner <barner@in.tum.de>, Sergey Akifyev <asa@gascom.ru>
|
|
|
|
|
|
|
| |
- Correctly detect AMD64 machines
PR: 60528
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES and WWW
- Respect PTHREAD_LIBS and CFLAGS
PR: 60380
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by: erwin (mentor)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/59273
Submitted by: none <supraexpress@globaleyes.net>
Pointy hat to: pav
|
| |
|
|
|
|
|
| |
PR: ports/60123 (based on)
Submitted by: Vincent <viny@scientiae.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
infrastructure to make use of libxine's features and capabilities (i.e.
DivX and Quicktime in noatun). Bump portrevision to facilitate updating
installations which have the xine-port already installed.
- Add an option to disable the mpeglib artsplugin and use the older
mpg123/oggvorbis plugins instead. This is non-default and not recommended
except for exceptionally broken sound hardware/driver combinationsi which
do not work right with mpeglib.
- Declare CONFLICTS with timidity/timidity++ if WITH_MIDI/WITH_KMIDI is
being used.
|
|
|
|
|
|
|
|
|
|
| |
script was renamed to solve a conflict with archivers/rpm) to fix possible
build problems.
I've tested this with lang/icc. Any new errors because of this commit in
one of the modified ports may be because the ports previously may have used
rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS
archivers/rpm2cpio.
|
|
|
|
|
|
| |
Check_FS_Segment().
Submitted by: deischen
|
| |
|
|
|
|
|
| |
PR: ports/59930
Submitted by: deischen
|
|
|
|
|
|
|
| |
gstreamer-plugins doesn't use mad by default, this will get users that
do have libmad to update the port.
Requested by: sf and seanc
|
|
|
|
|
| |
PR: ports/59717
Submitted by: Chris Burkert <chris@chrisburkert.de>
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
Bump portrevision, although the original patch didn't do that (this
seems necessary enough to me). Compiles ok on 4.x, 5.x.
PR: ports/56721
Submitted by: Simon Barner <barner@in.tum.de>
Committed on behalf of lioux@, who is having machine troubles.
|
| |
|
|
|
|
|
| |
PR: 60013
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
|
|
| |
bugfixes, see ChangeLog for details.
PR: ports/59864
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Committed on behalf of lioux@, who is having machine problems.
|
|
|
|
| |
to bring it up to more "modern" standards for GNOME Makefiles.
|
|
|
|
|
|
|
| |
PR: ports/59076
Submitted by: oleg dashevskii <be9-ml@be9.ru>
Approved by: maintainer
Approved by: adamw (mentor)
|
| |
|