summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2007-01-06Build the assembly routines under Intel Macs by using a nasm with Mach-Ojmmv3-7/+36
support. (nasm is bundled with Xcode... maybe we should detect that and use the native tool rather than the one in pkgsrc.)
2007-01-06Disable assembly routines under Darwin, which break the build. In order tojmmv1-1/+2
support them, Mach-O binary support is needed in nasm. (There are some patches around but I haven't got them to work yet.)
2007-01-05Removed api.mpt from the PLIST, since it has probably never beenrillig5-6/+44
intended to have this file in an installed package. It also conflicted with pkgsrc's manual page handling, since it does not have a well-known file extension.
2007-01-05update to 0.5.9drochner7-102/+13
New features: prevent screen blanking in windowed mode; show time remaining; include a JPEG version of the logo for when distributors are scared to include MPEG codecs in xine-lib. gxine also now knows about xscreensaver. And some minor fixes.
2007-01-05update to 0.10.6drochner6-24/+61
changes: -Now only depends on pygobject -Parallel installability with 0.8.x series -Threadsafe design and API -bugfixes pkgsrc change: added bl3 file
2007-01-05update to 0.10.2drochner4-7/+32
changes: -Updated FFmpeg snapshot with many more formats -Vastly improved playback -Ported the muxer support from GStreamer 0.8 -Expose more encoder settings as element properties -Post-processing elements ported -QoS support for slow cpus -Parallel installability with 0.8.x series -Threadsafe design and API -bugfixes
2007-01-05+gst-plugins0.10-dvdreaddrochner1-1/+2
2007-01-05build the "dvdread" module of gst-plugins0.10-uglydrochner3-0/+23
2007-01-05update to 0.10.5drochner3-6/+29
changes: -Improved asf playback -Fixes to MPEG demuxer -Improved Real playback -Fix crasher bugs in the MPEG video decoder -DVD-read-src improvements -mp3 parser fixes -Threadsafe design and API -bugfixes
2006-12-27Remove the external vorbis dependency as the internal implementationjoerg2-4/+3
based on tremor is used by default. In the long term, it might end up replaced with the ffmpeg version as well. Noticed in PR 31587. Bump revision.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg2-2/+7
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27Needs msgfmt.joerg1-2/+2
2006-12-23Make this compile under sparc64.jdc2-6/+14
OK joerg@.
2006-12-23Set LICENSE.wiz1-1/+3
2006-12-23Enable zlib support, improves support for MOVs slightly.wiz3-13/+26
Add HOMEPAGE. Bump PKGREVISION. From Sergey Svishchev.
2006-12-21Update the solaris version to the latest (7.0.67) because of a securitydmcmahill2-6/+6
issue in the older one and also because the distfile (which is unversioned) now contains the new version. No real details could be found about the change.
2006-12-19Update the i386 linux binary version to 7.0.69.perry2-6/+6
I cannot find a change log associated with the new version explaining what is different -- sorry. :(
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg5-12/+12
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-15update to 2.16.4drochner2-6/+6
changes: -bugfixes -UI improvements
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-11Move PLIST_SRC line so that package deinstallation withwiz1-3/+3
the klash option enabled removes all directories.
2006-12-11This is not a pure Python extension and doesn't support multiple Pythondrochner1-1/+2
versions in parallel. Thus "application.mk" must be pulled in to avoid automatic Python version selection.
2006-12-11update to 0.10.11drochner4-7/+33
changes: This release requires GStreamer core 0.10.11 or higher Improved buffering during network playback Support for reverse playback of Ogg/Vorbis/Theora Reverse playback support in the audio sinks The Ogg muxer now produces correct streams in all cases Support libvisual 0.4 Improvements in RTP support Support retagging of Vorbis files Introduction of the decodebin2 element Many other bug fixes and improvements
2006-12-11update to 0.10.11drochner5-28/+31
changes: -many bugfixes -API additions
2006-12-10Don't let klash option change location where icon is installed.markd1-1/+2
2006-12-09Remove some redundant lines (handled by kde3.mk) from Makefile.markd1-13/+2
2006-12-08Fix build on DragonFly, pthread and X11 linkage.joerg5-11/+40
2006-12-08minor cleanup:drochner3-18/+2
-remove obsolete WRKSRC definition -the http overflow (CVE-2006-2802) was fixed upstream
2006-12-08Update xine-lib to 1.1.3abs22-255/+219
* Security fixes: - Heap overflow in libmms (related to CVE-2006-2200) - Buffer overrun in Real Media input plugin. [bug #1603458] Thanks to Roland Kay for reporting and JW for the patch. * Update build system to support x86 Darwin setups, and merge patches to support Darwin OS better. * Replace custom ALSA check with pkg-config check, and make sure 0.9.0 is the requried version. * When the compiler supports it, enable hidden visibility for all the plugins to export only the plugin info entry (and eventual needed special functions), to replace the min-symtab option that wasn't working. * Add "m4b" to the list of supported file extensions for the Qt demuxer, to allow playing (unprotected) audiobooks in AAC format. * Remove --disable-fpic hack, prefer using --without-pic instead. * Add new output plugin: PulseAudio (based on PolypAudio plugin), that uses 0.9 API (PulseAudio is PolypAudio renamed). * Remove PolypAudio plugin, latest version supported 0.7 API that is no more supported by upstream, and it's replaced by PulseAudio. * Allow 0 for DVD title/chapter (navigation or full title). * New experimental JACK audio driver. * Fix switch from alsa/dmix 2.0 to 5.1 [bug #1226595] * Don't use proxy for localhost connection. [bug #1553633] * Use mmap() to open local files if available. * Use pkg-config to look for external FFmpeg. * Allow FFmpeg to play MP3s in case MAD is not present. * Reduce the dead time when trying to connect to dead hosts, by falling back to non-blocking sockets on the last address found for an host, and allowing users to provide a connection timeout. [bug #1550844] * Return the correct error message to frontends when a file is inaccessible or the network connection is broken. [bug #1550763] * Support libcaca 0.99, thanks to cjacker huang. * Fix crash on video-only WMV streams. [bug #1564598] * Report audio stream on Shorten files (required for Amarok to play them). * Optionally use fontconfig to look up fonts to use for OSD. [bug #1551042] * Prefer FreeType2 rendered fonts to bitmap fonts. * Stone age platforms update * Enabled TrueSpeech codec * New X11 visual type: xine-lib may now use frontend's mutex/lock mechanism instead of XLockDisplay/XUnlockDisplay. * Allow playing of OggFlac files. [bug #1590690] * Allow playing FLAC files with an ID3 tag at the start. * Fix some crashes caused by MP3 files (and possibly others) being misdetected as AAC.
2006-12-07Move fontconfig/buildlink3.mk to a common makefile fragment, so thatdrochner3-5/+6
mencoder gets it too. Without that, fontconfig vertions from pkg and X11R6 get mixed which is bad. Bump mencoder's PKGREVISION.
2006-12-07Whoops, I clobbered rillig's previous commit with my last one, put hismarkd2-4/+16
changes back. Spotted by wiz.
2006-12-07Slight tidyup of the KDE handling. No functional change.markd3-89/+6
2006-12-07Fixed an invalid use of backticks.rillig2-4/+16
2006-12-06Added multimedia/kaffeine.xtraeme1-1/+2
2006-12-06Initial import of kaffeine-0.8.3.xtraeme8-0/+281
kaffeine is a xine-based multimedia player for KDE. * Full Drag and Drop support * Import Noatun-playlists as well as M3U, ASX and PLS-Files * Editable Playlist * Export Playlist to HTML or PDF (KDE-Print) * Edit Xine-Options via GUI * Support for saving screenshots as PNG, BMP or XBM * The ability to prevent the screensaver from activating OSD Titles Thanks to joerg for helping me fixing a build error.
2006-12-06Remove unnecessary hunk.wiz2-12/+3
2006-12-06Enable the Konqueror plugin via the option klash.xtraeme6-13/+146
2006-12-05Fix build under Mac OS X PowerPC by enabling AltiVec support. The resultingtron1-1/+6
binary will not work on olders CPUs (e.g. G3) but the package works on at least G4 and G5 systems now.
2006-12-05Brings this close to building under Mac OS X. It now fails linking becausetron1-1/+5
it didn't properly build PowerPC specific code before. The package might therefore already build properly under Mac OS X i386.
2006-12-05Readd fix for build problem under Mac OS X using Apple's Xcode Tools 2.4tron2-1/+17
which was removed during the last update of this package.
2006-12-05Add gnash.wiz1-1/+2
2006-12-05Initial import of gnash-0.7.2:wiz5-0/+102
Gnash is a player for animated "movies" in the Macromedia Shockwave Flash (.swf) format. It can be run as a graphical application, as a Web browser plugin, or as a library used by other programs. It is not yet complete; it does not correctly handle every .swf file. Many of the Flash movies that I come across play fine in Gnash. Many others do not. In particular, Flash movies that are used for browser navigation may still have a few issues with some URLs left. Most Flash based navigation of a web site should work. Gnash supports the majority of Flash opcodes up to SWF version 7, and a wide sampling of ActionScript classes for SWF version 7. All the core ones are implemented, and many of the newer ones work, but may be missing some of their methods. All unimplemented opcodes and ActionScript classes and methods print a warning when using -v with gnash or gprocessor. Using gprocessor -v is a quick way to see why a movie isn't playing correctly.
2006-12-05Fix build under NetBSD-i386 3.1 and eventually other Unix versions.tron3-1/+67
Changes based on a patch by Juan Romero Pardines.
2006-12-05mjpegtools dependency is not required anymore.xtraeme1-2/+3
Bump PKGREVISION.
2006-12-04Fix build on platforms with case-sensitive filesystems.tron1-5/+5
2006-12-03Do not try to link to unexistent libs like laudio and laa, I don't knowxtraeme1-1/+3
where they came from, but they are not needed and were causing me build problems.
2006-12-03- Add missing files to PLIST.xtraeme2-7/+14
- Fix the build when the mmx option is not sent. All items were fixed by Dieter Roelants sending me a private email with patch, thank you.
2006-12-03Update to 2.3.0:xtraeme5-40/+24
The list of fixed bugs: * Fixed make install for po directory * Fixed Ffv1rec * Fix for multiple gthread_init call (aakef) * Better audio dithering (Mihail+Josh Green) * Support for DV in .mov/.mp4 * Resample crash fix when upsampling (a nasty one). * PCM in .mov/.mp4 sample size fix * Fix for MP4/MOV files containing .url field * Added smartcopy from cli or from javascript * Fix encoding x264 with use bframe as reference + output to mp4
2006-12-02Update Solaris version to 7.0.66.obache2-7/+7
Patch provided by Abel Chow in PR 34620. This release fixes security vulnerabilities as reported in Adobe Vulnerability APSB06-11 (CVE-2006-3014, CVE-2006-3311, CVE-2006-3587, CVE-2006-3588, CVE-2006-4640).
2006-11-30Move extra X11 includes to Makefile.common and bump revision of mplayer.joerg3-5/+6