aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix the build for older versions of gcc by renaming *.s -> *.S.Jim Mock2000-07-131-0/+8
| | | | | | | | PR: 19846 Submitted by: maintainer Notes: svn path=/head/; revision=30585
* Remove dir created during installationChris D. Faulhaber2000-07-121-0/+1
| | | | Notes: svn path=/head/; revision=30536
* Update to 1.2.2.Maxim Sobolev2000-07-123-2/+5
| | | | Notes: svn path=/head/; revision=30509
* Update to version 7.b2Satoshi Taoka2000-07-116-122/+389
| | | | | | | | | | | Change maintainer from kris to Vladimir Silyaev PR: 19589 Submitted by: Vladimir Silyaev <vns@delta.odessa.ua> Approved by: old maintainer, kris Notes: svn path=/head/; revision=30485
* Upgrade to 1.1.1.3 and use ${PORTVERSION} stuff to make this easier toBill Fumerola2000-07-072-5/+4
| | | | | | | | | upgrade in the future. Approved by: kris (MAINTAINER) Notes: svn path=/head/; revision=30287
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-292-2/+4
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* - Support CC/CXX/CFLAGS/CXXFLAGS/MAKE properlyAlexander Langer2000-06-2814-39/+356
| | | | | | | | | | | | | - Support NOPORTDOCS - Remove USE_GMAKE - Add WWW: line into pkg/DESCR - Add pnm.1 LIB_DEPENDS PR: 19344 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29938
* Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .Bill Fenner2000-06-221-1/+2
| | | | Notes: svn path=/head/; revision=29788
* Make building/installing of the esd and mikmod plugins conditional (turned on byMaxim Sobolev2000-06-213-23/+75
| | | | | | | default). Also slightly clean GNOME support bits. Notes: svn path=/head/; revision=29739
* Fix PLIST.Maxim Sobolev2000-06-211-1/+1
| | | | Notes: svn path=/head/; revision=29737
* Update to the 1.2.1 version.Maxim Sobolev2000-06-204-18/+19
| | | | Notes: svn path=/head/; revision=29712
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-162-3/+3
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Remove expensive optimisations, which seems broke equalizer with our gcc.Maxim Sobolev2000-06-161-2/+10
| | | | | | | | PR: 19141 Submitted by: Sascha Blank <blank@uni-trier.de> Notes: svn path=/head/; revision=29642
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Upgrade of XMMS from 1.0.1 to 1.2.0. The port may also be compiled withMaxim Sobolev2000-06-165-89/+119
| | | | | | | | | | WITH_GNOME (thanks to Ade Lovett), the PLIST is now sorted alphabetically. PR: 19293 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=29626
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29615
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29613
* Initial import of xmps - a nice Gnome MPEG videoplayer.Maxim Sobolev2000-06-1510-0/+246
| | | | Notes: svn path=/head/; revision=29608
* Update to the 0.4.0 version.Maxim Sobolev2000-06-143-3/+5
| | | | Notes: svn path=/head/; revision=29598
* Not "plugin.html" but "plugin.htm".R. Imura2000-06-111-1/+1
| | | | Notes: svn path=/head/; revision=29514
* Add missing EXTRACT_SUFX.Will Andrews2000-06-041-0/+1
| | | | | | | | PR: 18990 Submitted by: Andreas Schulz <ats@first.gmd.de> Notes: svn path=/head/; revision=29179
* - Fix MASTER_SITESSteve Price2000-05-295-3/+123
| | | | | | | | | | - Support CC/CFLAGS properly PR: 16674 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28962
* Make this port respect CC/CFLAGS properly; add secondary MASTER_SITES, andWill Andrews2000-05-294-5/+74
| | | | | | | | | | support the install macros. Add nice manpage too! PR: 18884 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28946
* Don't strip a Linux binary with FreeBSD's strip(1) or we can't brandelf(1)Steve Price2000-05-292-0/+8
| | | | | | | | | | them later. PR: 18780 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Notes: svn path=/head/; revision=28891
* Don't strip Linux binary with FreeBSD strip, as it then brands the binaryDavid E. O'Brien2000-05-141-0/+3
| | | | | | | | | | as a FreeBSD one. PR: 18489 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> (this fix and the PR) Notes: svn path=/head/; revision=28465
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-142-2/+2
| | | | Notes: svn path=/head/; revision=28453
* Update to mtv 1.1.1.1Kris Kennaway2000-05-142-4/+4
| | | | | | | Submitted by: ache Notes: svn path=/head/; revision=28445
* USE_X_PREFIX wasn't being set early enough due to a version check forKris Kennaway2000-04-291-6/+1
| | | | | | | | | old versions of 4.0-CURRENT. Remove the check and solve this. Noticed by: bento Notes: svn path=/head/; revision=28092
* Update smpeg to 0.3.5.Will Andrews2000-04-253-4/+8
| | | | | | | | | PR: 18189 Submitted by: Maxim Sobolev <sobomax@altavista.net> Approved by: cpiazza Notes: svn path=/head/; revision=28008
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsiveKris Kennaway2000-04-235-5/+5
| | | | | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich Notes: svn path=/head/; revision=27941
* Revert to libSDL-1.0.Vanilla I. Shu2000-04-231-1/+1
| | | | Notes: svn path=/head/; revision=27923
* Add a patch for I18N fontset.Vanilla I. Shu2000-04-224-3/+23
| | | | Notes: svn path=/head/; revision=27897
* Update xmovie port.Will Andrews2000-04-226-32/+10
| | | | | | | | | | | 1) Fix URL. 2) Use graphics/linux-jpeg library. PR: 18151 Submitted by: maintainer Notes: svn path=/head/; revision=27893
* Update to 1.5. An alpha binary is now available, too.Chris Piazza2000-04-212-6/+11
| | | | Notes: svn path=/head/; revision=27831
* Upgrade to mtv 1.1.1.0Kris Kennaway2000-04-152-4/+5
| | | | | | | Submitted by: Karel Afka <kafka@xs4all.nl> Notes: svn path=/head/; revision=27623
* Remove the NOT_FOR_ARCHS=alpha entryRoger Hardiman2000-04-151-2/+0
| | | | Notes: svn path=/head/; revision=27588
* Portlint COMMENT's.Akinori MUSHA2000-04-143-3/+3
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-1420-55/+52
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512