summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2012-10-30update to 3.4.3drochner4-13/+13
this switches to the current stable release branch (source and binary compatible afaict)
2012-10-30enable introspection support, bump PKGREVdrochner4-6/+40
2012-10-28As promised a week ago, remove arts and aalib from default suggestedwiz3-4/+6
options. arts is obsolete and aalib only ever was a nice hack, not something to be enabled by default.
2012-10-26Remove some incorrect inline markers for functions used in other files.joerg7-1/+148
2012-10-25make it more pkgsrc compliantdrochner6-40/+33
2012-10-25add and enable minidlnajnemeth1-1/+2
2012-10-24Add missing pangox-compat dependency in wxGTK24 and wxGTK26.joerg1-2/+2
Recursive bump for the new dependency.
2012-10-23Remove a trailing colon from an asm statement that was introduced inapb2-7/+6
revision 1.2 of patches/patch-src-post-planar-eq2.c. Apparently, some versions of gcc don't like an empty clobber list in an asm statement. This should fix PR 47035 from David Shao.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
Mark packages that don't or might probably not have staged installation.
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz9-18/+9
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-19update to 2.0.4drochner4-31/+21
changes (from the anouncement): VideoLAN and the VLC development team present the fifth version of "Twoflower", a major update that fixes a lot of regressions, issues and security issues in this branch. It introduces Opus support, improves Youtube, Vimeo streams and Blu-Ray dics support. It also fixes many issues in playback, notably on Ogg and MKV playback and audio device selections and a hundred of other bugs. pkgsrc note: opus and bluray are not supported yet
2012-10-16Recursive bump for new gtkglext pangox-compat dependency.wiz1-2/+2
2012-10-15import the FreeBSD port of minidlna, with minor adaptions to make itdrochner25-0/+2146
build and start up on NetBSD not tested with a real media renderer yet
2012-10-12multimedia/mpeg4ip: Fix build for gcc 4.6+marino1-1/+3
Remove -Werror (catches -Wunused-but-set-variable) to fix build.
2012-10-11fix bitfield extraction (wrong operator precedence)drochner2-1/+27
2012-10-11Update "ffmpeg2theora" package to version 0.29. Changes since 0.28:tron2-7/+6
- bugfixes - update to current FFmpeg api
2012-10-10update to 2.3drochner4-23/+59
changes: -minor feature extensions -bugfixes -support newer ffmpeg/libav
2012-10-10+libquicktimedrochner1-1/+2
2012-10-10add libquicktime-1.2.4, library and tools to deal with wuicktime/avi/mp4drochner5-0/+93
files
2012-10-10reset PKGREV for base pkg updatedrochner1-2/+1
2012-10-10update to 1.1.7drochner5-20/+60
changes: -bugfixes -speed improve,memt -new ffmpeg compatibility
2012-10-10remove ffmpeg010, moved to ffmpegdrochner12-554/+1
2012-10-10copy ffmpeg10 to ffmpeg, making it the default versiondrochner11-111/+73
2012-10-10update to 0.10.5drochner3-8/+8
changes: bugfixes
2012-10-09multimedia/gpac: Fix linker flag bugmarino2-4/+17
GCC 4.6+ does not tolerate flags starting with "--" like older versions do. These flags were meant to fall to the linker, but starting with GCC 4.6, they have to be explicitly prefixed with "-Wl,". Fix the gcc 4.7 breakage on "--warn-common".
2012-10-08Revbump after updating graphics/pangoadam53-106/+106
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau161-462/+161
2012-10-06Recursive bump from net/gssdp.ryoon2-4/+4
2012-10-04Remove wrong taglib minimum version. No idea why it workedwiz1-4/+2
for taglib-1.7.2, but it stopped working with 1.8. Bump PKGREVISION.
2012-10-04Remove unnecessary python restriction (to all supported versions).wiz1-3/+1
2012-10-03Update for python25 removal.wiz1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz24-46/+48
are called p5-*. I hope that's all of them.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron55-110/+110
requested by Thomas Klausner.
2012-10-02Increase the minium required version of the "x11/libxcb" package to 1.6.tron4-8/+8
There are at least two packages ("graphics/cairo" and "x11/xlsclients") which require this. And we definitely want to avoid the situation where both the based and "pkgsrc" version get used at the same time. Bump all the packages which use the "x11/libxcb" package except the two which already require version 1.6. For those package remove the manually set minimum required version. Change discussed with Thomas Klausner in private e-mail.
2012-09-29MAKE_JOBS_SAFE should go in Makefile.common as it applies to the builddholland2-3/+4
system, and hence the plugins as well as the base package.
2012-09-27Alas, not MAKE_JOBS_SAFE. (failed at 8)dholland1-1/+2
2012-09-27Fix wrong BUILDLINK_API_DEPENDS, and restrict it to reject ffmpeg010.dholland1-2/+2
Should fix a number of bulk failures.
2012-09-27In affine_1d_MMX(), move the initialisation of %mm3 and %mm4 registersapb2-5/+39
into a separate asm statement, to give the compiler more freedom for register allocation. Fixes a problem with gcc-4.5.4 on NetBSD/i386 in which gcc complained: eq2.c: In function 'affine_1d_MMX': eq2.c:128:5: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' eq2.c:128:5: error: 'asm' operand has impossible constraints
2012-09-25Work around assembly-related build issue on Solaris.jperkin1-1/+4
2012-09-25Fix build on NetBSD current, at least.ryoon20-38/+315
* Fix build with recent ffmpeg * Add SONY Bravia support to check functionality
2012-09-24Update to 0.660ryoon8-131/+58
* Fix build with recent ffmpeg Changelog: Version SVN-660 2010-01-11 * fixed subscription parsing for coherence UPnP framework * initial support for wpl playlists (Robert Massaioli) * initial ffmpegthumbnailer plugin * initial windows service * WMP 11 support * cleanup and bugfixes * added album & genre search/sort capabilities
2012-09-23recursive bump from libcdio shlib major change.obache7-14/+14
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon37-66/+75
2012-09-22second try to recursive bump from libffi shlib major bump.obache2-4/+4
2012-09-21Fix PR pkg/46993ryoon2-3/+12
Fix build with boost-1.51.0.
2012-09-20Disable MMX section on Solaris which has compiler issues, and ensurejperkin4-8/+50
libxine-interface.la is not empty by using the dummy object. Fixes package on Solaris.
2012-09-20Fix patch file, it was being ignored.jperkin2-6/+6
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.