aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 0.3.5kevlo2001-01-125-18/+33
| | | | | PR: 24245 Submitted by: MAINTAINER
* Revert changes that enabled usage of mp3 lame shared library. Duelioux2001-01-082-32/+4
| | | | | | | | to revertion of shared library build/installation on the lame port PORTVERSION=3.70, PORTREVISION=2. I am reverting this for I won't be around to discuss this for the time being. :)
* 1) Add audio/lame as a LIB_DEPENDSlioux2001-01-072-2/+32
| | | | | | | | | | | | | | | | 2) Have this port use the port's system shared version of the lame library instead of building its own static version. Add both some detection code and necessary hooks to avifile's configure system (defensive programming) using some patches 3) Add a simple stale port's tree defensive check. After the library dependency phase, if one gets a lame library but no shared library ... bogus. The avifile depending on the new version of lame port was added after the aforementioned. Warn the user about it. A side effect (of LIB_DEPENDS) is that the new lame dependency is always built even if there is an old version of lame installed. 4) PORTREVISION bump Approved by: maintainer
* 1) Update to version 0.53.1lioux2001-01-0718-126/+280
| | | | | | | | | | | | | | | | | | | | 2) Update codec distribution to version 001222 3) Add codec wmvds32.ax 4) Install avifile library (both shared and static) version .0 (distfile's numbering) 5) Have the binaries use the shared library 6) Add a libtool hack fix kindly provided by Maxim Sobolev <sobomax@FreeBSD.org> 7) Add an adhoc fix to insure build of avifile utilities despite possible misbehavior of the configure script 9) Update pkg-descr with more informative message 10) Update pkg-comment with more precise message 11) Update pkg-message with information about possible build problems. This port requires qt with thread support. PR: ports/23941 Submitted by: maintainer, Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Update to 1.6bcpiazza2001-01-052-8/+7
|
* Fix the following problem:sobomax2001-01-052-0/+82
| | | | | | | | | "XMMS does not distinguish on FreeBSD between audio CD and data CD containing sound files. As a result it cannot play these files." PR: 23925 Submitted by: Vladimir Kushnir <vkushnir@Alfacom.net> Reviewed by: maintainer
* update to 8.0.sf2001-01-036-337/+347
| | | | | | PR: 23970 Submitted by: Marc van Woerkom <van.woerkom@netcologne.de> Approved by: maintainer
* Correct libsmpeg version number.sobomax2000-12-271-1/+1
| | | | | PR: 23875 Submitted by: Munehiro Matsuda <haro@kubota.co.jp>
* Update to version 0.3.2kevlo2000-12-205-16/+71
| | | | | | | Note that I update MASTER_SITES PR: 23613 Submitted by: MAINTAINER
* Add smpeg-xmms. A mpeg plugin for XMMS using SDL/smpeg as backend. Supportssobomax2000-12-207-0/+130
| | | | | | hardware acceleration in Xfree 4.x if available, fullscreen, resizeable window, VCD support (doesn't work in FreeBSD yet), aspected ratio when resizing the window, etc.
* Update to 0.1.3.sobomax2000-12-197-77/+97
| | | | Prompted by: MANY
* Add #define BE_SHORT(x)kevlo2000-12-142-8/+8
|
* Fix broken on -current.kevlo2000-12-132-0/+72
| | | | Thanks to Donald J . Maddox <dmaddox@sc.rr.com>
* Forgot to update this patch.kevlo2000-12-132-4/+22
|
* Upgrade to 2.0.1kevlo2000-12-126-44/+62
|
* OOPS, previously committed not a last version of this patch.sobomax2000-12-111-2/+11
|
* Fix smpeg-config: sdl-config in FreeBSD called sdl11-config.sobomax2000-12-111-0/+11
|
* Update version number of smpeg shared library.sobomax2000-12-111-1/+1
|
* Update to 0.4.2.sobomax2000-12-114-16/+9
|
* Fix compilation on newer versions of -current.steve2000-12-111-0/+20
| | | | PR: 23100
* Update to version 2.80.2.steve2000-12-112-1/+7
| | | | | PR: 23085 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* update to 1.5.3sanpei2000-12-056-8/+8
| | | | | | | Continued improvements in DVD decoding. Improved DV decoder. Faster pause and resume. move Web page
* Update to 1.2.4sobomax2000-11-297-35/+57
| | | | | PR: 23160 Submitted by: maintainer
* Fix tmpnam() warnings, using KTempfile instead of mkstemp.kevlo2000-11-272-0/+60
| | | | | Fix kde -HEAD as well: http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdemultimedia/kscd/CDDialog.cpp
* Update to version 0.3.1kevlo2000-11-264-10/+20
| | | | | PR: 23102 Submitted by: MAINTAINER
* - Enable kscd. That means it can run on FreeBSD :)kevlo2000-11-248-16/+252
| | | | | - Add BUILD_DEPENDS - Fix pkg-plist
* Fetch the source from MASTER_SITE_LOCAL to lower the loadingroger2000-11-221-1/+2
| | | | on freefall.
* Resign as maintainer of KDE2 ports, having brought them up from inceptionwill2000-11-182-2/+2
| | | | | | | | | to the final release of KDE 2.0. Kevin Lo <kevlo@FreeBSD.org> will continue as the new maintainer. He has commit privileges on the KDE tree, making him an excellent candidate for this job. I'll be behind the scenes for awhile, since there are some structural changes I'd like to make but I'd rather have Kevin do the work. Please, people, direct your patches at Kevin and watch his "freetime deprivation process" _really_ start. :-P
* Add a second checksum for the tarball found on the 2nd and 3rdroger2000-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
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-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.
* Whitespace-only:sobomax2000-11-011-2/+2
| | | | Make indentation uniform across my ports.
* Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow peoplewill2000-10-292-4/+4
| | | | | | to compile on X4.0.1. Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
* Implement fix for configure scripts in regards to finding X libs onwill2000-10-292-6/+6
| | | | | | XFree86 4.0.1. Submitted by: PW (thanks)
* Overall port clean uplioux2000-10-285-31/+57
| | | | | | | CC/CFLAGS safeness Submitted by: Jeremy Norris <ishmael@home.com> PR: ports/22171
* Update: graphics/xine 0.2.2 -> 0.2.3jeh2000-10-264-17/+19
| | | | | PR: 22294 Submitted by: Roman Shterenzon <roman@xpert.com> MAINTAINER
* Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...will2000-10-256-64/+78
| | | | All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff.
* Update to version 0.50.lioux2000-10-206-4/+54
| | | | | PR: 22136 Submitted by: maintainer <holger@eit.uni-kl.de>
* Fixed pkg-message typo.lioux2000-10-192-2/+2
| | | | | PR: 22080 Submitted by: <mavetju@chello.nl>
* Another sourceforge victim.sobomax2000-10-152-2/+2
|
* Change maintainer to roman@xpert.comalex2000-10-151-1/+1
|
* Improve port:alex2000-10-154-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>
* Add xine 0.2.2, a MPEG-1/2 player.alex2000-10-145-0/+60
|
* Fix another well-known libtool stupidity.sobomax2000-10-121-0/+4
| | | | Propelled by: th@d83b0468.dsl.flashcom.net (on IRC)
* Unbroke - the port wasn't really broken.sobomax2000-10-111-1/+0
| | | | False alarm by: sobomax
* Forgot to add pkg-message. My 1st cvs add. :)lioux2000-10-112-0/+22
|
* Tempararly mark BROKEN if HAVE_GNOME is defined (until there will be a way tosobomax2000-10-101-0/+1
| | | | disable bsd.gnome.mk CONFIGURE_ARGS).
* Update to version 0.49lioux2000-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
* update to 1.5.2sanpei2000-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.
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-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.
* Implement WANT_GNOME.reg2000-10-056-83/+88
|
* Implement USE_GNOME, part 1.reg2000-10-053-59/+36
|
* Implement USE_GTK, part 1.reg2000-10-052-12/+7
|
* The post-extract target in the audio/xmms/Makefile renames getbits.s tosobomax2000-10-041-2/+1
| | | | | | | | getbits.S. However, getbits.s is no longer present in the current XMMS distribution. PR: 21748 Submitted by: maintainer
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-042-2/+2
| | | | directory.
* Correct and sort PLISTs.reg2000-10-031-11/+10
|
* use graphics/linux-pngsanpei2000-09-286-80/+6
|
* Yet again fix cranking sound.sobomax2000-09-272-6/+15
| | | | | | Problem brought by: sobomax Overlooked by: maintainer Reported by: many
* Add some additional master sitescpiazza2000-09-231-1/+5
| | | | | PR: 21483 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
* Update to 1.2.3.sobomax2000-09-224-46/+16
| | | | Approved by: maintainer
* Add avifile, an MPEG-4 (aka DivX) playerade2000-09-2018-0/+960
| | | | | PR: 21347 Submitted by: Holger Lamm <holger@eit.uni-kl.de>
* Update to realplayer 7.cs1 (Community Supported release 1)kris2000-09-172-2/+2
| | | | Reviewed by: Maintainer
* Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If youwill2000-09-168-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/.
* Mote gxanim-0.50.tar.bz2 to ${MASTER_SITE_LOCAL}fenner2000-09-082-4/+2
| | | | Remove dead WWW: link
* Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsasami2000-09-061-1/+1
| | | | work with both XFree86-3 and XFree86-4.
* - Fix MASTER_SITES.steve2000-09-051-2/+1
| | | | | PR: 20854 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Make user interaction a runtime switch instead of a compiletime option.steve2000-09-054-40/+74
| | | | | PR: 20956 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Camserv is a program to do streaming video through the web. Streamingjkh2000-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>
* Make PATCHFILE confitional, depending on the OSVERSION and WITHOUT_3DNOW. Thissobomax2000-08-111-1/+1
| | | | shoud fix xmms if OSVERSION < 400021.
* Make these COMMENT files conform to Handbook standard.will2000-08-111-1/+1
| | | | | PR: 20269 Submitted by: Ports Fury
* Remove i386 .o files in the post-extract target and respect CFLAGS.steve2000-08-083-0/+46
|
* change my e-mail addresssanpei2000-08-032-2/+2
| | | | --> sanpei@FreeBSD.org
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-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
* Add patch to allow selection of the 'VIDEO' audio input on newerroger2000-08-011-0/+16
| | | | | | sound cards Submitted by: Mike Meyer <mwm@mired.org>
* Fix broken master siteroger2000-08-011-1/+1
|
* Update maintainer's email address and clarify the DESCR file.roger2000-08-012-6/+6
|
* Make xmms better than ever before:sobomax2000-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>
* currently xmovie does not support DVD yet. remove ``DVD'' word.sanpei2000-07-224-4/+4
| | | | I will update this ports, xmovie-1.4, if I have time.
* Upgrade to version 1.1.4. (Fixes zoom mode on my machine.)joe2000-07-182-2/+2
|
* Fix the build for older versions of gcc by renaming *.s -> *.S.jim2000-07-141-0/+8
| | | | | PR: 19846 Submitted by: maintainer
* Remove dir created during installationjedgar2000-07-131-0/+1
|
* Update to 1.2.2.sobomax2000-07-123-2/+5
|
* Update to version 7.b2taoka2000-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
* Upgrade to 1.1.1.3 and use ${PORTVERSION} stuff to make this easier tobillf2000-07-072-5/+4
| | | | | | upgrade in the future. Approved by: kris (MAINTAINER)
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-292-2/+4
| | | | MASTER_SITE_LOCAL site.
* - Support CC/CXX/CFLAGS/CXXFLAGS/MAKE properlyalex2000-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>
* Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .fenner2000-06-231-1/+2
|
* Make building/installing of the esd and mikmod plugins conditional (turned on bysobomax2000-06-213-23/+75
| | | | default). Also slightly clean GNOME support bits.
* Fix PLIST.sobomax2000-06-211-1/+1
|
* Update to the 1.2.1 version.sobomax2000-06-204-18/+19
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-172-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
* Remove expensive optimisations, which seems broke equalizer with our gcc.sobomax2000-06-161-2/+10
| | | | | PR: 19141 Submitted by: Sascha Blank <blank@uni-trier.de>
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Upgrade of XMMS from 1.0.1 to 1.2.0. The port may also be compiled withsobomax2000-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>
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-2/+1
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-162-2/+1
|
* Initial import of xmps - a nice Gnome MPEG videoplayer.sobomax2000-06-1510-0/+246
|
* Update to the 0.4.0 version.sobomax2000-06-143-3/+5
|
* Not "plugin.html" but "plugin.htm".imura2000-06-111-1/+1
|
* Add missing EXTRACT_SUFX.will2000-06-051-0/+1
| | | | | PR: 18990 Submitted by: Andreas Schulz <ats@first.gmd.de>
* - Fix MASTER_SITESsteve2000-05-305-3/+123
| | | | | | | - Support CC/CFLAGS properly PR: 16674 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Make this port respect CC/CFLAGS properly; add secondary MASTER_SITES, andwill2000-05-304-5/+74
| | | | | | | support the install macros. Add nice manpage too! PR: 18884 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Don't strip a Linux binary with FreeBSD's strip(1) or we can't brandelf(1)steve2000-05-292-0/+8
| | | | | | | them later. PR: 18780 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* Don't strip Linux binary with FreeBSD strip, as it then brands the binaryobrien2000-05-151-0/+3
| | | | | | | as a FreeBSD one. PR: 18489 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> (this fix and the PR)
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-142-2/+2
|
* Update to mtv 1.1.1.1kris2000-05-142-4/+4
| | | | Submitted by: ache
* USE_X_PREFIX wasn't being set early enough due to a version check forkris2000-04-301-6/+1
| | | | | | old versions of 4.0-CURRENT. Remove the check and solve this. Noticed by: bento
* Update smpeg to 0.3.5.will2000-04-263-4/+8
| | | | | | PR: 18189 Submitted by: Maxim Sobolev <sobomax@altavista.net> Approved by: cpiazza
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-245-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
* Revert to libSDL-1.0.vanilla2000-04-231-1/+1
|
* Add a patch for I18N fontset.vanilla2000-04-234-3/+23
|
* Update xmovie port.will2000-04-236-32/+10
| | | | | | | | 1) Fix URL. 2) Use graphics/linux-jpeg library. PR: 18151 Submitted by: maintainer
* Update to 1.5. An alpha binary is now available, too.cpiazza2000-04-212-6/+11
|
* Upgrade to mtv 1.1.1.0kris2000-04-162-4/+5
| | | | Submitted by: Karel Afka <kafka@xs4all.nl>
* Remove the NOT_FOR_ARCHS=alpha entryroger2000-04-151-2/+0
|
* Portlint COMMENT's.knu2000-04-153-3/+3
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-1420-55/+52
| | | | string so I fixed it.
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* PORTNAME / PORTVERSION syntax conversionobrien2000-04-131-2/+2
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-094-10/+10
|
* remove extra blank line (portlint)mharo2000-04-031-1/+0
|
* remove a.out supportmharo2000-04-032-5/+2
|
* make this build againmharo2000-04-022-0/+157
|
* netpnm moved to ${LOCALBASE}, update *_DEPENDSmharo2000-04-021-1/+1
|
* portlint and cleanup a bitmharo2000-03-311-5/+1
|
* MPEG encoder/decoder from the Portable Video Research Groupade2000-03-296-0/+63
| | | | | | | at Stanford. PR: 14378 Submitted by: Tobias Reifenberger <treif@mayn.de>
* Upgrade to mtv 1.1.0.20kris2000-03-193-8/+11
| | | | Submitted by: Samuel Tardieu <sam@inf.enst.fr>
* Add virtual category "linux" to Linux apps and support libs/utils.asami2000-02-285-5/+5
|
* Mark this port 'ONLY_FOR_ARCHS=i386'.steve2000-02-271-0/+1
|
* Update to 0.50 (less bugs, GTK fixes, better memoryade2000-02-253-14/+14
| | | | | | | management and a history function) PR: 16947 Submitted by: maintainer
* Bump shlib versions of kdelibs11 and kdesupport11.asami2000-02-242-2/+2
|
* Add WRKSRC parameter, because I've changed its DISTNAME.imura2000-02-162-0/+2
| | | | Submitted by: maintainer
* Remove giflib dependence.imura2000-02-152-4/+2
| | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!!
* Initial import of xmovie-1.3.1.imura2000-02-1310-0/+244
| | | | | | | A movie player for MPEG-2, DVD, and Quicktime movies PR: 16593 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
* Fix new compiler error in -current.imura2000-02-138-1/+314
| | | | | Submitted by: Alexander Langer <alex@big.endian.de> All no response from: maintainer
* Portlintcpiazza2000-02-111-1/+1
|
* Fix this port on 3.x.cpiazza2000-02-111-0/+8
| | | | | | | Side note: this is really gross. Can someone explain to me why this won't work if the assembler files are named blah.s instead of blah.S? PR: 16637
* Update to version 1.0.1cpiazza2000-02-105-39/+114
| | | | | | | | note that this version does not include mikmod support built in, but a plugin port will be added soon. PR: 16502 Submitted by: maintainer
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-082-3/+3
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Add a patch forgot while merging changes from Maxim Sobolevcpiazza2000-02-031-0/+11
|
* Better DESCR and COMMENT files from Maxim Sobolevcpiazza2000-02-034-5/+24
| | | | | | | and merge in (really dumb) things that I forgot to do. PR: 16500 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* add smpeg.cpiazza2000-02-035-0/+46
| | | | | | | SMPEG is a free, general purpose mpeg player that uses the SDL library. Combines the functionality of mpeg_play and splay. SMPEG is made by Loki Entertainment
* Rework DESCR so it doesn't have spaces in front of every line.cpiazza2000-02-031-18/+16
| | | | Also change a link to WWW: format.
* MpegTV is a high-performance MPEG video player. Note that this iskris2000-01-305-0/+61
| | | | | not free software - please make sure you fulfil the license conditions before using.
* Add -pedantic to override the default -pedantic-errors, to allowfenner2000-01-281-0/+11
| | | | socket code to compile.
* Add vcdgear,cpiazza2000-01-065-0/+35
| | | | | | a utility that converts from .cue/.bin to .mpg, intended for use with VCDs. Binary only for now but source will be available some time in the future.
* Update to reflect new MASTER_SITE.steve1999-12-311-1/+1
| | | | | PR: 15042 Submitted by: Dominik Rothert <dr@domix.de>
* General comment cleanups.hoek1999-12-291-1/+1
|
* Move distfile to http://www.freebsd.org/~fenner/distfiles/fenner1999-12-081-1/+1
|
* Correct man page entrycpiazza1999-12-051-2/+1
| | | | | PR: 15233 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
* Respect CCcpiazza1999-12-051-5/+6
| | | | | PR: 15177 Submitted by: James Andariese <james@ja.ath.cx>
* Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95.steve1999-11-2915-58/+219
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Initial import of tkxanim version 0.43.steve1999-11-276-0/+61
| | | | | | | A Tcl/Tk frontend to xanim. PR: 14496 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
* The manpage is in section n and isn't compressed.steve1999-11-271-1/+2
|
* Update FXTV checksum. The distribution tarball was re-rolled by the authorroger1999-11-121-1/+1
| | | | to remove some junk.
* Add a patch that allows xmms to play the next song in the playlist.cpiazza1999-11-111-0/+14
| | | | | | It's pretty ugly and should be fixed properly some time. Submitted by: Jakob Alvermark <jakob@teligent.se>
* Update to version 0.9.5.1.jim1999-11-064-18/+18
| | | | | PR: 14045 Submitted by: Espen Skoglund <esk@ira.uka.de>
* Update to FXTV 1.02.roger1999-11-052-4/+4
| | | | | This adds support for the IR Remote Control in the PixelView TV cards
* Upgrade to version 1.01, which has Hauppauge Infra Red Remote Control Supportroger1999-10-274-48/+4
|
* Bump glib12 's share library version to 3,vanilla1999-10-101-3/+1
| | | | and portlint.
* Use updated esound library.nakai1999-10-081-1/+1
|
* Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}.asami1999-09-211-1/+1
|
* Import of gxanim 0.45, a Gtk front-end to xanim.mph1999-09-216-0/+57
| | | | | PR: 13707 Submitted by: Rod Taylor <rod@idiotswitch.org>
* Add audio cd and mikmod support in Xmms.cpiazza1999-09-202-3/+7
| | | | | | | Also update the maintainer's email address. PR: 13728 Submitted by: maintainer
* Update to KDE-1.1.2se1999-09-186-6/+54
|
* The version number of libgif.so has changed to 5.steve1999-09-182-2/+2
|
* Add patch submitted by Randall, the FXTV authorroger1999-09-101-0/+25
|
* Rewrite virtual function pointer code so it can compile with EGCS on myroger1999-09-091-26/+92
| | | | | | | | -current machine. Also I fixed the code for grabbing from the X11 desktop in 24 bit colour modes. Previously it gave us a blurred yellow image. Now it can capture the X11 desktop in full 24 bit colour for both XRGB and XBGR Truecolour.
* Expand the patch to work on drivers without the XUSSR channel set too.roger1999-09-091-4/+8
| | | | | This means FXTV should be able to compile on the really old Bt848 driver that ships with FreeBSD 2.2.8
* Patch to allow FXTV to compile on older Bt848 drivers without the Australianroger1999-09-091-0/+15
| | | | channel set
* Update to include the URL for newer Bt848 driversroger1999-09-071-0/+11
|
* The tiff port now lives in ports/graphics/tiff.steve1999-09-071-1/+1
|
* Update FXTV to version 1.00roger1999-09-076-39/+7
|
* Update FXTV to version 1.00roger1999-09-071-4/+9
| | | | | | | This requires Bt848 driver version 1.66 or later. 3.2-RELEASE shipped with version 1.61. New drivers are in the 3.x-stable kernel source tree. They can also be found at http://www.freebsd.org/~roger or http://telepresence.dmem.strath.ac.uk/bt848
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-315-6/+6
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-12/+12
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Change Id->FreeBSD.obrien1999-08-2513-13/+13
|
* Change Id->FreeBSD.obrien1999-08-254-4/+4
|
* awk -> ${AWK}mharo1999-08-232-5/+5
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* Cleanup fetching comments: {DISTFILES} already contains .tar.gz. Also pointobrien1999-08-151-3/+3
| | | | out the user wants the generic Linux ELF (rather than RH) binary package.
* Use empty MASTER_SITES= to indicate that there's nothing for thefenner1999-08-091-2/+2
| | | | distfile survey to check.
* Add #include <X11/Xproto.h>roger1999-07-291-0/+10
| | | | | This allows FXTV to compile with XFree86 3.9.15 (a 4.0 pre-release beta) This has no effect on XFree86 3.3.4.
* Make port depend on linux_base instead of linux_lib.marcel1999-07-212-4/+4
|
* No need for '-p', since ${MKDIR} == 'mkdir -p'.steve1999-07-051-2/+2
|
* Xmms: the X Multimedia System. XMMS is a multimedia player based oncpiazza1999-07-046-0/+73
| | | | | | | | | | the look of Winamp. Note: this port can be extended to include libmikmod support etc, but this is a good start and at least it plays mp3s. PR: 12498 Submitted by: Espen Skoglund <espensk@stud.cs.uit.no>
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-278-8/+8
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-273-3/+3
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Turn off sound support except on the i386 port.steve1999-06-231-5/+7
|
* This port doesn't build when the system compiler is egcs.steve1999-06-231-2/+7
|
* We don't have sound support on the Alpha yet.steve1999-06-231-1/+3
|
* Update my email address, I've been slack.kris1999-06-071-2/+2
|
* Fix path for shareds objects.tg1999-06-071-1/+1
|
* Use FreeBSD-ELF shared objects for the new supported codecs.tg1999-05-314-34/+49
| | | | Support for aout is gone, you'll have to use an older package.
* Forget about ${PREFIX}/include/giflib.tg1999-05-272-6/+4
|
* Fix typo in function XUTILGetVisualBpp(), it causes fxtv to fail onroger1999-05-101-0/+11
| | | | | | X server with both depth 8 and 24 visuals. Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>
* More WWW: additionsmharo1999-05-073-4/+4
|
* Upgrade KDE to Release 1.1.1.se1999-05-046-14/+36
|
* Wisten, to the SWwound, of a Whole new WOOhoek1999-05-031-3/+5
| | | | | | | | | [CheeriWOs!] Wisten, to the SWwound, of a Whole new WOO [CheeriWOs!] [ie. Add WWW:, and periodic misc legibalizificatings]
* Add homepage. Incidentally, this DESCR is a little long.hoek1999-04-271-0/+2
|
* Port now uses a .tar.bz2 distfilekris1999-04-032-2/+2
| | | | Forgotten by: se
* Update to 2.80.1flathill1999-03-313-49/+53
| | | | | PR: ports/10864 Submitted by: mharo@area51.fremont.ca.us
* Fix MASTER_SITE_SUBDIR and add USE_BZIP2.se1999-03-252-4/+6
|
* Updated with new FXTV Homepage locationroger1999-03-161-6/+6
|
* Updated Randall's email address, the FXTV homepage and the Master Siteroger1999-03-161-4/+4
| | | | location.
* Use INSTALL_DATA for installing libraries.kris1999-03-111-2/+2
| | | | Submitted by: Tom Hukins <tom@eborcom.com>
* patch changes -ltiff34 to -ltiff in the fxtv makefileroger1999-02-121-0/+11
| | | | Submitted by: Randall Hopper <aa8vb@pagesz.net>
* Linux RealPlayer 5.0 from RealNetworks.kuriyama1999-02-125-0/+151
| | | | | PR: ports/9838 Submitted by: Kris Kennaway <kkenn@rebel.net.au>
* Updated authors email addressroger1999-02-121-5/+5
| | | | Submitted by: Randall Hopper <aa8vb@pagesz.net>
* Updated URL to authors home pageroger1999-02-121-1/+1
| | | | Submitted by: Randall Hopper <aa8vb@pagesz.net>
* Remove extra argument to "configure" that had been committed by accident.se1999-02-092-6/+2
|
* Upgrade to KDE 1.1 RELEASE.se1999-02-096-10/+42
|
* Upgrade to KDE-1.1pre2 ...se1999-02-076-20/+36
|
* Upgrade to 0.48. Bug fixes, support for more cards in brooktree driver.markm1999-02-066-57/+5
|
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-032-12/+4
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* Add bzip2 dependency. They were missing in some kde*11 Makefiles.asami1999-01-112-2/+4
|
* Allow vat & vic to run with tcl8.0.4.fenner1999-01-101-2/+10
|
* Make dependency lines point to right directories -- they were stillasami1999-01-082-4/+4
| | | | using the old names (without "11").
* Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.simokawa1999-01-071-1/+2
|
* Upgrade to the first pre-release of KDE 1.1.se1999-01-076-50/+106
| | | | | | | | | | | This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ...
* Mark these broken while Stefan works on an upgrade.asami1999-01-062-2/+6
|
* use system CFLAGSache1999-01-051-4/+4
|
* remove -m486 option for alpha.simokawa1999-01-051-2/+1
|
* Change categories to "audio kde". It was (believe me or not) "x11".asami1998-12-012-4/+4
|
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0asami1998-11-251-2/+2
| | | | would go backwards.
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hjseger1998-11-252-3/+3
| | | | Approved by: asami
* Remove extraneous x11 from CATEGORIES.steve1998-11-213-6/+6
| | | | Submitted by: Josh Gilliam <josh@quick.net>
* was using naked '-lXm' rather than `${MOTIFLIB}'.obrien1998-11-151-0/+11
|
* update to patched version that fix bug for 24-bit displaysobrien1998-11-152-3/+3
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-13/+13
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Unbreak.jseger1998-10-132-9/+16
| | | | Submitted by: steve
* Unbreak for current.jseger1998-10-132-12/+2
| | | | Submitted by: ken@plutotech.com
* Unbreak for ELF.jseger1998-10-132-5/+4
| | | | Submitted by: steve
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | c++ -O2 -DUSE_SHM -DED_YBITS=4 -DSIGRET=void -I/usr/local/include -I/usr/local/include/tk8.0 -I/usr/local/include/tcl8.0 -I/usr/X11R6/include -I./jpeg -I./p64 -I. -o vic inet.o cellb_tables.o tkStripchart.o md5c.o random.o main.o net.o net-ip.o source.o iohandler.o timer.o idlecallback.o media-timer.o session.o session-rtpv1.o session-nv.o session-ivs.o decoder.o decoder-jpeg.o decoder-nv.o decoder-h261.o decoder-h261v1.o decoder-cellb.o device.o grabber.o vw.o Tcl.o Tcl2.o module.o transmitter.o encoder-nv.o encoder-cellb.o encoder-h261.o transcoder-jpeg.o framer-jpeg.o group-ipc.o confbus.o renderer.o renderer-window.o color.o color-true.o color-pseudo.o color-dither.o color-ed.o color-quant.o color-hi.o color-gray.o color-mono.o color-hist.o rgb-converter.o jpeg/jpeg.o p64/p64.o dct.o compositor.o rate-variable.o crypt.o crypt-dull.o grabber-still.o cm0.o cm1.o huffcode.o version.o bv.o ui-ctrlmenu.o ui-main.o ui-resource.o ui-srclist.o ui-stats.o ui-util.o ui-windows.o ui-switcher.o ui-extout.o ui-grabber.o ui-unix.o cf-main.o cf-tm.o cf-confbus.o cf-network.o cf-util.o tkerror.o entry.o tk.o strtol.o strtoul.o grabber-x11.cc grabber-meteor.o grabber-spigot.o -lspigot -L/usr/local/lib -ltk80 -L/usr/local/lib -ltcl80 -L/usr/X11R6/lib -lXext -lX11 -lm grabber-x11.cc: In method `int X11Grabber::X11Grab_Initialize(long unsigned int, int, int)': grabber-x11.cc:627: warning: implicit declaration of function `int VidUtil_DestroyXImage(...)'
* Mark BROKEN for ELF:jseger1998-10-121-1/+3
| | | | | | | g++ -O -I/usr/X11R6/include -o mpeg_edit main.o globals/version.o editor/editor.a ui/ui.a MpegCodec/mpeg.a -L/usr/X11R6/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm cc: editor/editor.a: No such file or directory cc: ui/ui.a: No such file or directory cc: MpegCodec/mpeg.a: No such file or directory
* Mark BROKEN for ELF:jseger1998-10-121-1/+3
| | | | | gcc -Iheaders -I/usr/include -Ijpeg -O -Wall -Wmissing-prototypes -o mpeg_encode mfwddct.o postdct.o huff.o bitio.o mheaders.o mpeg.o subsample.o param.o rgbtoycc.o readframe.o combine.o jrevdct.o frame.o fsize.o frametype.o libpnmrw.o specifics.o rate.o opts.o iframe.o pframe.o bframe.o psearch.o bsearch.o block.o parallel.o jpeg.o main.o -Ljpeg jpeg/libjpeg.a -lm gcc: jpeg/libjpeg.a: No such file or directory
* Mark BROKEN for current. Can't find scsi.hjseger1998-10-112-2/+12
|
* Make sure to remove everything we install.steve1998-10-054-2/+5
|
* Move manpages to Makefile and use MAN* macros.steve1998-10-052-2/+2
|
* Elfifybrian1998-10-022-18/+14
| | | | Add -lstdc++ in kscd/Makefile.in - someone should test this for -stable ;-/
* Mark all KDE ports BROKEN for ELF.jseger1998-09-302-2/+6
|
* Provide replacements for the NetBSD (a.out) .o modules from the Linux (ELF)markm1998-09-272-5/+15
| | | | | world. This works in this case because the supplied .o modules make no (Linux) syscalls.
* tk80 has been ELFized.asami1998-09-251-2/+2
|
* giflib is now converted to ELF so remove regexp support.steve1998-09-192-4/+4
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-152-4/+4
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Convert to ELF.markm1998-09-152-20/+21
|
* Convet to ELF.markm1998-09-152-4/+17
|
* - Use a do-install: target instead of patching one into the sourcehoek1998-08-242-2/+23
| | | | | | | | | | Makefile. A do-install: target is preferrable if one does not plan on submitting patches to the author. Doing it this way has the nice side-advantages that we now respect MANOWN and BINOWN. - Respect CFLAGS - move patches/patch-ab to files/mplex.1