aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* correct typo in my previous commiteik2004-03-301-1/+1
| | | | Pointy hat to: me
* Mark forbidden due to an entry in the VuXML database. Don'teik2004-03-291-0/+2
| | | | | | forget to add the version which fixes the issues there. http://people.freebsd.org/~eik/portaudit/fde53204-7ea6-11d8-9645-0020ed76ef5a.html
* - SIZEifymarkus2004-03-291-0/+1
| | | | | Submitted by: trevor Approved by: arved (mentor)
* Update to 0.4.2arved2004-03-285-11/+37
|
* Respect WITHOUT_FOO.lofi2004-03-282-72/+12
|
* Update pkg-message:pav2004-03-281-13/+2
| | | | | | | | - 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>
* Add a bunch of missing gconf entries.adamw2004-03-282-1/+37
|
* o Remove BROKEN: update is fetchablelioux2004-03-272-8/+6
| | | | o Update to 0.8.6
* - make PKGNAMESUFFIX more flexibledinoex2004-03-272-14/+6
|
* - make PKGNAMESUFFIX more flexibledinoex2004-03-272-6/+8
| | | | - make portlint happy
* Update WWW tag.osa2004-03-261-1/+1
| | | | | Submitted by: Michael Johnson <ahze@ahze.net> (maintainer) PR: 64749
* Add y4mscaler, a general-purpose video scaler which operates on YUV4MPEG2pav2004-03-264-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* - IGNORE for perl < 5.6pav2004-03-261-4/+2
| | | | | PR: ports/64100 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* Update to 1.0alpha-3.marcus2004-03-263-13/+12
| | | | | PR: 64702 Submitted by: maintainer
* Make dependency on audio/lame optional and default to off so we canlofi2004-03-2410-18/+58
| | | | | | build a package again (audio/lame was set to NO_PACKAGE). Notified by: kris
* BROKEN: Unfetchablekris2004-03-231-0/+2
|
* - Update to 0.5.1clement2004-03-2310-82/+93
| | | | | | | | | | - 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>
* - make portlint happydinoex2004-03-222-37/+25
| | | | | | - use ARCH insttead of MACHINE_ARCH - reordered definitions - use PLIST_FILES (save an inode)
* - update to 0.7.1dinoex2004-03-218-436/+68
| | | | | - new option FFMPEG_PORT - use PLIST_FILES for MMX
* 1) Enable shared postprocess per defaultlioux2004-03-216-38/+38
| | | | | | | | | | | | | 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
* Remove ports/multimedia/ffmpeg045 in favor of better latest versionlioux2004-03-2115-684/+0
| | | | ports/multimedia/ffmpeg
* Add size data, approved by maintainers.trevor2004-03-211-0/+1
|
* Add WITHOUT_ARTS knob. Furthermore, it takes precedence over WITH_ARTSlioux2004-03-202-12/+18
| | | | | | | if defined at the same time PR: 62363 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
* Remove BROKEN: fix build in 5.x-CURRENTlioux2004-03-201-6/+5
| | | | | | | | - <strstream.h> -> <iostream> - remove -Wmissing-declarations declarations PR: 64282 Submitted by: David Yeske <dyeske@yahoo.com>
* Fix build on 5.x-CURRENT: fix libebml port header files locationlioux2004-03-201-1/+1
| | | | | | PR: 64460 Submitted by: Aron Stansvik <elvstone@osdever.net>, bento
* - Utilize USE_SDL to prevent libraries chase in the futurekrion2004-03-191-6/+2
|
* Unbreak dependency on SDL in WITH_SDL=yes case. Look for properkan2004-03-191-1/+1
| | | | libSDL-1.1.so instead of libSDL-1.1.5.so.
* BROKEN on ia64: Fails to linkkris2004-03-191-1/+7
|
* BROKEN on i386 5.x: Does not compilekris2004-03-192-0/+8
|
* BROKEN on 5.x: Does not compilekris2004-03-191-0/+4
|
* - s/USE_SDL=yes/USE_SDL=sdllofi2004-03-192-1/+18
| | | | | - Fix plist - Bump PORTREVISION
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Add SIZEarved2004-03-181-0/+1
| | | | Submitted by: trevor
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* BROKEN on 5.x: Does not compilekris2004-03-181-0/+4
|
* - Add SIZEpav2004-03-181-0/+1
| | | | Submitted by: trevor
* SIZEifyijliao2004-03-183-0/+3
| | | | Submitted by: trevor
* SIZEify.lofi2004-03-181-0/+1
|
* SIZEify.trevor2004-03-183-0/+4
|
* Fix build with freetype2-2.1.7.lofi2004-03-171-0/+12
|
* BROKEN on ia64: Does not compilekris2004-03-171-1/+7
|
* Fix build with freetype2-2.1.7.marcus2004-03-172-0/+24
| | | | Approved by: maintainer
* Log:znerd2004-03-163-15/+74
| | | | | | | | | | | | [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]
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-1629-29/+29
| | | | on sdl12-1.2.5
* Don't use PORTREVISION in dependency filenames.lofi2004-03-151-1/+1
|
* ia64 doesn't have bktr supportkris2004-03-151-1/+1
|
* ONLY_FOR_ARCHS=alpha i386 ia64, and IGNORE on alpha 4.xkris2004-03-151-1/+9
|
* - mark BROKEN on alpha 4.xdinoex2004-03-152-0/+14
| | | | | | | 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.
* - Chase libdv shlib versionpav2004-03-151-1/+1
| | | | Pointy hat to: lioux
* o Play nice in FreeBSD series before 5.x, defaulting on all mkvtoolnixlioux2004-03-142-10/+12
| | | | | | | | | | 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>
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-1432-32/+32
| | | | | | | | | | | | | | | 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.
* o Fix "make deinstall reinstall": "unfix" some header files insidelioux2004-03-142-0/+8
| | | | | | | | WRKSRC after installation. PR: 47713 Submitted by: parv <parv_fm@emailgroups.net> (report), Anish Mistry <mistry.7@osu.edu> (fix)
* Support moved header files in FreeBSD 5.x branch: the header fileslioux2004-03-142-0/+10
| | | | | | | for the Brooktree and Meteor interfaces have been moved PR: 62178 Submitted by: Steve O'Hara-Smith <steve@sohara.org>
* o Work around compiler BUGlioux2004-03-141-0/+6
| | | | | | | | | - 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 Chase libdv shared library version bump [1]lioux2004-03-142-4/+4
| | | | | | | | | 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]
* Chase libdv shared library version bumplioux2004-03-146-8/+8
|
* o Update to 0.101lioux2004-03-143-20/+9
| | | | | PR: 64154 Submitted by: Michael Jonson <ahze@ahze.net>
* BROKEN on !i386: Does not compilekris2004-03-131-1/+7
|
* - Fix problmes when -lpthread does exist.dinoex2004-03-132-4/+6
| | | | PR: 63457
* - Proper handle installation of OMF files as described inkrion2004-03-122-0/+3
| | | | | | | http://www.freebsd.org/gnome/docs/porting.html PR: ports/64070 Submitted by: Koop Mast <kwm@rainbow-runner.nl>
* - Use PORTDOCS [1]krion2004-03-121-10/+4
| | | | | | | | - Remove COPYING from PORTDOCS [2] - Bump PORTREVISION PR: ports/64087 Submitted by: maintainer [1], pav [1], krion [2]
* Update to 0.4lioux2004-03-124-27/+22
|
* fix patch when perl <= 5.6.0ijliao2004-03-121-1/+1
| | | | Noticed by: bento via kris
* Unbreak WITH_ENCODING_PATCH by updating it to version 27.3.kan2004-03-112-22/+1
|
* Fix plist.lofi2004-03-111-1/+1
|
* Fix plist, bump PORTREVISION.lofi2004-03-101-1/+1
|
* Fix PKGNAME. Bump PORTREVISION.lofi2004-03-101-1/+1
|
* Unbreak from previous commit by fixing author's bugs. Also, the configlinimon2004-03-104-1/+27
| | | | | | | | files no longer get overwritten on reinstall. PR: ports/63985 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) Pointy hat retained by: linimon
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-1013-84/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* /tmp/cvs7Yiceweik2004-03-101-1/+1
|
* Add noatun-plugins, various plugins for noatun (part of kdemultimedia).lofi2004-03-095-0/+76
|
* BROKEN on alpha and amd64: Does not compilekris2004-03-091-1/+7
|
* - Add missing manpagekrion2004-03-091-1/+4
| | | | | PR: ports/63966 Submitted by: maintainer
* - Switch to my FreeBSD.org addresspav2004-03-091-1/+1
|
* Properly use SDL everywhere:edwin2004-03-089-29/+27
| | | | | | | | | | | | 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>
* Make ports/multimedia use the USE_SDL macroedwin2004-03-087-29/+12
| | | | | | PR: ports/61805 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* ia64 doesn't have bktr support.kris2004-03-071-1/+1
|
* Add mkxvcd, a bash script for easy encoding of VCD disc using commonpav2004-03-064-0/+69
| | | | | | | tools like mplayer, mjpegtools or transcode. PR: ports/63790 Submitted by: michael johnson <ahze@ahze.net>
* - Unbreak on -CURRENT [1]pav2004-03-063-7/+75
| | | | | | | | | | - 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>
* Fix build, use GNU_CONFIGURE instead of HAS_CONFIGURE and aadamw2004-03-062-6/+6
| | | | | wacky do-configure target, and change the pkg-plist to add missing files. PORTREVISION bump cuz of that last change.
* BROKEN on !i386: Does not compilekris2004-03-051-0/+1
|
* Mark as not for architectures that don't support bttv. While here,linimon2004-03-041-2/+10
| | | | | | | | 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>
* Update to 0.5.0 and unbreak; fix Imlib2 and gdk-pixbuf detection;linimon2004-03-048-228/+149
| | | | | | | | | 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
* - use libmaddinoex2004-03-048-50/+804
| | | | | | | | | | | | | | | | | | - 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.
* - remove include dirdinoex2004-03-031-0/+1
|
* - Fix MASTER_SITESkrion2004-03-021-1/+1
| | | | | PR: ports/63617 Submitted by: michael johnson <ahze@ahze.net>
* - Fix build when WITHOUT_SIMD is definedpav2004-03-011-3/+4
| | | | | PR: ports/63456 Submitted by: maintainer
* Remove a quotation mark that snuck in when I wasn't paying attention.adamw2004-03-012-2/+2
| | | | | | | 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>
* - SIZEifykrion2004-03-011-0/+1
| | | | | PR: ports/63548 Submitted by: maintainer
* Add a missing \.adamw2004-02-292-2/+2
| | | | | Submitted by: FreshPorts sanity checking, which I didn't even know was trolling my commits. Cool!!1
* Add faad support, unbreak imlib2 support, and fix the pkg-plist. All toppedadamw2004-02-294-6/+40
| | | | | | with a PORTREVISION bump. Approved by: no response from maintainer
* Fix configure by acknowledging PTHREAD_{CFLAGS,LIBS}adamw2004-02-291-1/+1
| | | | Approved by: no response from maintainer
* - Fix WITH_SSE optionpav2004-02-291-2/+2
| | | | | | PR: ports/63505 Submitted by: michael johnson <ahze@ahze.net> Pointy hat to: pav
* - Add WITH_SSE and WITHOUT_MMX knobspav2004-02-281-0/+19
| | | | | PR: ports/63417 Submitted by: michael johnson <ahze@ahze.net>
* - update to 0.0.9dinoex2004-02-282-4/+3
|
* - Convert to USE_GNOMEpav2004-02-271-2/+1
| | | | | | PR: ports/59744 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer timeout (3 months)
* - Update to 0.6.12pav2004-02-275-36/+41
| | | | | | | | - 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)
* This update solves two issues which are important for manykrion2004-02-264-14/+65
| | | | | | | | | | | | | | | | | | | 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
* - add SIZEdinoex2004-02-266-1/+13
|
* Chase libfame shared lib version.marcus2004-02-262-2/+2
| | | | | PR: 63379 Submitted by: michael johnson <ahze@ahze.net>
* BROKEN on alpha 5.x: Does not compilekris2004-02-261-0/+4
|
* BROKEN on !i386: Does not compilekris2004-02-251-0/+4
|
* BROKEN on alpha 5.x: does not compilekris2004-02-251-1/+7
|
* Add gmencoder 0.1.0,krion2004-02-255-0/+57
| | | | | | | | | 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>
* BROKEN on !i386 and !amd64: Does not compilekris2004-02-251-0/+4
|
* Add libtheora, Xiph.Org's video codec, intended for use within the Oggmarcus2004-02-255-0/+75
| | | | | | | project's multimedia streaming system. Theora is derived directly from On2's VP3 codec. Submitted by: Koop Mast <kwm@rainbow-runner.nl>
* - Chase libraries for new libfame versionkrion2004-02-251-1/+2
|
* - Update to version 0.9.1krion2004-02-253-4/+6
| | | | | PR: ports/63333 Submitted by: michael johnson <ahze@ahze.net>
* add p5-RIFF-Info 1.07ijliao2004-02-255-0/+47
| | | | | | | Probe DivX and AVI files for attributes PR: 63328 Submitted by: michael johnson <ahze@ahze.net>
* add p5-Video-Info 0.993ijliao2004-02-255-0/+68
| | | | Retrieve video properties such as: height width codec fps
* add p5-Video-OpenQuicktime 1.02ijliao2004-02-255-0/+57
| | | | | | | An interface to the OpenQuicktime library PR: 63253 Submitted by: michael johnson <ahze@ahze.net>
* - Update to 1.2.10krion2004-02-242-8/+5
| | | | | PR: ports/63303 Submitted by: maintainer
* o FreeBSD 5.x series had gcc 3.2.x per default up until OSVERSIONlioux2004-02-242-1/+12
| | | | | | | | | | | | | | | | 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
* o New port mkvtoolnix version 0.8.5: Tools to extract from/get infolioux2004-02-245-0/+64
| | | | | | | 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
* o Make sure that:lioux2004-02-241-12/+5
| | | | | | | | | | - 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
* Update to 1.2lioux2004-02-242-4/+3
|
* Update to 0.4.3lioux2004-02-243-12/+9
|
* Change my email address.markus2004-02-241-1/+1
| | | | Approved by: arved (mentor)
* Unbreak on 5.x. Define PIC when compiling with -fpic, some codecskan2004-02-232-12/+4
| | | | use that to decide whether to enable inline assemply optimisations.
* Unbreak on 5.x by adding USE_PERL5. Clean up dependencies.linimon2004-02-232-5/+3
| | | | | PR: ports/62179 Submitted by: Heiner Eichmann <h.eichmann at gmx.de> (maintainer)
* add file for WITH_ENCODING_PATCH to distinfo.eik2004-02-231-0/+3
| | | | | | | | SIZEify while I'm here PR: 62894 Submitted by: Linh Pham <question+freebsdpr@closedsrc.org> Prompted by: josef
* 1. Fix build error.nobutaka2004-02-222-0/+18
| | | | | | | 2. SIZEify. PR: ports/63168 [1] Submitted by: Martin Kaeske <Martin.Kaeske@Stud.TU-Ilmenau.DE> [1]
* 1. Fix hangup problem with arts.nobutaka2004-02-224-4/+34
| | | | | | | | | 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]
* Update to version 0.50.16.lofi2004-02-225-28/+41
|
* Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.kris2004-02-221-1/+2
|
* This port is also broken on 4.x. It is scheduled for removal on April 21kris2004-02-222-8/+8
| | | | if it is still broken at that time.
* Make sure to link against libc_r on 5.X if requested to do so. This shouldmarcus2004-02-224-14/+32
| | | | | | fix any DTP-related crash. Obtained from: MarcusCom GNOME 2.5 repo
* Use intlhack to fix the build on 4.X.marcus2004-02-221-1/+1
| | | | Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* ia64 has no machine/ioctl_bt848.h. ONLY_FOR_ARCHS= alpha i386oliver2004-02-211-1/+1
|
* Re-add support for libdvdnav.marcus2004-02-212-8/+8
|
* Chase libdvdnav shlib.adamw2004-02-212-3/+3
|
* Chase libdvdnav shlib version.adamw2004-02-211-1/+1
|
* Unbreak by adding USE_PERL5_BUILDarved2004-02-211-7/+2
|
* Update to 0.99.9arved2004-02-203-4/+5
| | | | | PR: 62880 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Fix build on AMD64arved2004-02-201-0/+3
|
* - Fix plist for alphadinoex2004-02-202-6/+6
|
* Chase ogle shared libraryarved2004-02-201-2/+2
| | | | Reported by: bento
* Update to 0.1.9.marcus2004-02-206-28/+50
| | | | | | Submitted by: Simon Barner <barner@in.tum.de> maintainer Approved by: maintainer
* - Update to 0.7.2pav2004-02-192-15/+11
| | | | | | | | - Be a bit more clever about default device on 5.x PR: ports/62237 Submitted by: pav Approved by: maintainer timeout (18 days)
* Remove BROKEN tag, since the problem was fixed by the recent fix to thekris2004-02-191-4/+0
| | | | | | lame port. Tracked down by: "Thomas E. Zander" <riggs@rrr.de>
* GTK2 mozilla is now the default, and GTK1 support will be built only if ↵adamw2004-02-181-5/+4
| | | | | | | | | | | | | | | | | | | | | | | 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.
* BROKEN on 5.x: Does not compilekris2004-02-181-0/+4
|
* BROKEN on 5.x: does not compilekris2004-02-181-0/+4
|
* Reset undeliverable maintainer addresskris2004-02-171-1/+1
|
* BROKEN: Checksum mismatch. This port is scheduled for removal on April 16kris2004-02-171-0/+3
| | | | if still broken at that time.
* - Fix build on AMD64krion2004-02-161-0/+10
| | | | | | PR: ports/62854 Submitted by: Hendrik Scholz <hendrik@scholz.net> Approved by: maintainer
* Typo: s/supprt/supportblackend2004-02-151-1/+1
|
* - Use intlhack to fix build on systems with old perl. [1]bland2004-02-152-11/+1
| | | | | | | - Use lthack. PR: 62869 Reported by: Stacey Roberts <stacey@vickiandstacey.com> [1]
* Update to 0.3.4.marcus2004-02-144-21/+6
|
* Scantv is now able to detect stations. Actually You still won't get theoliver2004-02-123-2/+35
| | | | | station-names Bump PORTREVISION
* - fix package on sparc64dinoex2004-02-112-2/+2
|
* - scantv now scans w/o a failure, but actually doesn't like to find anyoliver2004-02-116-11/+186
| | | | | | station here - reattach x11/mtt to the build in case it's FreeBSD 5 - bump PORTREVISION
* Miscellaneous bugfixes and rework of some parts of the installation,linimon2004-02-113-8/+22
| | | | | | | especially for icc. PR: ports/62566 Submitted by: Juan Salaverria <rael@vectorstar.net> (maintainer)
* Fix build on AMD64arved2004-02-111-0/+5
| | | | Submitted by: lioux, Adriaan de Groot <adridg@cs.kun.nl>
* Fix build on AMD64arved2004-02-101-0/+1
|
* Remove hardcoded check for libc_r.lofi2004-02-102-2/+4
| | | | | PR: ports/62625 Submitted by: leafy <leafy@leafy.idv.tw>
* i forgott to add bin/alevtdoliver2004-02-101-0/+1
|
* Add libzvbi Support (WITH_LIBZVBI) to get a aletvd and a scantv (which won'toliver2004-02-104-13/+61
| | | | | work on my system) Bump PORTREVISION
* - Fix build on AMD64krion2004-02-091-0/+11
|
* Bump PORTREVISION. Again.lofi2004-02-092-2/+2
|
* Fix dependency - we want libmusicbrainz, not musicbrainz. Hmpf.lofi2004-02-092-2/+2
| | | | | PR: ports/62533 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* add USE_GCC=2.95 and unbreak this port.leeym2004-02-082-13/+5
| | | | replace pkg-plist with PORTDOCS and PLIST_FILES.
* Update to 0.9.6 and bump PORTEPOCH since 0.9.6 is numerically less thanmarcus2004-02-0822-583/+534
| | | | | | | the previous 1.0.0 (though this is a later version). PR: 62495 Submitted by: maintainer
* USE_SIZEifylioux2004-02-0878-0/+78
|
* BROKEN on 5.x: Does not compilekris2004-02-081-0/+4
|
* Add dependencies for trm & musicbrainz.lofi2004-02-082-0/+8
|
* - Fix package on amd64 archdinoex2004-02-074-14/+26
|
* BROKEN on 5.x: configure failskris2004-02-071-1/+7
|
* BROKEN On 5.x: does not compilekris2004-02-072-0/+8
|
* Correct a sub-plist.lofi2004-02-072-40/+0
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0616-9/+9
|
* BROKEN on 5.x: broken pkg-plistkris2004-02-061-1/+7
|
* Fix PLIST generation.ale2004-02-061-0/+1
| | | | Approved by: nork (mentor/implicitly)
* Use PLIST_FILES.trevor2004-02-0618-10/+10
| | | | Reviewed by: marcus
* Remove explicit library revision, hayes works on all libnoatuns.lofi2004-02-061-1/+1
|
* Update to KDE 3.2.0lofi2004-02-0524-326/+584
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Fix building ru-xmms with vorbis output plugin.fjoe2004-02-052-0/+20
|
* - Unbreak ru-xmms [1].fjoe2004-02-041-2/+1
| | | | | | | | - 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>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0471-23/+71
| | | | (Part 1)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-047-14/+18
| | | | | Submitted by: trevor Tested by: bento
* Remove the broken WMxmms port.kris2004-02-027-132/+0
|
* - Fix build on AMD64krion2004-02-023-5/+25
| | | | - Pet portlint
* - Mark as only for i386 and point users to port that works on all archspav2004-02-021-0/+4
| | | | | PR: ports/62225 Submitted by: amistry <amistry@am-productions.biz> (maintainer)
* - Account for Brooktree header move in recent -CURRENTpav2004-02-021-16/+21
| | | | | PR: ports/62177 Submitted by: Steve O'Hara-Smith <steve@sohara.org> (maintainer)
* - Update checksum in distinfo. I verified changes, only few minor changespav2004-02-021-1/+1
| | | | to readme file.
* - Mark BROKEN with WITH_ENCODING_PATCH patchkrion2004-02-011-0/+1
| | | | - Pointed out by: kris
* - Update to version 1.2.9krion2004-01-315-29/+5
| | | | | | | | * Note that the update breaks russian/xmms because of a patchfile needed for Russian coding detection. PR: ports/62127 Submitted by: maintainer
* Fix build on AMD64arved2004-01-312-4/+4
| | | | Approved by: maintainer timeout (26 days)
* Fix build on AMD64arved2004-01-311-0/+20
|
* update xawtv to 3.91oliver2004-01-312-2/+2
|
* SIZEify.trevor2004-01-3025-0/+26
|
* Let multimedia/libxine properly use USE_SDLedwin2004-01-281-1/+1
| | | | | PR: 61805 Approved by: MANTANI Nobutaka <nobutaka@freebsd.org>
* Let multimedia/slideshow use USE_SDL.edwin2004-01-281-5/+3
| | | | | PR: ports/61805 Approved by: Stefan Farfeleder <stefan@fafoe.narf.at>
* Remove useless explicit dependency on gnugetopt, taken care of bypb2004-01-281-1/+0
| | | | | | USE_GETOPT_LONG. Obtained from: pav
* - Update to 2.0.20pav2004-01-273-7/+15
| | | | Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
* - change USE_SDLdinoex2004-01-272-2/+2
| | | | PR: 61805
* Let multimedia/avifile use USE_SDLedwin2004-01-261-6/+3
| | | | | PR: ports/61805 Approved by: "Holger Lamm" <holger@e-gitt.net>
* Remove hack when setting MASTER_SITE_SUBDIR for :enc group.fjoe2004-01-261-2/+1
|
* Use USE_SDL macros in these ports.edwin2004-01-246-16/+9
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-247-7/+7
|
* - Mark only for arch that have bt848 driverpav2004-01-231-1/+9
| | | | Submitted by: bento via kris
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-1/+1
|
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+0
|
* Update to 0.6.9.pb2004-01-2110-65/+18
|
* Replex was created to remultiplex transport stream (TS) data taken from a DVBdinoex2004-01-207-0/+94
| | | | | | | | 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/
* Update maintainer's email address (prompted by detailed autoreply tolinimon2004-01-191-1/+1
| | | | a message I just forwarded).
* Update to 0.4.1arved2004-01-183-10/+19
| | | | | | 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.
* - Update to version 0.7.4krion2004-01-122-4/+4
| | | | | PR: 61248 Submitted by: Ports Fury
* Correct default search path of RealAudio and RealVideo codecs.nobutaka2004-01-112-0/+34
| | | | | PR: ports/61062 Submitted by: Sascha Blank <sblank@tiscali.de>
* LIB_DEPENDS: libxine was bumped to version 9 some time ago.olgeni2004-01-092-2/+2
|
* - Update to 0.7.0dinoex2004-01-088-40/+52
| | | | - USE_GCC, cause it won't build with gcc-2.95.x in STABLE
* Sync with libxine shared library version bump.nobutaka2004-01-074-7/+8
|
* Update to 0.9.23.nobutaka2004-01-075-5/+36
|
* Update 1-rc3a.nobutaka2004-01-075-60/+58
| | | | | | | Correct dependency on libmad. PR: ports/59706, ports/60951 Submitted by: Sergey Akifyev, adamw
* - Update to 0.02pav2004-01-063-69/+2
| | | | | PR: ports/60960 Submitted by: Mina Naguib <webmaster@topfx.com> (maintainer)
* Add -fPIC to fix build on amd64 (when libxine is fixed)arved2004-01-061-1/+8
| | | | Mark Broken, because it crashes on startup.
* Add bsdbktr_tvtune, an command line TV channel tuner for Brooktree basedpav2004-01-066-0/+102
| | | | | | | TV capture cards. PR: ports/60945 Submitted by: Mina Naguib <webmaster@topfx.com>
* - Fix MASTER_SITESdinoex2004-01-044-8/+44
| | | | | - use libcipher on STABLE - new option WITH_LIBDVBPSI=yes
* - update to 0.1.4dinoex2004-01-034-6/+8
| | | | - new layout in tarball
* New Port: multimedia/eMovix, a mini linux distro to create bootable video CDsedwin2004-01-037-0/+284
| | | | | | | | | | | | | 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>
* - take maintainershipdinoex2004-01-032-2/+2
|
* fix build with lame.sf2003-12-282-6/+32
|
* $ ffmpegsf2003-12-282-10/+2
| | | | | | | | | | | | | | /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.
* - take maintainershipdinoex2003-12-271-1/+1
|
* - Fix build of vorbis plugin on 4.xpav2003-12-264-1/+98
| | | | | | | | - 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>
* - Chase libraries for new libvorbis versionkrion2003-12-242-9/+17
| | | | | | | - Correctly detect AMD64 machines PR: 60528 Submitted by: maintainer
* - Update to 1.4clement2003-12-223-5/+11
| | | | | | | | | - 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)
* Catch up with libogg/libvorbis version bump.naddy2003-12-2114-28/+24
|
* - Bump portrevisionpav2003-12-191-0/+1
|
* - Chase recent fox-devel upgrade.pav2003-12-191-1/+4
| | | | | | PR: ports/59273 Submitted by: none <supraexpress@globaleyes.net> Pointy hat to: pav
* Update to 0.6.8.pb2003-12-179-5/+77
|
* - Unbreak on 5.2-CURRENT after Bt848 includes changepav2003-12-161-3/+16
| | | | | PR: ports/60123 (based on) Submitted by: Vincent <viny@scientiae.net>
* - Chase libraries for new Imlib2 versionkrion2003-12-162-2/+2
|
* - Enable optional xine_artsplugin support. This enables KDE's multimedialofi2003-12-1410-64/+138
| | | | | | | | | | | | | | 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.
* s/rpm2cpio/rpm2cpio.pl/ after the recent update of archivers/rpm2cpio (thenetchild2003-12-121-2/+2
| | | | | | | | | | 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.
* Correct files/patch-src:libw32dll:ldt_keeper.c to avoid to fail in ↵nobutaka2003-12-122-2/+2
| | | | | | Check_FS_Segment(). Submitted by: deischen
* USE_MESA -> USE_GLfjoe2003-12-101-1/+1
|
* Fix crash with libkse / libthr.nobutaka2003-12-092-1/+53
| | | | | PR: ports/59930 Submitted by: deischen
* Bump the PORTREVISION for the last libmad commit. Even thoughmarcus2003-12-092-2/+2
| | | | | | | 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
* - Add conflict with russian xmmspav2003-12-091-0/+2
| | | | | PR: ports/59717 Submitted by: Chris Burkert <chris@chrisburkert.de>
* Switch dependency mad -> libmad as more apropriate.bland2003-12-081-2/+2
| | | | Approved by: maintainer
* Fix installation of shared libs, man page installation, and plist.linimon2003-12-0812-34/+272
| | | | | | | | 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.
* Switch dependency mad -> libmad as more apropriate.bland2003-12-081-2/+2
|
* - Fix build on -currentkrion2003-12-0820-511/+524
| | | | | PR: 60013 Submitted by: Ports Fury
* Chase the libmad/libid3tag shared lib version.marcus2003-12-0710-12/+19
|
* Chase shared library version: libxvidcore.so.0 -> libxvidcore.so.2.olgeni2003-12-061-2/+2
|
* Update to 0.2 (> 0.13): greater functionality and huge number oflinimon2003-12-053-10/+24
| | | | | | | 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.
* Reworked this new port Makefile per suggestions of adamw@ via email,linimon2003-12-051-8/+3
| | | | to bring it up to more "modern" standards for GNOME Makefiles.
* - Add WITH_ENCODING_PATCH knob which allows russian fontspav2003-12-042-0/+13
| | | | | | | PR: ports/59076 Submitted by: oleg dashevskii <be9-ml@be9.ru> Approved by: maintainer Approved by: adamw (mentor)
* Add multimedia/avidemux2. PR: ports/51013.linimon2003-12-041-0/+1
|