summaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* - 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-251-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-232-4/+3
|
* Update to 0.4.3lioux2004-02-233-12/+9
|
* Change my email address.markus2004-02-231-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-221-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-214-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-211-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-202-8/+8
|
* Chase libdvdnav shlib.adamw2004-02-202-3/+3
|
* Chase libdvdnav shlib version.adamw2004-02-201-1/+1
|
* Unbreak by adding USE_PERL5_BUILDarved2004-02-201-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-191-2/+2
| | | | Reported by: bento
* Update to 0.1.9.marcus2004-02-196-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-171-0/+4
|
* BROKEN on 5.x: does not compilekris2004-02-171-0/+4
|
* Reset undeliverable maintainer addresskris2004-02-171-1/+1
|
* BROKEN: Checksum mismatch. This port is scheduled for removal on April 16kris2004-02-161-0/+3
| | | | if still broken at that time.
* - Fix build on AMD64krion2004-02-151-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]
OpenPOWER on IntegriCloud