aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify.Michael Nottebrock2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104350
* SIZEify.Trevor Johnson2004-03-173-0/+4
| | | | Notes: svn path=/head/; revision=104313
* Fix build with freetype2-2.1.7.Michael Nottebrock2004-03-171-0/+12
| | | | Notes: svn path=/head/; revision=104300
* BROKEN on ia64: Does not compileKris Kennaway2004-03-171-1/+7
| | | | Notes: svn path=/head/; revision=104286
* Fix build with freetype2-2.1.7.Joe Marcus Clarke2004-03-172-0/+24
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=104260
* Log:Ernst de Haan2004-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] Notes: svn path=/head/; revision=104155
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-1629-29/+29
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Don't use PORTREVISION in dependency filenames.Michael Nottebrock2004-03-151-1/+1
| | | | Notes: svn path=/head/; revision=104091
* ia64 doesn't have bktr supportKris Kennaway2004-03-151-1/+1
| | | | Notes: svn path=/head/; revision=104080
* ONLY_FOR_ARCHS=alpha i386 ia64, and IGNORE on alpha 4.xKris Kennaway2004-03-151-1/+9
| | | | Notes: svn path=/head/; revision=104068
* - mark BROKEN on alpha 4.xDirk Meyer2004-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. Notes: svn path=/head/; revision=104049
* - Chase libdv shlib versionPav Lucistnik2004-03-141-1/+1
| | | | | | | Pointy hat to: lioux Notes: svn path=/head/; revision=104013
* o Play nice in FreeBSD series before 5.x, defaulting on all mkvtoolnixMario Sergio Fujikawa Ferreira2004-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> Notes: svn path=/head/; revision=103974
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* o Fix "make deinstall reinstall": "unfix" some header files insideMario Sergio Fujikawa Ferreira2004-03-142-0/+8
| | | | | | | | | | | WRKSRC after installation. PR: 47713 Submitted by: parv <parv_fm@emailgroups.net> (report), Anish Mistry <mistry.7@osu.edu> (fix) Notes: svn path=/head/; revision=103959
* Support moved header files in FreeBSD 5.x branch: the header filesMario Sergio Fujikawa Ferreira2004-03-142-0/+10
| | | | | | | | | | for the Brooktree and Meteor interfaces have been moved PR: 62178 Submitted by: Steve O'Hara-Smith <steve@sohara.org> Notes: svn path=/head/; revision=103958
* o Work around compiler BUGMario Sergio Fujikawa Ferreira2004-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> Notes: svn path=/head/; revision=103957
* o Chase libdv shared library version bump [1]Mario Sergio Fujikawa Ferreira2004-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] Notes: svn path=/head/; revision=103955
* Chase libdv shared library version bumpMario Sergio Fujikawa Ferreira2004-03-146-8/+8
| | | | Notes: svn path=/head/; revision=103954
* o Update to 0.101Mario Sergio Fujikawa Ferreira2004-03-143-20/+9
| | | | | | | | PR: 64154 Submitted by: Michael Jonson <ahze@ahze.net> Notes: svn path=/head/; revision=103953
* BROKEN on !i386: Does not compileKris Kennaway2004-03-131-1/+7
| | | | Notes: svn path=/head/; revision=103859
* - Fix problmes when -lpthread does exist.Dirk Meyer2004-03-132-4/+6
| | | | | | | PR: 63457 Notes: svn path=/head/; revision=103854
* - 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