summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2006-07-02--disable-annodex per default, saves some cyclesdrochner1-1/+2
2006-06-30Link "flashplayer" executable with C++ compiler to avoid unresolvedtron2-12/+13
symbols in the C++ shared library.
2006-06-30Fix build with GCC 4.x:tron6-1/+79
- Remove class name from member declarations. - Fix inconsistent use of C and C++ linkage.
2006-06-30Include "assert.h" in "Region2D.hh" to get definition of assert().tron2-1/+15
This fixes build problems with GCC 4.x.
2006-06-30Don't use function-local forward declarations of static functionstron2-1/+33
to make this build with GCC 4.x.
2006-06-30Avoid lvalue cast to make this compile with GCC 4.x.tron2-1/+45
2006-06-30Add missing bound check in HTTP Plugin "xineplug_inp_http.so".tron3-3/+18
This fixes the vulnerability reported in CVE-2006-2802.
2006-06-30Don't hardcode SuSE 7.3 dependency, it's gone.salo1-4/+3
2006-06-30Add DragonFly support. From walt on DragonFly's submit list.joerg3-1/+177
2006-06-28Needs msgfmt.joerg1-2/+2
2006-06-27Set USE_LIBTOOL=yes, since it does use libtool.wiz3-2/+22
Remove CPU specific optimizations that were set by configure script. Optimiziations should be set by the user, not by a specific package. This also fixes the build with gcc4.
2006-06-27Use -mtune for gcc4, not -mcpu. Should fix PR 33754.wiz1-1/+8
2006-06-27The "Blue" skin is at 1.5 now and 1.4 is not available, as noted bydrochner2-7/+7
Gilles Dauphin. Use the new one and bump PKGREVISION. (The skin browser has problems to find the skins, some symlinks in ~/.mplayer help. Will care about this after the freeze.)
2006-06-27Fix build with gcc4 on NetBSD-3.99.21.wiz2-1/+16
2006-06-27regen (this shares the patch dir with ../mplayer-share)drochner1-1/+2
2006-06-26Fix build with gcc4 on NetBSD-3.99.21.wiz4-3/+103
2006-06-26regen (offsets)wiz2-9/+9
2006-06-26Fix build with gcc4 on NetBSD-3.99.21.wiz4-7/+92
2006-06-26regen (with correct offsets)wiz6-26/+26
2006-06-26Added a fix for the recent bulk build on NetBSD 3.0.rillig2-1/+23
2006-06-21Fix build on DragonFly and FreeBSD due to different cdparanoia headers.joerg2-5/+17
Patch obtained from FreeBSD ports.
2006-06-21make this build on FreeBSD-6.1, from Peter Schuller per PR pkg/33770drochner2-1/+15
2006-06-21make this build on amd64/current, from Martijn van Buul per PR pkg/33769drochner2-1/+15
(it builds for me on amd64/3.0, but the effect is easily verified by disassembling -- basically it is insignificant because "cpuid" always yields just 32 bit, but if newer compilers complain something must be done)
2006-06-21Needs pkg-config.joerg1-2/+2
2006-06-20Depend on gst-plugins0.10-good so that the sound recorder is always builtjmmv1-2/+3
(requires the gconf plugin). Bump PKGREVISION to 2 because one could still generate binary packages before that had a hidden dependency on the gconf plugin.
2006-06-19Fix buildling on Darwin/Mac OS X with GCC 4adam3-12/+25
2006-06-19unbreak the compile with gcc-4. requested by phone.christos2-1/+20
2006-06-17USE_LANGUAGES+= c.rillig1-2/+2
2006-06-17Add some gst-plugins.wiz1-1/+4
2006-06-16gcc4 does not like declarations for "static" functions inside otherrillig2-1/+21
functions. Fixes PR 33743.
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam1-3/+3
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values.
2006-06-15hack around lvalue casting nonsense; mplayer now compiles with gcc4.dogcow2-1/+145
2006-06-15fix compilation with gcc4; patch from cvs libdvdogcow2-1/+84
2006-06-15Take maintainership.wiz2-4/+4
2006-06-14update to 1.4.1drochner5-13/+11
changes: -bugfixes -ui improvements -Add basic support for the Quicktime Metalink playlists
2006-06-14update to 0.10.3drochner4-10/+11
changes: bugfixes
2006-06-14update to 0.10.8drochner3-25/+6
changes: bugfixes
2006-06-14update to 0.10.8drochner4-15/+13
changes: -many bugfixes -API functions added -gcc-4.1 fixes -New version of data protocol now serializes events -Registry cache updating is now done in a fork, so no plugins are left opened
2006-06-14add gst-plugins0.10-mpeg2dec-0.10.3, an interface to libmpeg2drochner3-0/+22
2006-06-14import gst-plugins0.10-bad-0.10.3, a collection of gstreamer pluginsdrochner6-0/+111
which have quality problems, but are needed to make eg totem usable
2006-06-14add gst-ffmpeg-0.10.1, an ffmpeg plugin for gstreamer0.10drochner5-0/+45
2006-06-14normalize a "struct timeval" before use as timeout in select(2),drochner6-5/+28
suggested by Mihai Chelaru per PM (affects RTP) bump PKGREVISIONs
2006-06-13update to 1.0pre8drochner29-653/+375
too many changes to list here, see the ChangeLog most visible: security patches and DragonFly support were intrgrated upstream, new gmplayer look&feel (like it or not...)
2006-06-13Update to 0.9.2amarkd3-8/+9
First maintenance release for version 0.9.2 with a few fixes for the plugin's realvideo support, support for nested ASX playlists and support for 'ref' tags in SMIL files.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-2/+2
for SDL shlib changes.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz31-58/+62
for SDL shlib changes.
2006-06-11Needs pkg-config.joerg1-2/+2
2006-06-11Needs msgfmt.joerg1-2/+2
2006-06-11Update to 1.0alpha6:wiz6-57/+20
libtheora 1.0alph6 (2006 May 30) * Merge theora-mmx simd acceleration (x86_32 and x86_64) * Major RTP payload specification update * Minor format specification updates * Fix some spurious calls to free() instead of _ogg_free() * Fix invalid array indexing in PixelLineSearch() * Improve robustness against invalid input * General warning cleanup * The offset_y member now means what every application thought it meant (offset from the top). This will mean some old files (those with a non-centered image created with a buggy encoder) will display differently.
2006-06-11Needs msgfmt.joerg1-2/+2