summaryrefslogtreecommitdiff
path: root/multimedia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a second checksum for the tarball found on the 2nd and 3rdRoger Hardiman2000-11-161-0/+1
| | | | | | | | | | | master sites. A diff of the tarball contents shows they are identical. Submitted by: bento, which found the problem when the first site was busy Notes: svn path=/head/; revision=35178
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-1/+1
| | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892
* Whitespace-only:Maxim Sobolev2000-11-011-2/+2
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558
* Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow peopleWill Andrews2000-10-292-4/+4
| | | | | | | | | to compile on X4.0.1. Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl> Notes: svn path=/head/; revision=34381
* Implement fix for configure scripts in regards to finding X libs onWill Andrews2000-10-282-6/+6
| | | | | | | | | XFree86 4.0.1. Submitted by: PW (thanks) Notes: svn path=/head/; revision=34376
* Overall port clean upMario Sergio Fujikawa Ferreira2000-10-285-31/+57
| | | | | | | | | | CC/CFLAGS safeness Submitted by: Jeremy Norris <ishmael@home.com> PR: ports/22171 Notes: svn path=/head/; revision=34354
* Update: graphics/xine 0.2.2 -> 0.2.3James E. Housley2000-10-254-17/+19
| | | | | | | | PR: 22294 Submitted by: Roman Shterenzon <roman@xpert.com> MAINTAINER Notes: svn path=/head/; revision=34237
* Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...Will Andrews2000-10-256-64/+78
| | | | | | | All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff. Notes: svn path=/head/; revision=34208
* Update to version 0.50.Mario Sergio Fujikawa Ferreira2000-10-206-4/+54
| | | | | | | | PR: 22136 Submitted by: maintainer <holger@eit.uni-kl.de> Notes: svn path=/head/; revision=34026
* Fixed pkg-message typo.Mario Sergio Fujikawa Ferreira2000-10-182-2/+2
| | | | | | | | PR: 22080 Submitted by: <mavetju@chello.nl> Notes: svn path=/head/; revision=33971
* Another sourceforge victim.Maxim Sobolev2000-10-152-2/+2
| | | | Notes: svn path=/head/; revision=33859
* Change maintainer to roman@xpert.comAlexander Langer2000-10-151-1/+1
| | | | Notes: svn path=/head/; revision=33858
* Improve port:Alexander Langer2000-10-144-1/+19
| | | | | | | | | | | | | - add PKGMESSAGE, so that everyone raises shared memory. - patch configure PORTREVISION NOT bumped since the last commit was only some hours ago. PR: 21669 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=33826
* Add xine 0.2.2, a MPEG-1/2 player.Alexander Langer2000-10-145-0/+60
| | | | Notes: svn path=/head/; revision=33816
* Fix another well-known libtool stupidity.Maxim Sobolev2000-10-121-0/+4
| | | | | | | Propelled by: th@d83b0468.dsl.flashcom.net (on IRC) Notes: svn path=/head/; revision=33724
* Unbroke - the port wasn't really broken.Maxim Sobolev2000-10-111-1/+0
| | | | | | | False alarm by: sobomax Notes: svn path=/head/; revision=33701
* Forgot to add pkg-message. My 1st cvs add. :)Mario Sergio Fujikawa Ferreira2000-10-102-0/+22
| | | | Notes: svn path=/head/; revision=33688
* Tempararly mark BROKEN if HAVE_GNOME is defined (until there will be a way toMaxim Sobolev2000-10-101-0/+1
| | | | | | | disable bsd.gnome.mk CONFIGURE_ARGS). Notes: svn path=/head/; revision=33663
* Update to version 0.49Mario Sergio Fujikawa Ferreira2000-10-0916-772/+204
| | | | | | | | | | | | | | | While I am here, do some clean up: 1) Added RESTRICTED tag, for codec LEGAL status is unsure 2) Added ${PKGMESSAGE} regarding kernel USE_LDT 3) Upheld the "only under ${WRKDIR}" rule Approved by: maintainer <holger@eit.uni-kl.de> PR: 21663 Notes: svn path=/head/; revision=33619
* update to 1.5.2MIHIRA Sanpei Yoshiro2000-10-088-36/+26
| | | | | | | | | | | | | | | | | 1.4 More improved reliability. MPEG-1 video. 601 luminance conversions. Hardware YUV conversions. AC3 fixed. 1.4.1 Compatible with this year's window managers. Improved YUV overlay 1.5 GUI update. Twice the complexity. Half the compilability. 1.5.1 Improved music DVD playback. Higher quality through the MMX disable option. 1.5.2 Now reads IFO files. You can play those interleaved DVD's. Notes: svn path=/head/; revision=33582
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Implement WANT_GNOME.Jeremy Lea2000-10-056-83/+88
| | | | Notes: svn path=/head/; revision=33430
* Implement USE_GNOME, part 1.Jeremy Lea2000-10-053-59/+36
| | | | Notes: svn path=/head/; revision=33428
* Implement USE_GTK, part 1.Jeremy Lea2000-10-052-12/+7
| | | | Notes: svn path=/head/; revision=33424
* The post-extract target in the audio/xmms/Makefile renames getbits.s toMaxim Sobolev2000-10-041-2/+1
| | | | | | | | | | | getbits.S. However, getbits.s is no longer present in the current XMMS distribution. PR: 21748 Submitted by: maintainer Notes: svn path=/head/; revision=33404
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentMaxim Sobolev2000-10-042-2/+2
| | | | | | | directory. Notes: svn path=/head/; revision=33401
* Correct and sort PLISTs.Jeremy Lea2000-10-021-11/+10
| | | | Notes: svn path=/head/; revision=33335
* use graphics/linux-pngMIHIRA Sanpei Yoshiro2000-09-286-80/+6
| | | | Notes: svn path=/head/; revision=33214
* Yet again fix cranking sound.Maxim Sobolev2000-09-272-6/+15
| | | | | | | | | Problem brought by: sobomax Overlooked by: maintainer Reported by: many Notes: svn path=/head/; revision=33182
* Add some additional master sitesChris Piazza2000-09-221-1/+5
| | | | | | | | PR: 21483 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=33020
* Update to 1.2.3.Maxim Sobolev2000-09-224-46/+16
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=32968
* Add avifile, an MPEG-4 (aka DivX) playerAde Lovett2000-09-1918-0/+960
| | | | | | | | PR: 21347 Submitted by: Holger Lamm <holger@eit.uni-kl.de> Notes: svn path=/head/; revision=32866
* Update to realplayer 7.cs1 (Community Supported release 1)Kris Kennaway2000-09-172-2/+2
| | | | | | | Reviewed by: Maintainer Notes: svn path=/head/; revision=32739
* Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If youWill Andrews2000-09-158-652/+762
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or before), you should try this. This version is extremely stable and offers better functionality than before. This update also introduces the KDE2 modules kdegraphics and kdemultimedia to our ports tree. Additionally, this marks the first time FreeBSD packages were announced as part of the KDE2 beta release announcement! :-) Most (if not all) of the remaining modules in KDE2 will be added for the update WRT the final release. A hack was added to fix building with SSL in kdelibs; this has been merged in the main tree and will go away with 2.0 release update. Thanks to David Faure <david@mandrakesoft.com> for his help regarding this. Also, building the docs should now succeed because I've added a build dependency on jade and linuxdoc (should be enough). People can get my precompiled packages from the usual location on the KDE FTP server (should spread to the mirrors Real Soon Now (tm)): http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/ Have fun! Remember to reports bugs through http://bugs.kde.org/. Notes: svn path=/head/; revision=32656
* Mote gxanim-0.50.tar.bz2 to ${MASTER_SITE_LOCAL}Bill Fenner2000-09-072-4/+2
| | | | | | | Remove dead WWW: link Notes: svn path=/head/; revision=32410
* Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsSatoshi Asami2000-09-051-1/+1
| | | | | | | work with both XFree86-3 and XFree86-4. Notes: svn path=/head/; revision=32320
* - Fix MASTER_SITES.Steve Price2000-09-051-2/+1
| | | | | | | | PR: 20854 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=32279
* Make user interaction a runtime switch instead of a compiletime option.Steve Price2000-09-054-40/+74
| | | | | | | | PR: 20956 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=32273
* Camserv is a program to do streaming video through the web. StreamingJordan K. Hubbard2000-08-216-0/+258
| | | | | | | | | | | video can be sent to both Netscape and Internet Explorer clients in multi-part JPEG format. Supports cards handled by the bktr(4) driver. PR: 20116 Submitted by: Charles Hein <chein@GeekDude.com> Notes: svn path=/head/; revision=31812
* Make PATCHFILE confitional, depending on the OSVERSION and WITHOUT_3DNOW. ThisMaxim Sobolev2000-08-111-1/+1
| | | | | | | shoud fix xmms if OSVERSION < 400021. Notes: svn path=/head/; revision=31530
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* Remove i386 .o files in the post-extract target and respect CFLAGS.Steve Price2000-08-083-0/+46
| | | | Notes: svn path=/head/; revision=31399
* change my e-mail addressMIHIRA Sanpei Yoshiro2000-08-032-2/+2
| | | | | | | --> sanpei@FreeBSD.org Notes: svn path=/head/; revision=31274
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Add patch to allow selection of the 'VIDEO' audio input on newerRoger Hardiman2000-08-011-0/+16
| | | | | | | | | sound cards Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=31194
* Fix broken master siteRoger Hardiman2000-08-011-1/+1
| | | | Notes: svn path=/head/; revision=31189
* Update maintainer's email address and clarify the DESCR file.Roger Hardiman2000-08-012-6/+6
| | | | Notes: svn path=/head/; revision=31187
* Make xmms better than ever before:Maxim Sobolev2000-07-314-5/+35
| | | | | | | | | | | | | | - add 3dnow support using external patch (I reworked it to touch only generated by automake/autoconf files, made it .gz instead of .bz2 and put on MASTER_SITE_LOCAL). 3dnow support is explicitly disabled if OSVERSION < 400021. - Add LIBTOOLFILES to use our own libtool for libxmms too. PR: 20261 (LIBTOOLFILES) PR: 20193 (3DNOW) Submitted by: maintainer, FUJISHIMA Satsuki <k5@cheerful.com> Notes: svn path=/head/; revision=31145
* currently xmovie does not support DVD yet. remove ``DVD'' word.MIHIRA Sanpei Yoshiro2000-07-224-4/+4
| | | | | | | I will update this ports, xmovie-1.4, if I have time. Notes: svn path=/head/; revision=30952
* Upgrade to version 1.1.4. (Fixes zoom mode on my machine.)Josef Karthauser2000-07-172-2/+2
| | | | Notes: svn path=/head/; revision=30761