aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on 4.xMichael Johnson2006-05-114-0/+30
| | | | | PR: 97131 Submitted by: Sven Berkvens-Matthijsse
* Update to 1.0.4Volker Stolz2006-05-116-30/+10
| | | | | PR: ports/96464 Submitted by: maintainer
* - Mark faad brokenMichael Johnson2006-05-111-0/+1
|
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-1187-91/+0
|
* - Update to 20060508Andrew Pantyukhin2006-05-112-11/+13
| | | | Approved by: osa (co-mentor)
* - Chase x264 libver bumpMichael Johnson2006-05-107-11/+13
|
* - Update to 0.0.20060509Michael Johnson2006-05-1010-164/+98
| | | | patch-muxers submitted by: lioux
* Update my e-mail addressAndrew Pantyukhin2006-05-091-2/+2
| | | | Approved by: krion (mentor, implicit)
* - Remove multimedia/gnonlin port in favor of gstreamer-plugins-gnonlin portPav Lucistnik2006-05-085-59/+0
|
* - Remove hal support, not in ports yet.Michael Johnson2006-05-082-10/+0
|
* - Update to 0.8.6.20060507Michael Johnson2006-05-084-434/+401
|
* - Update to 0.8.5Michael Johnson2006-05-084-430/+462
| | | | | | | | | | | | | | - Split Makefile into Makefile.inc to make it a little easier to maintain - Turn on or off knobs by default per configure script o GNOMEVFS on by default o AVAHI on by default o FLAC off by default o X264 on by default o DAAP on by default o LIVEMEDIA off by default o SAMBA on by default o SDL on by default o SPEEX on by default
* - Update to 0.9.7.1Pav Lucistnik2006-05-086-103/+28
| | | | | PR: ports/96937 Submitted by: Miguel Mendez <mmendez@energyhq.be> (maintainer)
* - Depend on bad, good and ugly gstreamer plugins to be sureRoman Bogorodskiy2006-05-083-21/+34
| | | | | | | | | | | bmpx would be able to play something just after install [1] - Add pkg-message informing users they need to install additional gstreamer plugins to get a support for additional formats - Add WITHOUT_NLS knob - Fix plist - Bump PORTREVISION Reported by: Frank Staals <frank@fstaals.net> [1]
* - Update the MASTER_SITES to fix the fetch.Jeremy Messenger2006-05-088-58/+94
| | | | | | | | | | | | | | | | | | | | - Fix the build if multimedia/x264 is installed in system. [1] - Add --exclude in extract to not extract beos, macosx, liba52, libavcodec, libdvdcss and other un-need directories to make sure they do build with the system (use external dependencies) libraries. Only keep libx264. - Remove a few missing leftover of ffmpeg in post-patch and in one of patch. - Add '-dx' in jam by default to give the verbose of build. Easier for me to collect the bug report or/and read in log from tinderboxes. - Clean distinfo, remove a leftover of ffmpeg and add SHA256. - Clean pkg-descr to make it looks nicer. - Make portlint a bit happier. Before anyone ask/request me to update it to 7.x. I don't know yet, I haven't dig in what 7.x has. I think, this port needs to have a good last clean up before update it to 7.x. PR: ports/88838 [1] Reported by: Zach Dykstra <md@anduin.org> [1], bite on me too
* - Update PORTREVISION and libtheora version reflecting multimedia/libtheora ↵Marcus Alves Grando2006-05-0712-28/+26
| | | | | | update. - portlint(1) while here
* - Update to 1.0alpha5Marcus Alves Grando2006-05-074-16/+12
| | | | | | | - Take maintainership PR: 95863 Submitted by: maintainer
* Typo: s/WITHOUT_GCONF/WITH_GCONF/.Roman Bogorodskiy2006-05-051-1/+1
| | | | Reported by: Andrew Pantyukhin <infofarmer@gmail.com>
* - Update to 0.14.4Roman Bogorodskiy2006-05-056-160/+93
| | | | | | | | - Update COMMENT - Pet portlint PR: 96765 (based on) Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
* - Remove USE_REINPLACE.Alejandro Pulver2006-05-051-27/+20
| | | | | | | | - Format tabs, put targets at the end. - Remove unavoidable auto-detection of OPTIONS. - Change libxine library version (13 -> 15) in dependency. Approved by: garga (mentor)
* - Fix plist on gstreamer-plugins-libpng80Michael Johnson2006-05-041-0/+2
| | | | Reported by: pointyhat via kris
* - Fix plist due to conflicting GST_VERSION in bsd.gstreamer.mk and in PLIST_SUBMichael Johnson2006-05-041-4/+2
| | | | Reported by: pointyhat via kris
* Run update-desktop-database since bmp.desktop contains a MimeType entry.Jean-Yves Lefort2006-05-032-2/+5
| | | | Approved by: maintainer
* Update to 0.7.43.Sam Lawrance2006-05-036-70/+61
| | | | | | | | Tidy up for portlint. PR: ports/93921 Submitted by: Rainer Alves <rainer.alves@gmail.com> Approved by: holger <holger@e-gitt.net> (maintainer)
* - Update to 0.8.5-test4Michael Johnson2006-05-022-5/+5
|
* - Mark graphics/gstreamer-plugins-libvisual broken on 4.xMichael Johnson2006-05-021-0/+3
| | | | Reported by: pointyhat via kris
* - Mark BROKEN because this installs files during "make all"Michael Johnson2006-05-021-0/+2
| | | | Reported by: kris
* - Fix plistMichael Johnson2006-05-012-1/+10
| | | | Reported by: kris mail
* Add missing plist files.Joe Marcus Clarke2006-05-012-1/+4
| | | | Reported by: pav
* - Remove USE_REINPLACE. [1]MANTANI Nobutaka2006-05-013-42/+61
| | | | | | | | | | | - Use DATADIR macro. [1] - Make WITHOUT knobs actually disable features with configure. [1] - Fix build error for the case when libtool15 is not installed. [2] - Correct pkg-plist. [2] - Modify files/patch-configure to disable libtheora support properly for WITHOUT_THEORA knob. PR: ports/95639 [1], ports/96140 [2] Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> [1], oliver [2]
* Remove a forgotten patch to fix the apply patches.Jeremy Messenger2006-05-011-77/+0
| | | | Reported by: Andy Fawcett <andy@athame.co.uk>
* Add a hack-around for a crash in the new xprint code in -CURRENT that isJoe Marcus Clarke2006-04-301-1/+3
| | | | | | triggered once gstreamer registers a custom printf format. Submitted by: sajd on #freebsd-gnome
* - Remove gstreamer-plugins not in 0.10 (yet)_Michael Johnson2006-04-309-144/+0
|
* - Add gstreamer-plugins-gnonlinMichael Johnson2006-04-304-47/+19
|
* - Update gstreamer to 0.10Michael Johnson2006-04-3085-2029/+1085
| | | | | | | - Move all old gstreamer 0.8 ports to gstreamer*80 [1] - Chase all ports with new gstreamer or gstreaemer moves Repocopied by: marcus [1]
* This port provides a FreeBSD kernel module thatSergey Matveychuk2006-04-296-0/+98
| | | | | | | | | | video4linux enabled and raw yuv420p applications can use to access several USB based webcams. WWW: http://www.saillard.org/linux/pwc/ PR: ports/93464 Submitted by: Raaf <raaf@luna.afraid.org>
* - Fix wrong plistMarcus Alves Grando2006-04-282-3/+4
| | | | | | | - portlint(1) PR: 96394 Submitted by: maintainer
* Chase audio/libmodplug update.Emanuel Haupt2006-04-263-1/+3
|
* - Update MASTER_SITES to fix fetchMichael Johnson2006-04-251-1/+1
| | | | Reported by: kris mail
* Remove unnecessary bash dependency.Tom McLaughlin2006-04-241-4/+0
| | | | Approved by: ahze
* - Update to 0.8.5-test3Michael Johnson2006-04-232-11/+11
| | | | - Use USE_SDL=image now for sdl support
* update to 1.0.0Oliver Lehmann2006-04-236-8/+14
| | | | | | PR: 96139 Submitted by: oliver Approved by: maintainer
* Repocopy gstreamer-plugins-polypaudio to gstreamer-plugins-polyp as theJoe Marcus Clarke2006-04-222-4/+4
| | | | | | | latter is what gstreamer calls the Polyp Audio plug-in. This effectively fixes the linking of this plug-in. PR: 87777
* Fix format string vulnerability.MANTANI Nobutaka2006-04-202-1/+30
| | | | | | | Security: http://open-security.org/advisories/16 Security: http://secunia.com/advisories/19671/ Obtained from: xine CVS Notified by: simon
* Grab maintainership for gnome@.Joe Marcus Clarke2006-04-174-4/+4
|
* Re-enable GTK2 support with patch from Mplayer CVS found viaTom McLaughlin2006-04-172-24/+25
| | | | | | | | | | | | www.ubuntuforums.org. This is not the old gtk2 patch used before but the current gtk2 support in Mplayer's CVS. Unlike gtk12 support, gtk20 support will not be autodetected since it's still an unofficial patch. Please use WITH_GTK2 to use. PR: 95558 Submitted by: Me Approved by: Maintainer Obtained from: http://www.ubuntuforums.org/archive/index.php/t-78037.html
* Chase libmpcdec updateTom McLaughlin2006-04-162-2/+2
| | | | Notified by: Krismail
* Prevent the mpg123 plugin from hijacking flac streams.Tilman Keskinoz2006-04-162-2/+12
| | | | | | | Thanks to Thomas-Martin Seck <tmseck@netcologne.de> PR: 93948 Submitted by: Espen Skoglund <esk@ira.uka.de>
* Update to 2.1.2Tilman Keskinoz2006-04-162-4/+8
| | | | | PR: 94156 Submitted by: Anish Mistry
* - Chase libmpcdec updatePav Lucistnik2006-04-162-2/+2
|
* - MAINTAINER -> gnome@Michael Johnson2006-04-154-4/+4
|
* Reset kwm due to no response about email.Mark Linimon2006-04-1514-14/+14
| | | | Hat: portmgr
* Change the maintainership address to the @FreeBSD.org one.Alejandro Pulver2006-04-091-1/+1
| | | | Approved by: garga (mentor)
* - Add security patchMarcus Alves Grando2006-04-082-2/+70
| | | | | | | | - Bump PORTREVISION Approved by: maintainer Obtained from: Mplayer CVS Security: VuXML c7526a14-c4dc-11da-9699-00123ffe8333
* - Update to 0.90.3.01 [1]Herve Quiroz2006-04-055-11/+12
| | | | | | | | - Use 'exec' to launch the JVM - Add some $FreeBSD$ tag PR: 94975 [1] Submitted by: maintainer [1]
* Fix pkg-plist and bump PORTREVISION.Alex Dupre2006-04-042-3/+1
|
* Update to 0.2.3.Roman Bogorodskiy2006-04-046-12/+12
| | | | | PR: 95291 Submitted by: maintainer
* - Workaround Python ioctl() wrapper deficiency different way so FreevoAlexander Nedotsukov2006-04-033-25/+14
| | | | | | | | do not attempts to read media every other second. - Move pkg-message into files/pkg-message.in [1] PR: 95226 [1] Approved by: maintainer
* Reduce superfluous gnome dependencies: kino depends on libglade2, not ↵Alex Dupre2006-04-021-1/+1
| | | | | | libgnomeui. Approved by: maintainer timeout (2 weeks)
* - Improve plugins installation handlingRoman Bogorodskiy2006-04-014-12/+42
| | | | | | | | | | | | - Disable broken flac plugin - Mark BROKEN on 4.x [1] - Minor clean-ups - Bump PORTREVISION PR: 94595 Submitted by: maintainer Reported by: David Le Brun <david@dyn-ns.net> pointyhat via kris [1]
* - Workaround Pythons ioctl() wrapper deficency.Alexander Nedotsukov2006-03-313-1/+25
| | | | | | | | - Add CDS constant missed on FreeBSD. - Catch up with lsdvd output format changes. - Remove obsolete USE_REINPLACE. Approved by: maintainer
* Update to KDE 3.5.2Michael Nottebrock2006-03-3111-20/+63
|
* Mark as deprecated, Project Mayo is now part of DivX.comVasil Dimov2006-03-291-3/+4
| | | | | PR: ports/95046 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Fix plist.Michael Nottebrock2006-03-282-0/+3
|
* - Update to 10.0.7.785-20060201Marcus Alves Grando2006-03-283-22/+20
| | | | | | | | | | | - Update WWW - Suppress ${MKDIR} - portlint(1) Security: CVE-2005-2922, CVE-2006-0323, http://service.real.com/realplayer/security/03162006_player/en/, VUXML: 25858c37-bdab-11da-b7d4-00123ffe8333, VUXML: fe4c84fc-bdb5-11da-b7d4-00123ffe8333
* - Remove oc localeMichael Johnson2006-03-271-1/+1
| | | | Reported by: kris via pointyhat
* - Fix hang on startup with perl 5.8.8Pav Lucistnik2006-03-272-2/+13
| | | | | PR: ports/94944 Submitted by: Sam Stein <scs@b1tt3r.org>
* Upgrade to 0.8Tilman Keskinoz2006-03-275-33/+72
|
* - Fix master sitesPav Lucistnik2006-03-261-3/+1
| | | | | PR: ports/94932 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Marked as DEPRECATED. The project is gone since 2004.Sergey Matveychuk2006-03-261-0/+4
| | | | | PR: ports/94934 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Add desktop entrie via DESKTOP_ENTRIESMichael Johnson2006-03-261-2/+5
| | | | | | | - Use USE_GETTEXT PR: 94688 Submitted by: Pawel Pekala
* Drop maintainershipMarkus Brueffer2006-03-252-2/+2
|
* o Update to 2006032300 cvs snapshot made on March 23, 2006Mario Sergio Fujikawa Ferreira2006-03-2411-119/+123
| | | | | | o Properly USE_RC_SUBR directive by poiting it at a rc.d script template o Take care of some problems raised by portlint(1)
* Removed after copy to ffserver.inMario Sergio Fujikawa Ferreira2006-03-241-26/+0
|
* Copied from ffserver.shMario Sergio Fujikawa Ferreira2006-03-241-0/+26
|
* - Fix MASTER_SITES and make port fetchable againTim Bishop2006-03-212-3/+2
| | | | | | | | - Fix WWW - Remove EXTRACT_SUFX PR: 94761 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* o Fix build on FreeBSD 4.x branch by requiring USE_GETOPT_LONGMario Sergio Fujikawa Ferreira2006-03-211-1/+4
| | | | | | o Furthermore, make the port CC safe Reported by: kris
* - Mark broken also on ia64Pav Lucistnik2006-03-211-1/+1
| | | | Reported by: krismail
* - Add seq2 to the dependency list.Sergey Matveychuk2006-03-201-8/+6
| | | | | | | | | | - Add a regex replace for seq -> seq2 - Consolidat the REINPLACE_CMD's - Remove the do-build workaround for the NO_BUILD/OPTIONS bug that was fixed a while back. PR: ports/94706 Submitted by: maintainer
* Spidermonkey is a runtime dependency, too.Alex Dupre2006-03-191-0/+1
|
* Fix typo in pkg-descrRenato Botelho2006-03-191-2/+2
| | | | | PR: ports/94381 Submitted by: Nicola Vitale <nivit@email.it>
* - Fix usage of wcPav Lucistnik2006-03-182-3/+33
| | | | | | | - Add dependency on urwfonts for subtitles PR: ports/94590 Submitted by: Phil Oleson <oz@nixil.net> (maintainer)
* - Update to 0.8.5.20060314 (0.8.5-test1)Michael Johnson2006-03-162-7/+11
|
* Update to 0.2.2.Roman Bogorodskiy2006-03-166-122/+36
| | | | | PR: 94129 Submitted by: maintainer
* - Update to 0.3.1Pav Lucistnik2006-03-163-12/+23
| | | | | | | - Take maintainership PR: ports/94177 Submitted by: Jean-Francois BOEUF <jfb@minet.net>
* Drop maintainership.Roman Bogorodskiy2006-03-162-2/+2
| | | | | PR: 94153 Submitted by: thompsa
* * Fix PLIST_SUB handlingTilman Keskinoz2006-03-152-3/+6
| | | | | | | | | | PR: 92678 Submitted by: Pawel Pekala <c0rn@o2.pl> Pointy hat to: arved * Add suddently appearing .a files to pkg-plist (after libtool changes?) * Bump PORTREVISION
* Fix typos of entries in .texi.Norikatsu Shigemura2006-03-132-1/+11
| | | | | | | | PR: ports/93916 Reported by: many people Tested by: many people Approved by: portmgr (linimon), lofi (dirmngr's maintainer) Reviewed by: hrs (UPDATING)
* Mark as BROKEN, since it uses strndup() which FreeBSD does not have.Anton Berezin2006-03-131-0/+2
| | | | | | | | | | When this problem is fixed, the following additional steps are needed to make the port operational: - require *threaded* lang/perl5.8; - modify MAKE_ENV similar to what math/PDL currently does. Approved by: portmgr (kris)
* Fix mplayer vulnerability (heap overflow) in the ASF demuxerVasil Dimov2006-03-092-1/+38
| | | | | | | | | | | Arbitrary remote code execution under the user ID running the player when streaming an ASF file from a malicious server. PR: ports/93767 Submitted by: "Thomas E. Zander" <riggs@rrr.de> (maintainer) Approved by: portmgr (erwin) Obtained from: mplayer CVS repo: http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/libmpdemux/demuxer.h.diff?r2=1.90&r1=1.87&f=u Security: heap overflow in the ASF demuxer (http://www.mplayerhq.hu/design7/news.html#vuln13, http://bugs.gentoo.org/show_bug.cgi?id=122029)
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-0726-20/+26
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Put the distfile on MASTER_SITE_LOCAL to fix fetching.Roman Bogorodskiy2006-03-052-2/+6
| | | | | Reported by: pointyhat via kris Approved by: portmgr (kris)
* Fix up a little more post-libtool falloutAde Lovett2006-03-022-3/+5
| | | | | Submitted by: various Approved by: portmgr (implicit)
* Bump PORTREVISION for new gtk-12 library location, post libtool.Ade Lovett2006-03-011-1/+1
| | | | | | PR: 93959 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: portmgr (implicit)
* Bump PORTREVISION for new gtk-12 library location, post libtool.Ade Lovett2006-03-011-0/+1
| | | | | | PR: 93956 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: portmgr (implicit)
* Bump PORTREVISION for new glib-12 library location, post libtool.Ade Lovett2006-03-011-1/+1
| | | | | | PR: 93955 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: portmgr (implicit)
* Fix hardcoded (!?) references to gtk12 to point to gtk-12 from theAde Lovett2006-02-281-5/+5
| | | | | | | libtool conversion. Submitted by: pointhat, itetcu_@IRC, others Approved by: portmgr (implicit)
* Fix build in a single-libtool worldAde Lovett2006-02-281-0/+57
| | | | | Submitted by: pointyhat Approved by: portmgr (implicit)
* Post libtool-conversion fixupsAde Lovett2006-02-274-2/+12
| | | | | Submitted by: pointyhat and others Approved by: portmgr (implicit)
* Fix build error.MANTANI Nobutaka2006-02-261-1/+1
| | | | | Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca> Approved by: portmgr(marcus)
* Post libtool-conversion fixupsAde Lovett2006-02-262-2/+3
| | | | | Submitted by: pointyhat Approved by: portmgr (implicit)
* Conversion to a single libtool environment.Ade Lovett2006-02-23119-169/+1380
| | | | Approved by: portmgr (kris)
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-211-1/+1
| | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in.
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-212-4/+4
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* o Fix misbehavior of makexml that adds extra n's at the XML code,Mario Sergio Fujikawa Ferreira2006-02-192-1/+66
| | | | | | | | rendering it useless. o Bump PORTREVISION PR: 92084 Submitted by: edwin
* fix a couple misspellings...John-Mark Gurney2006-02-191-2/+2
|
* Add a knob for enabling gconf backend. It's on by default since it's moreRoman Bogorodskiy2006-02-161-0/+5
| | | | stable than a xml backend.
* Fix on 4.x.Roman Bogorodskiy2006-02-124-28/+0
| | | | | Submitted by: Stepan Zastupov (maintainer) Reported by: pointyhat via kris
* - Revert to making ffmpeg default instead of ffmpeg-develMichael Johnson2006-02-121-1/+1
|
* - Fix build with new libquicktimeMichael Johnson2006-02-122-1/+19
| | | | | Submitted by: ankon via irc.freenode.org/#FreeBSD-GNOME Obtained from: mjpeg cvs
* - Fix building when an older version of bmpx is installed [1]Roman Bogorodskiy2006-02-123-1/+41
| | | | | | | - Remove curl dependency since it is not needed anymore [2] Reported by: Anish Mistry <amistry@am-productions.biz> [1], David Le Brun <david@dyn-ns.net> [2]
* fix compilation if libevent is installedOliver Lehmann2006-02-111-1/+2
| | | | | PR: ports/92673 Submitted by: Raaf <raaf@luna.afraid.org>
* Update to 0.13.Roman Bogorodskiy2006-02-114-72/+72
|
* Update to 0.9.1bMario Sergio Fujikawa Ferreira2006-02-094-8/+8
|
* Fix plist.Roman Bogorodskiy2006-02-082-0/+2
| | | | | Submitted by: Stepan Zastupov (maintainer) Reported by: pointyhat via kris
* Honor saved config parameters when BATCH=YES.Palle Girgensohn2006-02-081-5/+1
| | | | Approved by: maintainer
* Update to 1.5.4.Sam Lawrance2006-02-083-6/+6
| | | | | PR: ports/91616 Submitted by: Soren Dossing <netcom@sauber.net> (maintainer)
* Pass maintainership to Soren Dossing <netcom@sauber.net>.Sam Lawrance2006-02-071-1/+1
| | | | | PR: ports/92186 Approved by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (outgoing maintainer)
* - Update to 1.0.3Tim Bishop2006-02-0628-378/+40
| | | | | PR: 92536 Submitted by: triosoft@triosoft.com.ua (maintainer)
* - Fix plist if used with old ffmpegMichael Johnson2006-02-062-4/+11
| | | | - Default to using ffmpeg-devel unless ffmpeg is already installed
* Fix ioctl errors on amd64.MANTANI Nobutaka2006-02-062-1/+119
| | | | | PR: ports/91728 Submitted by: Dan Ponte <dcp1990@neptune.atopia.net>
* Update to 0.2.Roman Bogorodskiy2006-02-026-46/+78
| | | | | PR: 92722 Submitted by: Stepan Zastupov (maintainer)
* Update to KDE 3.5.1.Michael Nottebrock2006-02-0111-249/+17
|
* SHA256ifyEdwin Groothuis2006-02-014-3/+6
| | | | Approved by: krion@
* - Add a WITHOUT_GSTREAMER knobTilman Keskinoz2006-02-012-9/+19
| | | | | | | PR: 92624 Submitted by: Pawel Pekala <c0rn@o2.pl> (parts) - Use dirrmtry and remove a bogus dirrm
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-311-1/+2
|
* - Chase libxine dependencyPav Lucistnik2006-01-303-8/+49
| | | | | | | PR: ports/92392 Reported by: mike jakubik <mikej@rogers.com> - Update to 0.9.1
* Update to 1.12Michael Nottebrock2006-01-293-8/+8
|
* - Update to 0.9.8Michael Johnson2006-01-295-51/+13
| | | | - Switch WITH_GTK to WITH_GTK2 to be on the same page as ports/KNOBS
* - Update to 2.1.1Tim Bishop2006-01-272-5/+4
| | | | | PR: 92405 Submitted by: "Anish Mistry" <amistry@am-productions.biz> (maintainer)
* - Update to 1.5b4Michael Johnson2006-01-273-5/+10
|
* Add missing USE_GETTEXTKris Kennaway2006-01-261-0/+1
|
* Update to 1.1.0Michael Nottebrock2006-01-232-4/+4
|
* SHA256ifyEdwin Groothuis2006-01-2357-0/+140
| | | | Approved by: krion@
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-225-17/+17
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-2240-263/+263
| | | | | Approved by: krion@ PR: ports/88711 (related)
* add hcwPVRP2.sys to the NOFETCHFILES variableEdwin Groothuis2006-01-222-0/+2
|
* - Unbreak. Fix build with libglut 6.4.1.Sergey Matveychuk2006-01-223-2/+19
| | | | | PR: ports/92096 Submitted by: maintainer
* - Update to 0.17.1Pav Lucistnik2006-01-213-10/+21
| | | | | | PR: ports/91971 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> Approved by: ChangBom Yoon <changbom.yoon@gmail.com> (maintainer)
* Unbreak by fixing dependenciesTilman Keskinoz2006-01-201-4/+2
|
* o Add a few parameters to growisofs(1m) command line:Mario Sergio Fujikawa Ferreira2006-01-202-11/+20
| | | | | '-use-the-force-luke=dao' o Bump PORTREVISION
* o Add a few parameters to growisofs(1m) command line:Mario Sergio Fujikawa Ferreira2006-01-202-1/+12
| | | | | '-use-the-force-luke=dao' o Bump PORTREVISION
* o Fix typo in postproc(1) man pageMario Sergio Fujikawa Ferreira2006-01-204-1/+39
| | | | | | o Add a few parameters to growisofs(1m) command line: '-dvd-video -use-the-force-luke=dao' o Bump PORTREVISION
* BROKEN: Broken dependencyKris Kennaway2006-01-201-0/+2
|
* convert to OPTIONSOliver Lehmann2006-01-191-9/+20
| | | | add 2 options for disabling subtitle and vorbis support
* Fix previous commit - USE_AUTOTOOLS aclocal definition.Andrey Slusar2006-01-191-1/+1
| | | | Noticed by: "Jack L." <xxjack12xx@gmail.com>
* program used to "time" subtitles:Dirk Meyer2006-01-185-0/+111
| | | | | | | | | | | | | | | | * Any WAVE file can be used for timing * Reads/Writes SSA (Sub Station Alpha) and ASS (Advanced Sub Station) formats. * Instant preview of subtitle with all effects * Ability to place subtitles visually (Needs more testing) * Ability to mute specific channel * Ability to open alternate views of the same wave * Ability to mark key frames from a video on the waveform * Ability to save Workspace (saves information such as currently opened sound, video files and position in the wave) * Ability to format script on save * "Code Hiding" WWW: http://www.sabbu.com/
* - Disable pthreads for nowMichael Johnson2006-01-182-8/+12
| | | | Requested by: Thomas E. Zander <riggs@rrr.de>
* * Fix a problem with -pthread not being picked up by some systems.Andrey Slusar2006-01-171-7/+14
| | | | | | | | * Add Ogg Vorbis detection and inclusion, as well as remove the old aclocal hack and use the method described in the PR. PR: ports/91898 Submitted by: maintainer
* Add fetching and installing of the 'dnet' codec from the collection,Mikhail Teterin2006-01-173-6/+24
| | | | | | | | | | | | | that came with the version 9 of the player. For licensing reasons Real no longer ships the codec and considers it obsolete. It is, however, in use by some major content providers -- most notably Amazon (samples of CD audio tracks). Tested on 6.x/amd64 and 5.x/i386. Instead of bumping PORTREVISION, change the PORTVERSION to include the vendor's "nano-version" (PORTVERSION is now 10.0.6.776). There really ought to be some rejoicing...
* - Add an optional modplug support [1]Roman Bogorodskiy2006-01-174-28/+50
| | | | | | | | | - Pet portlint - Don't explicitly remove share/applications dir PR: 91521 (based on) [1] Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> [1] Approved by: Stepan Zastupov (maintainer)
* - Mark BROKEN on amd64 and sparc64Pav Lucistnik2006-01-151-0/+4
| | | | | PR: ports/91447 (based on) Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> (maintainer)
* - Add Remote File Access supportPav Lucistnik2006-01-151-8/+19
| | | | | | | | - Add gnome to CATEGORIES - Fix run dependencies PR: ports/91607 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> (maintainer)
* o Fix: growisofs addition patch had a glitch on the command lineMario Sergio Fujikawa Ferreira2006-01-142-3/+3
| | | | | | | parameter ordering o Bump PORTREVISION Submitted by: Zahemszky Gabor <Gabor@Zahemszky.hu>
* Project is merged into multimedia/kinoEdwin Groothuis2006-01-145-40/+0
| | | | Approved by: Guido Falsi <mad@madpilot.net>
* - Default to and support ffmpeg-devel, if ffmpeg is installed it will dependsMichael Johnson2006-01-141-1/+6
| | | | on ffmpeg instead of ffmpeg-devel
* - Update to 0.8.5.20060114Michael Johnson2006-01-142-9/+6
|
* - Update to 0.0.20060112Michael Johnson2006-01-144-10/+16
|
* - fix dependencyYen-Ming Lee2006-01-141-8/+11
| | | | | | - assign to perl@ - unbreak on old perl - bump PORTERVISION
* 1) Use growisofs from sysutils/dvd+rw-tools rather than cdrecordMario Sergio Fujikawa Ferreira2006-01-135-6/+145
| | | | | | | | | | | | | | | | from sysutils/cdrtools 2) Fix perl regexp ( perlfaq(6) ) so that qvamps correctly identifies multimedia/mjpegtools version; thus, using appropriatly matching command line parameters 3) Add overlooked runtime dependencies to RUN_DEPENDS 4) Enable DVD playing WITH_MPLAYER 5) Properly use 2048 bytes sectors rathen than 512 bytes ones on file size calculations 6) Further insure that hier(7) is upholded 7) Bump PORTREVISION Reviewed by: Zahemszky Gabor <Gabor@Zahemszky.hu> Submitted by: Zahemszky Gabor <Gabor@Zahemszky.hu> [1] [2]
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-1/+3
| | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
* o lxdvdrip version 1.51 no longer uses its own versions of bothMario Sergio Fujikawa Ferreira2006-01-121-4/+21
| | | | | | | | | | | | | vamps and playcell applications. Now, it depends on the versions supplied by the multimedia/vamps port. multimedia/vamps needs to know beforehand how many bytes will be processed in order to work. Unfortunaly, lxdvdrip cannot provide such information. Therefore, vamps and playcell specific tailored versions shipped within the lxdvdrip distribution will be used. They will be named so that lxdvdrip does not conflict with multimedia/vamps. o There is a ports/UPDATING note on this issue. o Bump PORTREVISION due to both RUN_DEPENDS and PLIST changes o Take over maintainership
* Add subtools 20051215, command-line tools for movie subtitles inAndrey Slusar2006-01-114-0/+53
| | | | | | | SubRipper format. PR: ports/91583 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
* Fix configure error by use perl5.8.Sergey A. Osokin2006-01-101-2/+7
| | | | | | Bump PORTREVISION. Notice from: pointyhat via kris
* Fix build with Quicktime.Pierre Beyssac2006-01-101-2/+4
| | | | | PR: ports/91490 Submitted by: Marcin Jessa <yazzy@yazzy.org>
* - Add support for version 2 audio atoms in QuickTime containersPav Lucistnik2006-01-102-1/+61
| | | | | | | | | This fixes a lot of trailers from apple.com, especially HD ones which come with 5.1 AAC audio. Approved by: maintainer Obtained from: mplayer-dev mailing list http://www1.mplayerhq.hu/pipermail/mplayer-dev-eng/2005-December/039393.html
* - Fix find commandPav Lucistnik2006-01-101-2/+2
| | | | Approved by: maintainer
* Chase gnutls update.Roman Bogorodskiy2006-01-102-4/+4
|
* Fix build WITH_IMAGEMAGICK: chase graphics/ImageMagick port versionMario Sergio Fujikawa Ferreira2006-01-091-2/+2
| | | | | | 6.2.5.5 shared library version bump Pointy hat: edwin
* Chase libshout2 shared library version bump.Michael Nottebrock2006-01-093-3/+3
|
* - Update to 1.5b3Michael Johnson2006-01-095-59/+23
|
* Update to KDE 3.5.0Michael Nottebrock2006-01-0914-146/+391
|
* Add rox-videothumbnail, a video thumbnail provider for the ROX file manager.Jimmy Olgeni2006-01-095-0/+57
|
* [PATCH] multimedia/quodlibet, i18n problem with quodlibet.moEdwin Groothuis2006-01-082-1/+22
| | | | | | | | | | | QuodLibet's <lang>.mo [1], quodlibet.mo, is not found by default on FreeBSD. The path of i18ndir is responsible for it. [1] <URL:http://www.sacredchao.net/quodlibet/wiki/Development/Translation> Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> PR: ports/91473 Approved by: Chang bom Yoon <changbom.yoon@gmail.com>
* Update port: multimedia/lxdvdrip to 1.51Edwin Groothuis2006-01-083-25/+20
| | | | | | | | | | | | | | | - Update to 1.51 [*] - Add multimedia/mplayer as dependency [*] - Install lxdvdrip.wav under DATADIR [*] - Change playwave reference in the source code to wavplay [*] - Stop building of vamps in the source code and add a dependency to multimedia/vamps - Pass maintainership to ports@FreeBSD.org [*]Mario Sergio Fujikawa Ferreira <lioux _at_ FreeBSD _dot_ org> PR: ports/91486 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
* - Add desktop itemPav Lucistnik2006-01-081-0/+6
| | | | | | PR: ports/91465 Submitted by: Panagiotis Astithas <past@ebs.gr> Approved by: Henri Michelon <hmichelon@e-cml.org> (maintainer)
* Fix packing listEmanuel Haupt2006-01-082-27/+6
| | | | Notified by: kris via pointyhat
* Update win32-codecs to 20050412Edwin Groothuis2006-01-073-9/+36
| | | | | | | | Update win32-codecs to 20050412 PR: ports/91359 Submitted by: Anish Mistry <amistry@am-productions.biz> Approved by: Holger Lamm <holger@e-gitt.net>
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-074-6/+6
| | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
* New port: multimedia/mmsripEdwin Groothuis2006-01-074-0/+34
| | | | | | | | | MMSRIP is a client for the proprietary protocol MMS://. WWW: http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip PR: ports/91434 Submitted by: Mun-Kyo Seo & <Mun-Kyo.Seo@pmy.pmy.lv>
* [PATCH] multimedia/quodlibet: FLAC Format supportEdwin Groothuis2006-01-071-10/+30
| | | | | | | | - FLAC [1] Format support - [1] http://flac.sourcefor PR: ports/91388 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr>
* o Make sure we are using devel/swig13 instead of devel/swig11. ThereMario Sergio Fujikawa Ferreira2006-01-071-2/+2
| | | | | | | | should be a CONFLICTS line on both ports. o No functional change, just fixes 'build' on some systems. Therefore, no PORTREVISION bump. Prompted by: Derrick Edwards <dantavious@comcast.net>
* [Maintainer-Update] multimedia/qdvdauthor 0.1.0Edwin Groothuis2006-01-076-16/+52
| | | | | | | | | | Upgrade qdvdauthor to 0.1.0. I'm excluding the vlc playback options in the Makefile for now as vlc-config in 0.8.4 is broke. I haven't made time to try out vlc-devel yet, though their subversion logs look promising. PR: ports/91370 Submitted by: Phil Oleson <oz@nixil.net>
* [UPDATE PORT] multimedia/k9copyEdwin Groothuis2006-01-0736-164/+422
| | | | | | | | | | | | | This is port update for newer 1.0.2 version of k9copy. Previous port version don't build on 4.x due to missing stdint.h so in this version of port every include of stdint.h wrapped with ifdef falling back to inttypes.h where stdint.h isn't availible and inttypes.h present. So now k9copy should be buildable on 4.x. I cant check it cause I do not have any 4.x box around. PR: ports/91356 Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
* - Add knobs for libvisual and gnome supportRoman Bogorodskiy2006-01-076-6/+104
| | | | | | | | - Try to fix build on 4.x - Update maintainer's address PR: 91384 Submitted by: Stepan Zastupov [RedChrom] (maintainer)
* Add ggrab 0.22a, which records MPEG2 streams directly from your Dbox2 overMarkus Brueffer2006-01-076-0/+60
| | | | | | | | | Ethernet and additionally provides a streaming server. WWW: http://www.menzebach.de/ Requested by: bluescreen of bsdforen.de Tested by: bluescreen of bsdforen.de
* Note that this port requires at least FreeBSD 5.3Edwin Groothuis2006-01-072-0/+8
| | | | Submitted by: "Stepan Zastupov [RedChrom]" <redchrom@gmail.com>
* Bump PORTREVISION to chase the cdparanoia shared library updateMarkus Brueffer2006-01-076-6/+6
|
* Fix build on amd64.Roman Bogorodskiy2006-01-061-1/+1
| | | | Submitted by: Anish Mistry <mistry.7@osu.edu>
* IGNORE since the dependency list reported by 'make describe' somehowKris Kennaway2006-01-061-0/+2
| | | | differs from the list of dependencies recorded in the package.
* New port qvamps version 0.20: Dvd rip gui written in qt that usesMario Sergio Fujikawa Ferreira2006-01-066-0/+184
| | | | vamps and dvdauthor
* - Chase ImageMagick updatePav Lucistnik2006-01-051-1/+1
| | | | Pointy hat to: edwin
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-0521-16/+23
| | | | PR: ports/91270
* New port multimedia/audacious A media player based on BMP and XMMSEdwin Groothuis2006-01-0511-0/+423
| | | | | | | | | | | Audacious is a fork of beep-media-player 0.9.7.1. The primary goals of this fork are keeping ideology of original BMP and merging miscellaneous plugins into Audacious WWW: http://audacious-media-player.org PR: ports/91304 Submitted by: RedChrom <redchrom@mail.ru>
* [UPDATE] multimedia/quodlibet: update to 0.16Edwin Groothuis2006-01-054-29/+124
| | | | | | | | - Update to 0.16 - Give away maintainership to changbom.yoon@gmail.com PR: ports/91308 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr>
* New port vamps version 0.98: High performance tool to transcode DVDMario Sergio Fujikawa Ferreira2006-01-046-0/+111
| | | | videos to a smaller size
* o Install de.ISO8859-1 locale man pagesMario Sergio Fujikawa Ferreira2006-01-031-1/+15
| | | | o Bump PORTREVISION
* - DISTVERSION -> PORTVERSION to fix port going backwards.Michael Johnson2006-01-031-1/+1
| | | | Reported by: rosti.bsd@gmail.com
* - Update to 0.8.4aMichael Johnson2006-01-032-38/+14
| | | | - Switch to USE_GECKO
* - Fix handleing mozilla dirsMichael Johnson2006-01-031-3/+3
|
* - Update to 0.8.5.20060102Michael Johnson2006-01-034-16/+112
|
* Fix build with dbus-0.60.Joe Marcus Clarke2006-01-011-0/+11
|
* Chase the dbus shared lib version.Joe Marcus Clarke2006-01-012-3/+3
|
* Update description on supported hardware and remove some outdated stuff.Christian Brueffer2005-12-311-13/+4
|
* - Update to 0.7.2Pav Lucistnik2005-12-313-7/+27
| | | | | PR: ports/91087 Submitted by: Phil Oleson <oz@nixil.net> (maintainer)
* Update to 0.999Emanuel Haupt2005-12-302-5/+11
|
* - Remove BROKEN on 4.x, now installsMichael Johnson2005-12-304-16/+8
| | | | | | - Update to 0.0.20051228 PR: 90923
* Fix wrong way with WITH_SUBTITLES_SUBPLAY knob.Sergey A. Osokin2005-12-291-2/+3
| | | | | | | Bump PORTREVISION. Goggleeyed by: tobez Pointy hat to: osa
* o df(1) output should be on 1Megabyte scale rather than on 512-byteMario Sergio Fujikawa Ferreira2005-12-292-1/+12
| | | | | | | | one. Confunsion created by different interpretations of df(1) parameter's -P amongst Linux and FreeBSD. o Do not process audio in any circunstances when dumping video streams. Tipped by mplayer warning o Bump PORTREVISION
* Add new port: p5-Subtitles.Sergey A. Osokin2005-12-295-0/+57
|
* Add dvbcut, a Qt based program for cutting of MPEG TS stream filesStefan Eßer2005-12-2910-0/+155
| | | | | (e.g. DVB) and the conversion from MPEG transport stream to program stream.
* o du(1) should follow symbolic links to avoid detecting them as 0Mario Sergio Fujikawa Ferreira2005-12-281-2/+5
| | | | | | size. Otherwise, there are problems with test(1) algebraic evaluations on tovid.sh when trying to detect video aspect ratio. o Bump PORTREVISION
* o Due to excessive bashims, depend upon shells/bash and use itMario Sergio Fujikawa Ferreira2005-12-281-1/+3
| | | | | bash(1) o Bump PORTREVISION
* Quod Libet is a GTK+-based audio player written in Python.Pav Lucistnik2005-12-287-0/+619
| | | | | PR: ports/90627 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr>
* Add python as secondary category since this is a python writtenMario Sergio Fujikawa Ferreira2005-12-281-1/+1
| | | | application
* o Do not Linux brandelf(1) library filesMario Sergio Fujikawa Ferreira2005-12-282-10/+2
| | | | | | | o Bump PORTREVISION Submitted by: netchild, Pedro F. Giffuni
* New port tovid version 0.24: A collection of video disc authoringMario Sergio Fujikawa Ferreira2005-12-286-0/+173
| | | | tools
* Update multimedia/projectx to 0.90.2.00Edwin Groothuis2005-12-275-5/+34
| | | | | | | update to new version PR: ports/90937 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* o gnu configure script: fix shared library number versioningMario Sergio Fujikawa Ferreira2005-12-272-5/+6
| | | | o Bump PORTREVISION
* Remove trailing spacesEdwin Groothuis2005-12-271-2/+2
|
* Fix typo: incorrect PLIST commitMario Sergio Fujikawa Ferreira2005-12-271-39/+4
|
* Update to 2005122600 CVS snapshotMario Sergio Fujikawa Ferreira2005-12-274-24/+62
|
* o Properly Linux brandelf(1) shared librariesMario Sergio Fujikawa Ferreira2005-12-262-2/+11
| | | | o Bump PORTREVISION
* [NEW PORT] multimedia/k9copy A DVD-9 to DVD-5 shrinking application for KDEEdwin Groothuis2005-12-2621-0/+371
| | | | | | | | | | | | | | | | | | | | | | | | | | XK9Copy is a small utility which allows the copy of DVD on Linux. The DVD video stream is compressed by the program Vamps. 1. Copy without menus : In this case, dvdauthor is used to create a new DVD structure. It is possible to choose the order in which the video sequences are played. 2. Copy with menus : As dvdauthor does not make it possible to integrate the original menus, K9Copy reproduces the original structure of the DVD. The navigation packs as well as IFO files are modified to point on the compressed MPEG stream. Features * The video stream is compressed to make the DVD fit on 4.7 Gb recordable DVD * DVD Burning * Creation of ISO images * Possibility of selecting the audio tracks and subtitles to be copied * Title preview (video only) * Possibility of preserving the original menus WWW: http://k9copy.free.fr PR: ports/90795 Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
* Add motion 3.2.4, a motion detection application.Emanuel Haupt2005-12-265-0/+106
| | | | | PR: 90892 Submitted by: Angel Carpintero <ack@telefonica.net>
* - Update to 0.0.20051224Michael Johnson2005-12-254-8/+8
|
* Back out the PTHREAD_CFLAGS/LIBS-adding stuff, now thatAdam Weinberger2005-12-252-4/+4
| | | | libtool-1.5.22 is unbroked.
* Step on kwm's toes and add PTHREAD_CFLAGS/LIBS to theAdam Weinberger2005-12-252-4/+4
| | | | | | | | | CONFIGURE_ENV to fix the build with the new libtool. There may be a better fix, but in the meantime this will allow the port to build. Please feel free to back this out and kick me if you want to, kwm.
* Only enable the plugins that are actually going to be built.Sam Lawrance2005-12-192-2/+6
| | | | | | | | | | Tweak for artsd and gnomevfs, since their plugin knobs are different to the name specified by the ports. PR: ports/79386 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: kwm (maintainer, timeout 2 months) Tested by: successful tinderbox run on */gstreamer-plugins*
* Fix build error.MANTANI Nobutaka2005-12-181-1/+1
| | | | | PR: ports/90584 Submitted by: alfred
* Update to 0.8.0.Pierre Beyssac2005-12-1812-111/+198
|
* o Fix typo: PLIST_DIR -> PLIST_DIRS; thus, fixing PLISTMario Sergio Fujikawa Ferreira2005-12-171-2/+2
| | | | | | o Bump PORTREVISION Submitted by: pointyhat (kris)
* Fix some malformed conditions.Norikatsu Shigemura2005-12-171-4/+4
| | | | Approved by: ahze (maintainer)
* Update to 1.0-rc2Marcus Alves Grando2005-12-173-5/+6
| | | | | | | Change COMMENT PR: 90474 Submitted by: maintainer
* - Add multimedia/dvdwizard to RUN_DEPENDS. dvdwizard is needed for DVD's withEmanuel Haupt2005-12-171-5/+5
| | | | | | | | menus - Bump PORTREVISION PR: 90416 Submitted by: Serge Gagnon <serge.gagnon@quenix1.dyndns.org> (maintainer)
* o Add misc/buffer to the toolchain allowing rip mode trans_copyMario Sergio Fujikawa Ferreira2005-12-163-1/+13
| | | | | | | | o Change the 16 megabyte buffer standard to a saner 10 megabyte shared memory value compatible with unmodified kernels o Bump PORTREVISION Submitted by: maintainer
* Use BT848SFMT ioctl instead of METEORSFMT (which is incorrect). AllowsSam Lawrance2005-12-162-1/+75
| | | | | | | | setting norm=SECAM which previously did not work. Bump PORTREVISION. PR: ports/90001 Submitted by: Vladimir Kushnir <vkushnir@i.kiev.ua> Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* - Mark broken on 4.xMichael Johnson2005-12-162-0/+8
| | | | Pointed out by: kris via pointyhat
* Fix a small quoting typoMario Sergio Fujikawa Ferreira2005-12-161-1/+1
| | | | Submitted by: Sean Bryant <sean@cyberwang.net>
* Fix build error on 5-stable.MANTANI Nobutaka2005-12-163-2/+134
| | | | | PR: ports/90329 Submitted by: Heino Tiedemann <rotkaps_spam_trap@gmx.de>
* Release maintainershipHerve Quiroz2005-12-151-1/+1
|
* Update to 1.2.1.Joe Marcus Clarke2005-12-153-5/+17
|
* Fix CONFIGURE_ARGS entry typoMario Sergio Fujikawa Ferreira2005-12-151-1/+1
| | | | Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
* o Another round of patches:Mario Sergio Fujikawa Ferreira2005-12-147-2/+133
| | | | | | | | | | | | 1) Fix linuxisms regarding usage of test(1) and tr(1) 2) Emulate linux seq(1) utility using misc/seq2 and a wrapper script (dvdwizard_seq) 3) Use misc/gnuls instead of ls(1) since the application assumes a specific output format 4) Use multimedia/y4mscaler to convert ppmtoy4m 4:4:4 output to 4:2:0 required by multimedia/mjpegtools 5) Install README o Bump PORTREVISION
* New port dvdwizard version 0.4.1: Automated creation of DVDs withMario Sergio Fujikawa Ferreira2005-12-144-0/+93
| | | | chapters and menus
* Fix build error.MANTANI Nobutaka2005-12-131-0/+13
| | | | Reported by: Nix bat <nixbat@gmail.com>, Jason Harmening <jason.harmening@gmail.com>
* - Update to 0.0.20051212Michael Johnson2005-12-134-8/+8
|
* Update to 1.6.5Mario Sergio Fujikawa Ferreira2005-12-132-10/+15
| | | | | PR: 89960 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
* o Use recently added audio/liba52-devel port instead of audio/liba52Mario Sergio Fujikawa Ferreira2005-12-131-6/+10
| | | | | | one. The development version provides better performance and improved AC3 handling. o Bump PORTREVISION