summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15recursive bump from libffi shlib major bumpobache87-179/+174
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-14+ffmpeg010drochner1-1/+2
2012-09-14prepare a pkg for ffmpeg-0.10.4drochner11-0/+551
The idea is to iron out build problems and replace the old ffmpeg pkg after the freeze.
2012-09-09Updated multimedia/p5-GStreamer to 0.17abs2-8/+6
Overview of changes in GStreamer 0.17 ===================================== * Make GStreamer::Buffer not leak all data. ∗ Change FSF address in license notices (RT#72664/74533)
2012-09-07Revbump after updating graphics/cairoadam55-108/+110
2012-09-01multimedia/libtheora-docs: Fix PLIST for doxygen-1.8.2marino2-7/+43
Depend on it, bump PKGREVISION It actually missed the last doxygen upgrade or two.
2012-09-01multimedia/mlt: Add DragonFly supportmarino7-26/+37
Teach various configuration scripts about DragonFly.
2012-09-01multimedia/xine-ui: Don't redefine _XOPEN_SOURCE on DragonFlymarino4-10/+10
DragonFly needs _XOPEN_SOURCE value to be at least 600 in order to expose system functions for the build. Don't let it get redefined to 500.
2012-08-31pull in the slider fix from ../vlc, bump PKGREVdrochner10-2/+195
2012-08-30Make the slider work again. The problem here is that NetBSD defines int64_tchristos10-3/+193
as __int64_t, and when moc parses and creates the signal string prototype functions, it uses "int64_t", but when the code that calls them is compiled the strings formed are tokenized, so they become "__int64_t" so there is a mismatch. Fixing the NetBSD headers would be TRT to do, but it is too involved. Instead since the use of int64_t is limited in parameter types, define a new pctime_t as int64_t and use that instead. I think that moc functions should use only qt-specified typedefs to avoid portability problems anyway.
2012-08-29Recursive bump from boost-libs update.obache3-6/+6
2012-08-23Update adobe-flash-plugin10.1 to 10.3.183.23 for APSB12-19.obache2-6/+6
2012-08-18Recursive revbump from graphics/libwebp update.ryoon3-6/+6
Thank you, obache@.
2012-08-15Regnerate for: Only compile MMX/SSE code on x86/x86_64).jdc1-1/+4
2012-08-15Only compile MMX/SSE code on x86/x86_64).jdc3-0/+58
2012-08-15Update adobe-flash-plugin11 to 11.2.202.238 for APSB12-18.obache2-6/+6
2012-08-13Bump PKGREVISION for fix in librsvg/buildlink3.mk.wiz2-4/+4
2012-08-11multimedia/kmplayer: LDFLAGS.DragonFly+= -lgmodule-2.0marino1-1/+3
2012-08-11multimedia/fxtv: Update old DragonFly patchmarino2-4/+4
Apparently mouse header moved from <machine/mouse.h> to <sys/mouse.h> at some point in the last 6 years.
2012-08-10update to 1.2.12drochner2-6/+6
change: fix regression on RPC-I drives handling
2012-08-04update to 0.99.7drochner13-162/+66
changes: better M3U playlist handling, various UI fixes (including a deadlock fix and a crash fix), use of XScreenSaver, and two overflow bug fixes
2012-07-29multimedia/vlc2: only use O_RDONLY and O_DIRECTORY if supportedmarino3-1/+52
DragonFly's file control options aren't fully posix-compliant yet, and the O_DIRECTORY flag hasn't been implemented (all the flag spots are full and old ones need to be recycled). These patches adds additional support checks for each fcntl flag used with vlc_open and vlc_openat and only sets the supported one. There is no need to revbump because any platform requiring this check couldn't have built.
2012-07-28Various gst-plugins needed newer gst-plugins0.10-base.reed1-2/+2
2012-07-28required newer gstreamer0.10 to buildreed1-2/+2
2012-07-28improve description and clarify COMMENTreed2-2/+7
2012-07-24update to 2.0.3drochner4-10/+11
changes: -OSX support improvements -translation updates pkgsrc change: use xcb-util-keysyms instead of xcb-util036
2012-07-22Update ruby-gnome2 to 1.1.4.obache1-2/+1
== Ruby-GNOME2 1.1.4: 2012-07-21 This is a easy to install release! === Changes ==== All * Improvements * Supported automatic required native packages install. ==== Ruby/GLib2 * Improvements * mkenums: Supported "/* < flags > */" tag. * mkenums: Supported two or more upper case characters such as "IO". * Before: GIOStatus -> g_iostatus * After: GIOStatus -> g_io_status * GIOCondition: Changed to GLib::Boxed object from integer. * GLib::Source#attach doesn't require context. * Fixes * Fixed wrong type conversion for GIOCondition. ==== Ruby/GIO2 * Improvements * Gio::Socket#create_source: Supported callback. * Fixes * Fixed return values. * Fixed wrong type conversions. ==== Ruby/GTK2 * Improvements * Re-supported GTK+ 2.10.0. [GitHub:115] [Patch by Grant Schoep] * Fixes * Fixed a typo in test script. [GitHub:109] [Reported by kimura wataru] ==== Ruby/GStreamer * Fixes * Fixed a test failure with GStreamer 0.10.36. [GitHub:111] [Reported by mtasaka]
2012-07-21Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc thewiz1-3/+0
URL should be as HOMEPAGE in the Makefile.
2012-07-20One more REPLACE_BASH needed to make this buildfhajny1-1/+2
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz6-12/+12
by Obache.
2012-07-13Bump PKGREVISION for xcb-util update/dependency change.wiz6-11/+12
2012-07-07Clean-up, generally to make it build on Mac OS Xadam2-13/+21
2012-07-07Changes 2.0.0:adam14-747/+60
* a lot of small patches and fixes
2012-07-05more PKGREV bumps for gnutls updatedrochner2-4/+4
2012-07-04fix botch in patch, fixes amd64 build (PR pkg/46653)drochner2-4/+4
2012-07-03Update to 0.3.1ryoon2-7/+6
Changelog: Overview of changes in gst123-0.3.1: * Added quiet mode (Issue 9). * Ignore image files during playback (Issue 1). * Added keybinding 'n' for 'play next file'.
2012-07-03Always return value in non-void functions. Default arguments in typedefsjoerg9-3/+160
are invalid. Be explicit about argument sizes of assembler ops.
2012-07-02update to 2.0.2drochner4-34/+8
changes: -bugfixes -feature improvements for OSX
2012-07-02update to 0.7.13drochner3-9/+9
changes: bugfixes
2012-07-02update to 1.2.2drochner5-25/+64
changes: -YUV conversion optimisation -support for FLAC in Matroska -support for BMP -bugfixes
2012-07-02Revbump after updating boostadam3-5/+6
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland8-16/+24
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01Remove references to xine_trick_mode(), which was not actually useddholland4-5/+49
here and got removed from xine-lib. While here, add desktopdb.mk and set BUILDLINK_DEPMETHOD.libXt correctly. PKGREVISION -> 10.
2012-06-25Fix build with Clang.joerg2-1/+15
2012-06-25Fix build with modular Xorg.joerg1-1/+2
2012-06-23fixes build with PHP-5.4.obache2-1/+28
patch taken from MacPorts via upstream Issue tracker: https://github.com/libming/libming/issues/9
2012-06-21Mark this NOT_FOR netbsd-5, as netbsd-5 doesn't have dtvio.h.dholland1-1/+5
2012-06-18Remove PHP 5.2.x supporting code.taca1-7/+1
2012-06-16Ryosuke Moro reports in PR 46605 that gmplayer now looks for its skinswiz2-569/+569
somewhere else. Adapt it. Bump PKGREVISION.
2012-06-16Improve chmod logic for skins; fixes a permissions failure I ran intodholland1-3/+2
after the update.