summaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* 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-142-20/+21
|
* Convet to ELF.markm1998-09-142-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
* Well, we know there isn't a comprehensive instruction manual, buthoek1998-08-241-15/+16
| | | | what does this thing actually do!? :)
* Use the MANx variables. This commit only covers ports thathoek1998-08-238-8/+16
| | | | | | | | | | | don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least.
* This commit brought to you by the Paddock Bowling Alley.hoek1998-08-181-1/+0
|
* Wow. Checkout the number of manpages that are in EZWGL. I think that'shoek1998-08-182-3/+0
| | | | too many, so I'll remove half of them.
* Replace qt dependencies with USE_QT.asami1998-08-122-8/+6
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-074-10/+10
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-056-13/+13
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Change dependencies to accept Qt-1.33 if present,se1998-07-232-6/+6
| | | | but to build Qt-1.40 if no compiled Qt library can be found.
* Upgrade to KDE Release 1.0se1998-07-196-90/+306
| | | | Based on: patches for a 1.0 pre-release submitted by Thomas Gellekum.
* Fix the configure script to not try to build a grabber which is notfenner1998-07-111-0/+10
| | | | included in the vic source.
* Change to UNBROKEN ...scrappy1998-07-092-6/+4
| | | | | Add USE_GMAKE to get past a compile problem in kmid Remove patches, as were not required to cleanly compile
* Still marked BROKEN, but this gets me to the extract stage, and, removingscrappy1998-07-092-4/+12
| | | | | | all the patches, configured and compiling. Haven't removed the patches yet, until I see a clean compile...
* Still marked BROKEN, but at least you can retrieve the files now...will workscrappy1998-07-084-14/+16
| | | | on compiling it from my X machine later tonight...
* Allow environment variables to be passed to make's children (-e flag).dburr1998-07-061-1/+2
| | | | | | | This way, you can, for example, "setenv HAVE_XFREE86 no" to get fxtv to compile if you have special/extenuating circumstances. Submitted by: Randall Hopper <rhh@ct.picker.com>
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.asami1998-06-271-2/+1
|
* Fix Luigi's recently committed submission:fenner1998-06-264-1671/+100
| | | | | | | | - Actually include the x11 grabber in the compile - Don't force the capture type to PAL; leave it at auto - Remove debugging code and comments - Eliminate the need for kernel patch for tuner code - Don't patch one source file in more than one patch-XX files
* These patches implement the following features in vic:jkh1998-06-242-0/+2041
| | | | | | | | | | | | | | * an x11 grabber similar to the one present in nv. Extremely useful for interactive work (i'd say better than a camera in many cases). * add video controls to the meteor grabber (brightness etc.) * add tuner control when used with the meteor grabber (require a small modification to the kernel to let tuner be controlled via the grabber fd); Submitted by: luigi PR: 6814
* Import new port graphics/netshow, the Microsoft NetShow player.dburr1998-06-126-0/+60
| | | | | | Thanks to Chris Kukulies <kuku@gil.physik.rwth-aachen.de> for telling us about this on freebsd-multimedia, and giving me the idea of doing a port for it.
* Upgrade fxtv to 0.47.dburr1998-06-076-42/+41
| | | | | | | | * change checksum and filename/version number in Makefile. * change patch-ab to patch cleanly against new version. * remove patch-aa -- it is no longer needed. * add patch-ac to fix a small tiffio.h bogon in the source. * add some new files to PLIST.
* Upgrade to 2.4.tg1998-05-252-4/+4
|
* Change JPEG shared library number to 9. This is to make sure that everyonejseger1998-05-042-4/+4
| | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
* Mark this port broken, it's left behind in the beta-4.1 upgrade andasami1998-04-292-2/+6
| | | | no longer builds.
* Upgrade to 2.70.7.0.tg1998-04-283-88/+70
| | | | | PR: 6435 Submitted by: Donald Burr <dburr@POBoxes.com>
* Switch remaining ports to use jpeg lib version 8.0.jseger1998-04-152-4/+4
|
* Make fxtv work with CURRENT and STABLE. This is not the optimum solution,markm1998-03-231-0/+23
| | | | | | | but while the correct solution is being sought, this is probably the best. Submitted by: Randall Hopper OK'ed By: Satoshi Asami
* Back out changes to use tcl81.tg1998-03-172-93/+93
| | | | Suggested by: The Meistersinger
* Add back PKGNAME (removed by the previous commit).asami1998-03-172-2/+4
|
* Use $(MASTER_SITE_KDE)se1998-03-062-8/+6
|
* Update to KDE Beta3se1998-03-048-70/+194
|
* Upgrade to use tcl8.1 and tk8.1.jseger1998-02-242-93/+93
|
* Add send() kernel bug workaround to vic too.fenner1998-02-191-0/+117
|
* Fix memory leaks.fenner1998-02-191-0/+96
|
* Take out "misc" for list of categories...it's for stuff that don'tasami1998-02-181-2/+2
| | | | | fit anywhere else, so it doesn't make sense to have misc and some other category in there (unless it's a language specific port).
* Initial import of ppm2fli.steve1998-02-186-0/+68
| | | | Utilities to merge PPM files into animated FLI and vice versa.
* Upgrade to spigot-1.7fenner1998-01-274-5/+21
| | | | | | | Fix PLIST to include spigot_saa7191.h PR: ports/5558 Submitted by: Takeshi OHASHI <ohashi@mickey.ai.kyutech.ac.jp>
* Be more selective about which ports to maintain. I no longer have timeasami1997-12-251-2/+2
| | | | to maintain all these ports I once committed (sometimes as a proxy).
* Add PKGNAME ("-Beta2-1" is not a valid version number). Change "Beta1"asami1997-12-252-8/+10
| | | | to "Beta2" in MASTER_SITES paths so this port will fetch.
* The KDE multi-media tools: CD player, mixer, MIDI player.se1997-12-2410-0/+216
| | | | | The device name of the CD drive is hardwired into kscd, see patch-ag for the location of the definition.
* Add BT848 grabber support.fenner1997-12-191-0/+725
| | | | Submitted by: Amancio Hasty <hasty@rah.star-gate.com>
* Update to 0.46. The changelog speaks:markm1997-12-185-14/+18
| | | | | | | | | | | Changes from 0.45-0.46 ---------------------- - Event handling fixes for fvwm95 - Inval saved ximage when contin capture started (for restacking refreshes) - Fix out-of-date internal app-defaults values - Fixed mem leaks that add up capturing videos - Turn off hardware cursor over video window when continuous video is on - Restore video mode on normal exit
* Use new location for tiff34 headers.tg1997-12-012-3/+22
| | | | | This was the last commit in this series. If I broke anything, yell at me. Not that think you'd need any encouragement. ;-)
OpenPOWER on IntegriCloud