aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* - Proper handle installation of OMF files as described inKirill Ponomarev2004-03-122-0/+3
| | | | | | | | | | http://www.freebsd.org/gnome/docs/porting.html PR: ports/64070 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Notes: svn path=/head/; revision=103760
* - Use PORTDOCS [1]Kirill Ponomarev2004-03-121-10/+4
| | | | | | | | | | | - Remove COPYING from PORTDOCS [2] - Bump PORTREVISION PR: ports/64087 Submitted by: maintainer [1], pav [1], krion [2] Notes: svn path=/head/; revision=103749
* Update to 0.4Mario Sergio Fujikawa Ferreira2004-03-124-27/+22
| | | | Notes: svn path=/head/; revision=103714
* fix patch when perl <= 5.6.0Ying-Chieh Liao2004-03-121-1/+1
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=103711
* Unbreak WITH_ENCODING_PATCH by updating it to version 27.3.Alexander Kabaev2004-03-112-22/+1
| | | | Notes: svn path=/head/; revision=103659
* Fix plist.Michael Nottebrock2004-03-111-1/+1
| | | | Notes: svn path=/head/; revision=103632
* Fix plist, bump PORTREVISION.Michael Nottebrock2004-03-101-1/+1
| | | | Notes: svn path=/head/; revision=103513
* Fix PKGNAME. Bump PORTREVISION.Michael Nottebrock2004-03-091-1/+1
| | | | Notes: svn path=/head/; revision=103471
* Unbreak from previous commit by fixing author's bugs. Also, the configMark Linimon2004-03-094-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 Notes: svn path=/head/; revision=103462
* Update to KDE 3.2.1 / QT 3.3.1Michael Nottebrock2004-03-0913-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). Notes: svn path=/head/; revision=103453
* /tmp/cvs7YicewOliver Eikemeier2004-03-091-1/+1
| | | | Notes: svn path=/head/; revision=103449
* Add noatun-plugins, various plugins for noatun (part of kdemultimedia).Michael Nottebrock2004-03-095-0/+76
| | | | Notes: svn path=/head/; revision=103420
* BROKEN on alpha and amd64: Does not compileKris Kennaway2004-03-091-1/+7
| | | | Notes: svn path=/head/; revision=103384
* - Add missing manpageKirill Ponomarev2004-03-091-1/+4
| | | | | | | | PR: ports/63966 Submitted by: maintainer Notes: svn path=/head/; revision=103380
* - Switch to my FreeBSD.org addressPav Lucistnik2004-03-081-1/+1
| | | | Notes: svn path=/head/; revision=103344
* Properly use SDL everywhere:Edwin Groothuis2004-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> Notes: svn path=/head/; revision=103247
* Make ports/multimedia use the USE_SDL macroEdwin Groothuis2004-03-077-29/+12
| | | | | | | | | PR: ports/61805 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=103240
* ia64 doesn't have bktr support.Kris Kennaway2004-03-071-1/+1
| | | | Notes: svn path=/head/; revision=103164
* Add mkxvcd, a bash script for easy encoding of VCD disc using commonPav Lucistnik2004-03-064-0/+69
| | | | | | | | | | tools like mplayer, mjpegtools or transcode. PR: ports/63790 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=103085
* - Unbreak on -CURRENT [1]Pav Lucistnik2004-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> Notes: svn path=/head/; revision=103083
* Fix build, use GNU_CONFIGURE instead of HAS_CONFIGURE and aAdam Weinberger2004-03-052-6/+6
| | | | | | | | wacky do-configure target, and change the pkg-plist to add missing files. PORTREVISION bump cuz of that last change. Notes: svn path=/head/; revision=103047
* BROKEN on !i386: Does not compileKris Kennaway2004-03-051-0/+1
| | | | Notes: svn path=/head/; revision=102993
* Mark as not for architectures that don't support bttv. While here,Mark 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> Notes: svn path=/head/; revision=102880
* Update to 0.5.0 and unbreak; fix Imlib2 and gdk-pixbuf detection;Mark 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 Notes: svn path=/head/; revision=102876
* - use libmadDirk Meyer2004-03-038-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. Notes: svn path=/head/; revision=102848
* - remove include dirDirk Meyer2004-03-021-0/+1
| | | | Notes: svn path=/head/; revision=102767
* - Fix MASTER_SITESKirill Ponomarev2004-03-021-1/+1
| | | | | | | | PR: ports/63617 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=102703
* - Fix build when WITHOUT_SIMD is definedPav Lucistnik2004-03-011-3/+4
| | | | | | | | PR: ports/63456 Submitted by: maintainer Notes: svn path=/head/; revision=102645
* Remove a quotation mark that snuck in when I wasn't paying attention.Adam Weinberger2004-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> Notes: svn path=/head/; revision=102603
* - SIZEifyKirill Ponomarev2004-02-291-0/+1
| | | | | | | | PR: ports/63548 Submitted by: maintainer Notes: svn path=/head/; revision=102567
* Add a missing \.Adam Weinberger2004-02-282-2/+2
| | | | | | | | Submitted by: FreshPorts sanity checking, which I didn't even know was trolling my commits. Cool!!1 Notes: svn path=/head/; revision=102453
* Add faad support, unbreak imlib2 support, and fix the pkg-plist. All toppedAdam Weinberger2004-02-284-6/+40
| | | | | | | | | with a PORTREVISION bump. Approved by: no response from maintainer Notes: svn path=/head/; revision=102445
* Fix configure by acknowledging PTHREAD_{CFLAGS,LIBS}Adam Weinberger2004-02-281-1/+1
| | | | | | | Approved by: no response from maintainer Notes: svn path=/head/; revision=102439
* - Fix WITH_SSE optionPav Lucistnik2004-02-281-2/+2
| | | | | | | | | PR: ports/63505 Submitted by: michael johnson <ahze@ahze.net> Pointy hat to: pav Notes: svn path=/head/; revision=102433
* - Add WITH_SSE and WITHOUT_MMX knobsPav Lucistnik2004-02-281-0/+19
| | | | | | | | PR: ports/63417 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=102400
* - update to 0.0.9Dirk Meyer2004-02-282-4/+3
| | | | Notes: svn path=/head/; revision=102341
* - Convert to USE_GNOMEPav Lucistnik2004-02-271-2/+1
| | | | | | | | | PR: ports/59744 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer timeout (3 months) Notes: svn path=/head/; revision=102281
* - Update to 0.6.12Pav Lucistnik2004-02-265-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) Notes: svn path=/head/; revision=102220
* This update solves two issues which are important for manyKirill Ponomarev2004-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 Notes: svn path=/head/; revision=102169
* - add SIZEDirk Meyer2004-02-266-1/+13
| | | | Notes: svn path=/head/; revision=102162
* Chase libfame shared lib version.Joe Marcus Clarke2004-02-262-2/+2
| | | | | | | | PR: 63379 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=102160
* BROKEN on alpha 5.x: Does not compileKris Kennaway2004-02-251-0/+4
| | | | Notes: svn path=/head/; revision=102117
* BROKEN on !i386: Does not compileKris Kennaway2004-02-251-0/+4
| | | | Notes: svn path=/head/; revision=102074
* BROKEN on alpha 5.x: does not compileKris Kennaway2004-02-251-1/+7
| | | | Notes: svn path=/head/; revision=102066
* Add gmencoder 0.1.0,Kirill Ponomarev2004-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> Notes: svn path=/head/; revision=102063
* BROKEN on !i386 and !amd64: Does not compileKris Kennaway2004-02-251-0/+4
| | | | Notes: svn path=/head/; revision=102058
* Add libtheora, Xiph.Org's video codec, intended for use within the OggJoe Marcus Clarke2004-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> Notes: svn path=/head/; revision=102044
* - Chase libraries for new libfame versionKirill Ponomarev2004-02-251-1/+2
| | | | Notes: svn path=/head/; revision=102041
* - Update to version 0.9.1Kirill Ponomarev2004-02-253-4/+6
| | | | | | | | PR: ports/63333 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=102040
* add p5-RIFF-Info 1.07Ying-Chieh Liao2004-02-255-0/+47
| | | | | | | | | | Probe DivX and AVI files for attributes PR: 63328 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=102026