summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2008-06-04Explicitly disable arts support so that it doesn't find and try to usemarkd1-1/+3
it if its installed.
2008-06-02make it build on DragonFly/FreeBSD, from Hasso Tepper per PR pkg/38821,drochner2-1/+15
slightly modified by me
2008-06-01set USE_LANGUAGES=c PKG_DESTDIR_SUPPORT=user-destdirabs1-4/+6
2008-06-01update to dvdrip-0.98.8nb2abs1-6/+11
Set SKIP_UNPACK_REQUIRED_MODULES=1 so we do not install our own copy of various perl modules, set USE_TOOLS+=perl, and update required versions in perl dependencies
2008-05-31Need msgfmt to build.obache1-2/+2
Noticed by Hasso Tepper in PR 38805.
2008-05-30update to 0.10.8drochner4-20/+14
changes: -ASF demuxer fixes -MP3 parsing and Xing header output bug-fixes -Real streaming and demuxing improvements
2008-05-26normalize time argument to pthread_cond_timedwait(), otherwise NetBSD'sdrochner3-3/+19
libpthread complains (happened if one jumped forth and back in a DVD) bump PKGREVISION
2008-05-26Needs c in USE_LANGUAGES for endian detection in configure script.wiz1-2/+2
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Reset maintainer on his request.wiz3-6/+6
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron1-2/+2
2008-05-25Yet another try to fix PR pkg/38733tonio3-9/+15
Use the __DARWIN_64_BIT_INO_T from sys/cdefs.h on darwin
2008-05-24Fix PLIST. Bump PKGREVISION.wiz2-4/+6
2008-05-24Fixing build for MacOSX 10.5, using __DARWIN_STRUCT_STAT64 to detect if stat64tonio3-7/+7
is available. This should fix PR pkg/38721
2008-05-23Fixes checksum for patch-aj: checksum for patches is sensible to comments.tonio1-2/+2
Fixes PR pkg/38731
2008-05-22ffmpeg-devel/buildlink3.mk was fixed, remove superfluous includes.wiz1-9/+1
2008-05-21Fix build for Darwintonio4-13/+34
- use the same work around for mntent.h as for NetBSD and DragonFly - deactivate oss output for Darwin This fixes PR pkg/38721
2008-05-20Fix PLIST breakage with native X11 introduced in rev 1.48.tnn1-2/+4
2008-05-19Add patches for CVE-2008-1558 for gmplayertonnerre2-3/+5
2008-05-19add a CONFLICTS line for ffmpeg-[0-9]*abs1-1/+3
2008-05-14update to 2.22.3drochner2-6/+6
changes: * Fix the playlist parser trying to parse RCS files * Fix parsing of file that appear to be DOS text files but are Podcasts * Fix linefeeds appearing in titles
2008-05-14update to 0.10.7drochner4-20/+15
changes: OSS v4 support libdc1394 2.0.0 support AAC support fixes RTP support improved New OFA element SRT subtitle encoder added Windows Inet support for http/ftp Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS Fixes in Bayer decoder, replaygain analysis, GSM decoder DVB/MPEG-TS support improved NSF decoder updated 'metadata' plugin enhancements Dirac encoder ported to libschroedinger mplex element ported to 0.10 VCD/CDXA parser ported to 0.10 Directshow wrapper improvements 'selector' plugin enhancements souphttpsrc moved to the -good module Various other fixes and enhancements
2008-05-14update to 0.10.8drochner5-29/+17
changes: -The libsoup based http source moved from the -bad module and was raised to primary rank -GOOM visualisation plugin updated to Goom2k4 -Fixes in UDP, RTSP, matroska, QT/mov, AVI, v4l2, OS/X, SunAudio, mulaw and wavpack -New gdkpixbuf output for snapshotting -Various other bug-fixes
2008-05-11Add a patch for CVE-2008-1558 to mplayer. This fixes a buffer overflow intonnerre3-3/+18
the RealRTSP SDP code which can be exploited to execute arbitrary code remotely.
2008-05-06Use pkg-build-options.mk to include optional dependencies inbjs1-1/+39
buildlink3.mk. I am currently fixing x11/nucleo, and without this pkg-config gets very upset.
2008-04-30Drop maintainershipjmmv3-6/+6
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-30Update "win32-codecs" package to version 071007:tron3-22/+11
- Use latest version of the "windows-all" archive. - Drop "qtextras" archive because the include QuickTime codecs have various security vulnerabilities. This fixes the security vulnerability reported in GLSA 200803-08.
2008-04-29Install KDE plugin as well (when kde option is selected).wiz3-3/+9
Bump PKGREVISION.
2008-04-29update to 2.22.2drochner2-6/+6
changes: * Fix check for the soup plugin in the YouTube plugin * Fix a warning in the GStreamer backend
2008-04-28+totem-nautilusdrochner1-1/+2
2008-04-28import the other half of the "totem" pkgdrochner3-0/+62
(which I split in the process of the gnome-2.22 update, to get rid of the heavyweight "nautilus" dependency in the base "totem" pkg) This part now contains the "nautilus" plugin which displays media file metadata on right-click.
2008-04-28Remove inclusion of freetype2, this is already donedrochner1-2/+1
in mplayer-share/Makefile.depends. Now we are where we were some PKGREVISIONs ago. If you think there is a problem to fix, please tell details.
2008-04-27This package needs "freetype2" and not "freetype-lib". Tested undertron1-3/+3
NetBSD-i386 4.0_STABLE. Bump package revision again.
2008-04-27Update to 0.8.2, based on pkgsrc-wip package by Paulo Matias.wiz11-153/+175
Additional changes: kde option compiles now, use standard installation method for Firefox plugin. 2008-02-21 Sandro Santilli <strk@keybit.net> Fifth alpha release of Gnash (0.8.2). Improvements since 0.8.1 release are: - Improved timeline redesign. - Action execution order fixes. - Keyboard handling improved [1]. - New classes implemented: System.capabilities (partial), SharedObject, LocalConnection. - New opcodes implemented: ActionImplements, Try/Throw. - Movieclip.beginGradientFill completes drawing API support. - MovieClip._lockroot support added. - Implement GET/POST for MovieClip.loadVariables and MovieClip.loadMovie - Textfield support improved. - Security: configurable sandbox restricts filesystem access by movies. - Better support for SWF8. - Streaming OGG-contained multimedia (e.g. vorbis/theora or vorbis/dirac), and other free formats. - OGL and Cairo renderers much improved. - Improvements of the Framebuffer GUI (hide text messages, support Linux events system, built-in touchscreen calibration, simple keyboard support, better architecture support). - SOLdumper utility for reading SOL files ('flash cookies'). - DumpShm utility finds and dumps Local Connection memory segments. - Fullscreen display possible. - Extensions for LIRC and DBus. - High quality, cross-platform psuedo-randomness using boost random. - NPAPI (Mozilla) plugin: keyboard events work, navigation and javascript from within movies. - Set and save preferences from the GUI (GTK). - Improved stability and robustness with malformed SWFs. - Many other bugfixes. 2007-08-29 Sandro Santilli <strk@keybit.net> Fourth alpha release of Gnash (0.8.1). Improvements since 0.8.0 release are: - Garbage Collector - Support for device fonts - Support for dynamic text fields - Better key handling - Support for FFMPEG SVN - Support for on-demand install of needed Gstreamer codec plugins. - Debugger off by default (improves performance and memory use) - AGG renderer by default - Support for KDE/AGG combination - Layout change : we'll now build <gui>-gnash and 'gnash' is a shell script with gui selection capabilities (-G) - More robust parser - Better support for flash player detection - Fix for 'debugLog' directive in gnashrc
2008-04-26Include freetype-lib library and bump PKGVERSION.darcy1-2/+3
Discussed on tech-pkg. No arguments against the patch.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg2-5/+2
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-24Add a variable XINE_MOD_DIR_VER that contains the subdirectory namewiz9-244/+246
for the modules. Use it in xine-lib and its dependencies. Fixes a bug in xine-esound and installation of wip/xine-xcb.
2008-04-23Stop the "configure" script from picking up "doxygen" or "pdflatex"tron1-1/+3
which will break the build later (and would cause package list inconsistencies if the build succeeded).
2008-04-22Update to 1.0beta3:wiz3-8/+15
libtheora 1.0beta3 (2008 April 16) - Build new libtheoradec and libtheoraenc libraries supporting the new API from theora-exp. This API should not be considered stable yet. - Change granule_frame() to return an index as documented. This is a change of behaviour from 1.0beta1. - Document that granule_time() returns the end of the presentation interval. - Use a custom copy of the libogg bitpacker in the decoder to avoid function call overhead. - MMX code improved and ported to MSVC. - Fix a problem with the MMX code on SELinux - Fix a problem with decoder quantizer initialization. - Fix a page queue problem with png2theora. - Improved robustness. - Updated VS2005 project files. - Dropped build support for Microsoft VS2003. - Dropped build support for the unreleased libogg2. - Added the specification to the autotools build. - Specification corrections.
2008-04-20The package supports installation to DESTDIR.heinz1-1/+3
2008-04-20The package supports installation to DESTDIR.heinz1-2/+2
2008-04-20Update vlc to version 0.8.6f, also applying some smaller patches:tonnerre5-86/+44
- Wrong boundary check in Speex decoder (CVE-2008-1686). - Compilability of CDDA code with modern libcdio versions. Vendor updates in 0.8.6f - Security vulnerabilities in the Subtitle demuxer, Real RTSP demuxer, MP4 demuxer and Cinepak codec: CVE-2007-6681, CVE-2008-0073, CVE-2008-1489, CVE-2008-1769). - Crashes in H264 packetizer. - Close MMS access on network timeout. - Some problems with AAC decoder & packetizer. Vendor updates in 0.8.6e: - Security vulnerabilities in the Web interface, Subtitle demuxer, Real RTSP demuxer, SDL_image library and MP4 demuxer (CVE-2007-6681, CVE-2007-6682, CVE-2006-4484, CVE-2008-0225, CVE-2008-0295, CVE-2008-0296, CORE-2008-0130). - Resume playback for viewing content over FTP. - Fixed XShm detection with remote X11. - DTS to S/PDIF converter fixes. - Waiting for SPS/PPS problem in H.264 packetizer. - Improved compatibility for creating H.264 video files playable on iPhones. Approved-by: joerg
2008-04-18xine security patch of the day: fix possible buffer overflow indrochner3-2/+22
nsf parser (SA29850), patch from upstream CVS, bump PKGREVISION
2008-04-15update to 1.1.12drochner11-249/+267
changes: -security fix (unchecked array index, CVE-2008-1686) -a few bug fixes (including the 1.1.11.1 regressions) -new version of the pulseaudio output plugin -open-source upport for RealAudio "cook"
2008-04-15update to 2.22.0drochner3-10/+76
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1drochner8-68/+101
This switches to the gnome-2.22 release branch.
2008-04-14Bump PKGREVISION for dependency changes caused by enchant update.wiz1-2/+2
2008-04-14Add fix for a crash / stack corruption with ASS. Bump revision.joerg3-3/+21
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