summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2012-02-13Fix two alignement problemsmartin4-4/+48
2012-02-11Re-enable vcd and cdda plugins, they build fine.shattered2-14/+6
2012-02-09Add SET_LIBDIR=yessbd1-1/+2
2012-02-09Set CONFIGURE_ARGS for Darwin/x86_64.minskim1-1/+11
2012-02-09Add gtk2 to EMUL_MODULES and require suse 11.0. Noted by wiz@.shattered1-4/+4
2012-02-07Resolve file conflict with suse113_gtk2.shattered2-8/+3
2012-02-07The "SConstruct" file looks for "CC", not "cc" in the environment.tron1-2/+2
And as pkgsrc sets that by default we don't need to.
2012-02-06Add and enable "ffmpeg2theora".tron1-1/+2
2012-02-06Import new "ffmpeg2theora" package:tron4-0/+51
With "ffmpeg2theora" you can convert any file that "ffmpeg" can decode into the Theora format. Right now the settings are hardcoded into the binary. The idea is to provide "ffmpeg2theora" as a binary along sites like "v2v.cc" to enable as many people as possible to encode video clips with the same settings.
2012-02-06Revbump forwiz91-166/+191
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06patch-aa was gone, but unfortunately not forgotten.dsainty1-2/+1
2012-02-03+schroedingerdrochner1-1/+2
2012-02-03add schroedinger-1.0.11, an implementation of the "Dirac" codecdrochner5-0/+122
2012-02-03The fix for UINT64_C is needed on Linux to.sbd3-8/+10
Bump PKGREVISION
2012-02-02* Fix build on NetBSD/amd64 5.99.56.ryoon2-4/+4
* Apply patch from Matthias Drochner via private email. Tested on NetBSD/amd64 5.99.56 and NetBSD/i386 5.99.60.
2012-02-02add and enable libflashsupport10jnemeth1-1/+2
2012-02-01For NetBSD-5, use libflashsupport10 (which in turn uses suse-100), notis1-1/+6
-1.1 which needs newer suse which doesn't work on NetBSD-5. Fixes PR 45503 (in conjunction with the creation of libflashsupport10 and the associated libflashsupport OS version dependency change).
2012-02-01cleanup/fix option handling, make "lame" an option too (default unchanged),drochner2-12/+14
from Gianni D'Aprile per PR pkg/45900
2012-01-31Bump PKGREVISION, multimedia/libvpx is updated to 1.0.0.ryoon2-3/+5
2012-01-31Update to 1.0.0ryoon10-91/+105
* Bump BUILDLINK_ABI_DEPENDS to 1.0.0 Changelog: 2012-01-27 v1.0.0 "Duclair" Our fourth named release, focused on performance and features related to real-time encoding. It also fixes a decoder crash bug introduced in v0.9.7, so all users of that release are encouraged to upgrade. - Upgrading: This release is ABI incompatible with prior releases of libvpx, so the "major" version number has been bumped to 1. You must recompile your applications against the latest version of the libvpx headers. The API remains compatible, and this should not require code changes in most applications. - Enhancements: This release introduces several substantial new features to the encoder, of particular interest to real time streaming applications. Temporal scalability allows the encoder to produce a stream that can be decimated to different frame rates, with independent rate targetting for each substream. Multiframe quality enhancement postprocessing can make visual quality more consistent in the presence of frames that are substantially different quality than the surrounding frames, as in the temporal scalability case and in some forced keyframe scenarios. Multiple-resolution encoding support allows the encoding of the same content at different resolutions faster than encoding them separately. - Speed: Optimization targets for this release included the decoder and the real- time modes of the encoder. Decoder speed on x86 has improved 10.5% with this release. Encoder improvements followed a curve where speeds 1-3 improved 4.0%-1.5%, speeds 4-8 improved <1%, and speeds 9-16 improved 1.5% to 10.5%, respectively. "Best" mode speed is consistent with the Cayuga release. - Quality: Encoder quality in the single stream case is consistent with the Cayuga release. - Bug Fixes: This release fixes an OOB read decoder crash bug present in v0.9.7 related to the clamping of motion vectors in SPLITMV blocks. This behavior could be triggered by corrupt input or by starting decoding from a P-frame.
2012-01-29Avoid doing unaligned accesses to DVD drive when reading disc title.jakllsch3-2/+48
PKGREVISION++
2012-01-29multimedia/mkvtoolnix: Fix indirect linking error on DragonFlymarino1-1/+3
2012-01-281.1 needs suse>=11.3 - see PR 45503is1-3/+3
2012-01-28libflashsupport variant for antique SuSe emulation - 1.1 doesn't work here.is4-0/+49
See PR 45503.
2012-01-28More PKGREVISION++ for SDL_imagewiz1-2/+2
2012-01-28Recursive bump for removal of jpeg/tiff/png buildlink3.mk fileswiz2-4/+4
from SDL_image. If one of these packages needs them, it should include them itself.
2012-01-28multimedia/ffmpeg: rework UINT64_C fix for DragonFly and NetBSDmarino3-9/+13
Due to multiple inclusions of stdint.h, DragonFly was failing to build one of the akode plugins with a typedef redefinition error. It had previously built, so the UINT64_C fix for the akode mpc plugin broke the ffmpeg plugin. It turns out that the first patch effectively just imported machine/int_const.h, so that header can be directly imported instead rather than having to include the main contents of <stdint.h> multiple times. This refinement also works on NetBSD, but OpenBSD and FreeBSD unfortunately embed UINT64_C directly within <stdint.h>. Therefore original patch is left in place to cover those systems.
2012-01-26Reset maintainer, domain doesn't existjoerg1-2/+2
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd16-30/+32
2012-01-23Fix Clear() to go via the current class.joerg2-1/+33
2012-01-20sync w/ libdvdreaddrochner2-8/+8
2012-01-20update to 4.2.0drochner4-254/+8
changes (for both libdvdread and libdvdnav): -added some new features (e.g. OS/2 support, new APIs in libdvdnav -fixed a number of bugs -improved playback of badly mastered or "copy protected" DVDs
2012-01-20uses only executables from mjpegtools and ffmpeg, replage bl3sdrochner1-3/+4
by DEPENDS to make clear that we don't care about library revbumps
2012-01-20uses only executables from mjpegtools, so replace bl3 inclusiondrochner2-4/+6
by a simple DEPENDS to stay away from library revbumps
2012-01-20update to 2.1drochner4-30/+56
changes: -more backgrounds/buttons/effects/features -bugfixes
2012-01-20* LICENSE=gnu-lgpl-v2.1 # or laterobache2-5/+7
* change installation location to same as other NS plugins, PR pkg/45835. Bump PKGREVISION.
2012-01-19update to 0.15.0drochner5-94/+314
changes: many fixes and feature improvements
2012-01-17update to 0.7.11drochner3-9/+9
changes: security fixes: -CVE-2011-3893 (DOS in MKV / Vorbis handlers) -CVE-2011-3895 (buffer overflow in Vorbis decoder) and possible more
2012-01-16revert an upstream change in the "configure" script which might be thedrochner2-5/+9
reason for build problems on NetBSD/amd64, as reported by Aran Clauson per PR pkg/45839
2012-01-14Convert to USE_TOOLS=zip.hans1-3/+2
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache19-37/+38
2012-01-12fix build and PLIST problems with the (optional) SDL plugin,drochner5-7/+31
mostly from PR pkg/45209 by Matthew Mondor
2012-01-11SunOS doesn't have u_int8_t etc., so define them in the header wherehans2-4/+11
they are used. Fixes build of several packages using libmp4v2.
2012-01-11Update ruby-gnome2 to 1.1.0.obache2-5/+5
== Ruby-GNOME2 1.1.0: 2012-01-05 This is a source cleanup release. === Changes ==== Ruby/GLib2 * Improvements * [GitHub#65] Supported GLib 2.31. [Reported by mtasaka] * Supported comparing between GLib::Enum/GLib::Flags and Symbol. * Fixes * [GitHub#1] Fix GLib::Spawn regression. [Patch by Geoff Youngs] * Plugged memory leaks. * Fixed a crash by GC on Ruby 1.9. * Changes * Remove optional Ruby-GetText-Package dependency. ==== Ruby/GTK2 * Improvements * [ruby-gnome2-devel-en] FileChooserDialog raising warnings on Windows: Added hicolor-icon-theme into gem on Windows. [Suggested by wNikolai Weibull] * Fixes * Fixed a crash by GC. * Plugged memory leaks. * Fixed Gdk::GC#colormap= uses wrong value. * Fixed Gtk::TextBuffer#serialize uses wrong value. ==== Ruby/Pango * Fixes * Plugged memory leaks. ==== Ruby/GdkPixbuf * Improvements * Gdk::Pixbuf.new supports hash argument. * Fixes * Plugged memory leaks. ==== Ruby/GStreamer * Improvements * Supported Windows gem. * Improved memory management. * Fixes * [GitHub#86] Gstreamer: test_caps test fails. [Reported by mtasaka] * [GitHub#87] GStreamer: test_span test fails. [Reported by mtasaka] * [GitHub#87] GStreamer: test_create_clock test fails. [Reported by mtasaka] * [GitHub#89] GStreamer: test_fraction_range_new test fails. [Reported by mtasaka] * [GitHub#91] GStreamer: test_state "sometimes" fails. [Reported by mtasaka] ==== Ruby/Poppler * Fixes * Fixed a wrong conversion in Poppler::Document#find_dest. [Reported by ChloƩ Desoutter]
2012-01-10fix PLIST in the !x11 case, from B.ICT A.P. deBROUWER Jr. per PR pkg/45810drochner2-5/+6
Thomas's problem might be modular-vs-native-x11 related. To address this, I've explicitely disabled freetype in the !x11 case so that a native one doesn't get picked up.
2012-01-09update to 1.1.20.1drochner4-22/+8
changes: minor fixes
2012-01-09update to 1.1.13drochner5-34/+18
changes: -fix for security issue in the TiVo demuxer (was patched in pkgsrc) -bugfixes
2012-01-09update to 0.7.10drochner4-12/+11
changes: -bug fixes -minor changes -security fixes (not further specified in the announcement)
2012-01-09update to the 20111207 snapshotdrochner5-51/+36
(this date is the beginning of a period of stability in the development tree) changelog is unknown
2012-01-09Recursive bump from boost-libs shlib bump.obache3-6/+6