summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2006-05-13Uses C++.joerg1-1/+2
2006-05-11Add a missing entry.wiz1-1/+2
2006-05-11Patch away dependency tracking which breaks with GCC 3.4.joerg3-1/+42
2006-05-11Uses C++.joerg1-1/+2
2006-05-10Fix OSS audio mixer on DragonFly. Kill a malloc.h include.joerg5-3/+48
Based on patch from wa1ter@myrealbox.com on DragonFly's user list. Bump revision.
2006-05-10remove --enable-cdparanoia, which didn't have the desired effectdrochner1-2/+1
2006-05-10need C++drochner1-1/+2
2006-05-10update to 0.8.5drochner7-257/+223
major changes: -statistic system -improvements in the Audio CD playback (CDDB) -new and improved video filters -new AJAX HTTP interface
2006-05-10Add missing USE_LANGUAGES. The gst-plugins0.8-* plugins don't needhira1-1/+3
c++ and the configure script doesn't abort without c++.
2006-05-09Add missing USE_LANGUAGES. Reported and fix tested by smb@.hira1-1/+2
2006-05-08musicbrainz detection works better, when linking with pthread.joerg2-26/+35
2006-05-07Add missing translation to PLIST. Bump revision.joerg2-3/+4
2006-05-06* Explicitly disable options that weren't disabled before (gnomevfs and co).xtraeme2-21/+15
* Remove deprecated WITH_DVDCSS option, it's not used anymore. * Depend on SDL_image and libxml2 to build missing modules that are enabled by default. Bump PKGREVISION (BTW this package now works perfectly on NetBSD, thanks drochner!).
2006-05-05update to 0.9.6drochner3-32/+6
changes: Dragonfly define Don't add a prefix to device names on Dragonfly and FreeBSD anymore Fixed a missing attribute packed for app_info in audio_attr_t Added DVDFileStat() call
2006-05-04First cut on a pkg for the current release series (0.8.x) of vlc.drochner8-0/+730
Built and tested on i386/-current so far. This inherits some cruft from the 0.7 pkg (configure args, dependencies) which should be revisited. I'm committing this early to allow people to bring in fixes for other platforms. (Generally I'm impressed about the quality. After the only locking bug has been fixed of course;-)
2006-05-03update to 0.5.6drochner16-85/+195
New features include automatic handling of separate subtitles files, DVD title/chapter display, and improved playlist item management and creation. There are some small but potentially useful Javascript additions too, and quite a few small tweaks and fixes
2006-05-03another missing mutex initdrochner3-3/+17
bump PKGREVISION
2006-04-28Add casts for amd64, reported by Rhialto.wiz7-17/+72
Fix typos in SUBST_MESSAGE* Add missing x11.buildlink3.mk. Remove two files from PLIST, because they are not built on my 3.99.18/i386 test system. Bump PKGREVISION.
2006-04-28Fix build problem in gst-plugins0.8-dvdread.wiz2-1/+14
2006-04-28Build fix for gst-plugins0.8-dvdnav.wiz2-1/+14
2006-04-28Include dvdnav plugin in PLIST. Bump revision.joerg2-3/+4
2006-04-28Add DragonFly support. Override all libtool instances.joerg4-2/+44
2006-04-28Update kmplayer to 0.9.2markd3-8/+12
Compared to the 0.9.1 series, the differences are RealPix image format support, updated gstreamer backend from 0.8 to the latest stable 0.10 version, a recorder that uses the Xine's mrl extension which, unlike the others, shows video while recording, a central timing registration that allows more accurate SMIL animations which enables animation to pause (including running gif/realpix animations and/or videos), and a simple playlist editor that edits the raw XML at any point in the tree.
2006-04-27Add mplayer-plugin-seamonkey and mplayer-plugin-seamonkey-gtk1.ghen1-1/+3
2006-04-27Plugin for Gecko based browsers that uses mplayer to play videos from websites.ghen1-0/+11
This one is for www/seamonkey-gtk1.
2006-04-27Plugin for Gecko based browsers that uses mplayer to play videos from websites.ghen1-0/+10
This one is for www/seamonkey.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig14-30/+30
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22Reset MAINTAINER; I don't have the time nor inclination to maintainlukem1-2/+2
these any more.
2006-04-21fix some format string vulnerabilities, seedrochner4-4/+49
http://www.open-security.org/advisories/16
2006-04-21Updated libmpeg2 to 0.4.0bnb4: Applied patch supplied by njoly@pasteur.frwulf3-4/+43
fixing x86_64 assembler code issues as identified in PR #33136.
2006-04-19Fix builds with recent versions of perladrianp2-6/+15
Issue found by Bernd Ernesti
2006-04-19Fix build (gmake update related?).wiz2-8/+33
2006-04-17More PKGREVISION bumps for png-1.2.9nb2 update.wiz8-16/+16
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz37-70/+74
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam18-361/+361
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-16Fix build when faac is installed. Reported by veego@.wiz2-3/+12
2006-04-16Update to 0.5.42adrianp3-8/+15
From the CHANGELOG: > Changes: > * Noteable Changes in this release (0.5.41) > > XMLTV.pm: no longer warn on trimming whitespace during XML write > tv_check: multiple --myreplaytv entries to support multiple ReplayTVs > tv_grab_es_digital: removed, no longer works due to site changes > tv_grab_za: updated to respond to site changes. Misc fixes > tv_grab_re: new grabber for Reunion Island (France) > tv_grab_ee: new grabber for Estonia > tv_grab_br: new grabber for Brazil > > Changes: > * Changes in this release (0.5.42) > > tv_grab_za: fixed for site changes, and store configuration data in the config file. > tv_grab_fr: fixed for site changes. > tv_grab_uk_rt: channel id changes. > tv_grab_es_digital: removed because of site changes. Use tv_grab_es. > tv_grab_uk_bleb: no longer requires a particular version of Archive::Zip. > All the grabbers now support --days and --offset.
2006-04-15Fix build with newer libdvdread.wiz3-7/+25
2006-04-15Remove workaround for ifo_types.h header to automatically includewiz3-21/+3
stdint.h or inttypes.h. 1. it is broken 2. the applications should be fixed instead, as the library authors intended when they changed the behaviour. Bump PKGREVISION.
2006-04-13Added a patch for ISO C90 compatibility, which allows the "mad" plugin torillig2-1/+22
be built on NetBSD 1.6.2.
2006-04-13Complete move of dvdview and dvdbackup from graphics to multimedia.wiz1-1/+3
2006-04-13Reimport graphics/dvdview as multimedia/dvdview.wiz7-0/+128
2006-04-13Re-import graphics/dvdbackup as multimedia/dvdbackup.wiz5-0/+57
2006-04-13Use the correct path to the xgettext tool.jlam1-3/+3
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam7-23/+14
USE_TOOLS+=msgfmt.
2006-04-13-use the "try2" distfile, it already contains the fix for the PCM decoderdrochner8-43/+57
which we had a patch for -add another patch from the Mplayer site which fixes CVE-2006-0579 (ASF demuxer overflows) bump PKGREVISIONS of mplayer, mencoder and gmplayer
2006-04-13Use libtunepimp instead of tunepimp here too.wiz1-2/+2
2006-04-13Switch to use libtunepimp. Bump PKGREVISION.wiz1-2/+3
2006-04-12Add and enable mpeg4ip.wiz1-1/+2
2006-04-12Initial import of mpeg4ip-1.4.1:wiz7-0/+278
The MPEG4IP project provides a standards-based system for encoding, streaming, and playing encoded audio, video and text. To achieve this we've integrated a number of existing open source packages, and created some original code to fill in the gaps. Please note this project is intended for developers who are interested in standards based audio and video, and Internet streaming. It is not intended for end-users.