summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
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
2008-02-28Fix SA29122: MP4 Demuxer Arbitrary Memory Overwritekefren3-3/+22
2008-02-26Missing include of <errno.h>. PR pkg/38105tnn2-1/+14
2008-02-26Mark again as supporting destdir.joerg1-1/+3
2008-02-25Restore conditional PLIST items lost during the upgrade to 0.8.6d.sborrill4-20/+20
Remove option for flac as vlc's configure script forces it to be enabled all the time (contrary to the docs!). Add some buildlink dependencies. Bump PKGREVISION
2008-02-24`xvid' also works on sparc64. Rearrange the options to account for this.jdc1-2/+6
2008-02-23Use PKG_BUILD_OPTIONS.vlc instead of PKG_OPTIONS for testing dependencies.wiz1-4/+4
2008-02-22Oops, missed pkgbase. Thanks wiz!sborrill1-1/+2
2008-02-22Add flac and faad optionssborrill1-1/+9
2008-02-22replace wip with multimedia.obache1-3/+3
2008-02-22Make faad and flac options (enabled by default)sborrill1-3/+17
2008-02-20Fix the audio device now that cmake is used as build system. PKGREVISION++xtraeme3-11/+18
2008-02-20Allow unprivileged users to install this package.rillig1-1/+6
2008-02-20Update to 0.8.6d (latest stable version), based on wip/vlc update donextraeme16-682/+141
by Adam Hoka (thank you!). Changes between 0.8.6c and 0.8.6d: ---------------------------------------------------------- Various bugfixes: * Mozilla plugin: supports a reasonable amount of MIME types on Windows * Linux: Fixed S/PDIF passthrough with ALSA * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences in input * Use field order (top/bottom) for correct bob/linear deinterlacing * Fix invalid free in bookmarks loading code Windows and Mac OS Binaries * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows Active X plugin: * Security update (VideoLAN-SA-0703) Mac OS X Interface & Port: * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality * Improved Video Output compatibility for Mac OS X 10.5 Leopard * Improved behavior of the Fullscreen Controller and mode changes between Fullscreen and Windowed Video Output * Softened the white flash artifacts that may appear during the transition of two different movies * Support for current Ogg file formats NOTE: This release requires Mac OS X 10.4 or higher. Mac OS X 10.3.9 is not supported anymore. Encoders: * Improved H.264 encoding speed on Mac OS X Other changes: * The automatic updating facility was removed * You now need to append --m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. ...and more, see the NEWS file.
2008-02-20Depend on transcode>=1.0.5nb1, for the shared libs fix. PKGREVISION++xtraeme1-3/+3
2008-02-20Enable the ogg, vorbis and theora plugins.xtraeme1-1/+4
2008-02-20Fix typo in the lzo option, noted by wiz@.xtraeme1-2/+2
2008-02-20Do not depend on x264 directly, now that ffmpeg-devel has been fixedxtraeme2-7/+4
all shared libraries for the plugins are created correctly. PKGREVISION++