summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam13-96/+83
through PLIST_SUBST to the plist module.
2008-04-11update to 0.10.11drochner3-19/+10
changes: -Wrap gst.Pad.start_task -New videomixer example -Various other fixes
2008-04-11+totem-pl-parserdrochner1-1/+2
2008-04-11add totem-pl-parser-2.22.2, a library to parse playlists, used to bedrochner5-0/+162
part of totem, but was split out in gnome-2.22
2008-04-11Add a javascript option to mediatomb (via pkgsrc/lang/spidermonkey).agc2-1/+17
2008-04-11Add two patches to recognise the "mp4" file extension as a "video/mp4"agc3-1/+27
type, which lets mp4 files be added to the database, and get presented via UPnP. There are two files because the basic mappings are specified in the config.xml file, which is generated by a C++ program, and there's a corresponding change to the mappings.xml file which is kept around as source. With thanks to Jared for the mapping information.
2008-04-11Make sure some other packages are installed as pre-requisites foragc1-1/+4
mediatomb: libexif taglib zlib
2008-04-10+ Use package options instead of WITH_DVDCSS to select whether dvdcssjlam2-12/+20
support is built into the package. + Convert to use PLIST_VARS instead of manually adding "@comment" to PLIST_SUBST. Bump PKGREVISION to 19 due to the addition of package options.
2008-04-10update to 0.10.19drochner4-20/+12
changes: -Experimental GIO plugin -Continued playbin2 development -RTP fixes -Various other bug-fixes and improvements
2008-04-10update to 0.10.19drochner4-20/+14
changes: -New GstPoll abstraction simplifies operations on multiple fd's/sockets -Various bug fixes and corrections
2008-04-10update to 1.1.11.1drochner17-406/+268
changes: * Security fixes: - Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073) - integer overflow, possibly leading to buffer overflow, CVE-2008-1482 * Reworked the plugin directory naming so that external plugins don't have to be rebuilt for every release * Made the version parsing much more reliable; it wasn't properly coping with four-part version numbers * Fixed an off-by-one in the FLAC security fix patch. This breakage was causing failure to play some files * Support 16-bit big-endian DTS audio * Improved frame snapshot API. (ABI extension.) * Re-add support for # (stream parameter separator) in raw filenames * Fixed long delay when closing stream on dual core systems pkgsrc note: CVE-2008-0073 was already fixed by patch
2008-04-10Get rid of a harmless trailing line in a patch file, noticed byagc2-4/+3
OBATA Akio. Regenerate patch checksum
2008-04-09Add and enable mediatomb.agc1-1/+2
2008-04-09Initial import of mediatomb-0.11.0 into the packages collection.agc9-0/+212
MediaTomb is an open source (GPL) UPnP MediaServer with a nice web user interface, it allows you to stream your digital media through your home network and listen to/watch it on a variety of UPnP compatible devices. MediaTomb implements the UPnP MediaServer V 1.0 specification that can be found on http://www.upnp.org/. The current implementation focuses on parts that are required by the specification, however we look into extending the functionality to cover the optional parts of the spec as well. MediaTomb should work with any UPnP compliant MediaRenderer, please tell the authors if you experience difficulties with particular models, also take a look at the Supported Devices list for more information. With thanks to Jared Macneill for the patches to make this compile on NetBSD. Oh, and works very nicely with my Archos 605 (not in the Supported Devices list).
2008-04-09Update to Adobe Flashplayer version 9.0.124. Fixes CVE-2007-6019.ghen2-9/+6
2008-04-09Try harder to disable AltiVec support under Mac OS X PPC (because it cannottron4-15/+26
be used in a shared library). Applications linked against "libx264" can now actually be started without crashing immediately because the symbol "_x264_deblock_h_luma_altivec" couldn't be found. Bump package revision because of this fix.
2008-04-07Fix DESTDIR.joerg1-2/+3
2008-04-07Fix DESTDIR.joerg1-2/+2
2008-04-04RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need to give the absolutejlam1-2/+2
path to these directories.
2008-04-03Fix typo breaking the bulk build.joerg1-2/+2
2008-04-03Shared libraries needs to be built with PIC code.joerg8-2/+91
tolower needs unsigned char argument. Fix a missing parameter type. Bump revision.
2008-03-31Completely disable PowerPC assembler code under Mac OS X. It requires totron3-21/+18
ignore linker warnings under Tiger and doesn't work at all under Leopard with Xcode tools 3.0.
2008-03-26Patch for CVE-2008-1489, mp4 buffer overflow. Bump rev.tnn3-3/+24
2008-03-25--enable-x264 confuses the configure script, it's better to avoidwiz1-2/+1
it and let it find out for itself. Fixes mencoder build. Reported and fixed by David Sainty.
2008-03-24If using the mplayer-ssse3 option, then include override-as.mk from binutils.tnn1-1/+2
2008-03-19add patch from upstream to fix a buffer overflow in the SDP parserdrochner4-3/+86
(CVE-2008-0073) bump PKGREVISION
2008-03-18Fix build under Mac OS X Intel by stripping out the "-fno-common" thattron5-28/+34
"yasm" doesn't understand. Also improve the similar hack used under NetBSD to strip out "-fpic".
2008-03-16Add x264-devel include, seems to be needed after all.wiz1-1/+2
2008-03-16Add x264 option and default it to on (since it occurs no additionalwiz4-9/+15
dependencies). Bump PKGREVISION.
2008-03-13Fix DESTDIR build.joerg1-6/+3
2008-03-12Mention sysctl for shmmaxpgs.wiz1-1/+5
2008-03-12+ goggles.wiz1-1/+2
2008-03-12Initial import of goggles-0.9.1:wiz5-0/+60
Goggles DVD Player is a frontend for the Ogle DVD player. Besides the usual features like having a play button etc., Goggles tries to provide features not often found in other DVD players. Since Ogle in itself is only a DVD player, it has some neat capabilities that "general" media players cannot provide. Goggles extends these capabilities with a very user-friendly interface. Goggles' attractive and responsive user interface is written using the FOX Toolkit.
2008-03-11Fix build under Mac OS X PPC.tron3-5/+13
2008-03-10update to 0.10.9drochner2-7/+7
changes: -bugfixes -Improved support for modifying compositions during playback
2008-03-10+gst-plugins0.10-x264drochner1-1/+2
2008-03-10add gst-plugins0.10-x264-0.10.6, an x264 encoder plugin for gstreamer,drochner3-0/+24
based on the x264-devel lib
2008-03-10now that that we rely on the fact that we get correct PIC from yasmdrochner6-7/+131
we can as well use libtool, to get a proper .so which can be dynamically loaded, tested by Mihai Chelaru, bump PKGREVISION
2008-03-10fix CONFLICTS entry (noticed by wiz), bump PKGREVISIONdrochner1-2/+4
2008-03-08optionally allow build of arts pluginkefren2-3/+13
2008-03-07build PICkefren1-1/+2
This way multimedia/ffmpeg-devel gets build on NetBSD/amd64
2008-03-07Accept totem-xine again (fix problem introduced by bl3bump).wiz1-2/+2
Addresses PR 38189 by charlie.
2008-03-07Bump PKGREVISION so it is the same as for totem -- needed forwiz1-2/+2
totem/buildlink3.mk.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz9-18/+18
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam12-69/+93
their files via a custom do-install target.
2008-02-28catch up with patches added since 2008/01/03drochner1-1/+7
(the way all these mplayer pkgs share makefile fragments sucks)
2008-02-28update to 0.10.10drochner4-13/+15
changes: -Wrap new API for 0.10.16 GStreamer and Base releases -New gst.pbutils module wraps the gst-plugins-base pbutils library -Rework gst_pad_add_*probe function wrapping to avoid leaks -Various build fixes
2008-02-28update to 0.10.7drochner7-87/+21
changes: -many fixes and improvements -Accurate seeking support in mp3 -RealMedia and WMS RTSP support -New element: dvdsubdec
2008-02-28update to 0.10.6drochner5-33/+33
changes: -many fixes and improvements -New elements: flvdemux, flvparse, mpegtsparse, dvbsrc, dvdspu, mpeg4videoparse, metadatademux/mux, souphttpsrc, speexresample, qtwrapper, rawaudioparse, fbdevsink -Renamed elements/plugins: switch (now selector), pitch (now soundtouch) -some elements moved to -good or -ugly
2008-02-28update to 0.10.7drochner5-20/+33
changes: -Massive RTSP/RTP improvements -Support more formats in QT files -some elements moved here from gst-plugins-bad -New audio effects -bugfixes