summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam38-38/+76
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07update to 0.5.7drochner7-34/+35
changes: * Restored disabling of VO deinterlacer when there are active deinterlacer plugins. I finally realised what was missing... * Added names to some windows for use in ~/.gxine/gtkrc: video, fs_toolbar, wm_toolbar. * Added a few name attributes to the toolbar XML and some example style info (commented out) to the default gtkrc for the full-screen toolbar. * When determining a default MRL title, resolve symbolic links. * Prevent text insertion before the system-wide startup script. * A couple of Undo shortcuts got missed in 0.5.6. * Fixed some problems with switching to/from full-screen. * Fixed a startup bug in the window size submenu. (Bug 1487691) * Fixed a bug which prevented the video window from being shrunk. (Ubuntu bug 46403) * Fixed a problem with update of the window size menu. * Hopefully fixed a Javascript crash-on-start bug. (Bug 1482697) * Added a watchdog which will abort gxine if it hangs for 30s. (Disabled by default.) * Italian translation from Diego Petten<C3><B2>. * Build fixes for autoconf 2.59c and later.
2006-07-07update to 2.14.2drochner3-9/+9
changes: * fix muting issues in gnome sound recorder * add more tracks to default whitelist in gnome volume control * po/intltool updates (as for other gnome packages) * use GOption instead of popt * new/updated translations -bugfixes
2006-07-07Update to gmplayer-1.0rc8nb3 - Blue skin updated to 1.6abs2-7/+7
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam4-8/+7
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-06USE_TOOLS+=perlabs1-2/+2
2006-07-05Compensate for the --disable-annodex in Makefile.common so that thedrochner1-1/+6
plugin is still built. Pointed out by wiz. (It depends only on libxml2 which we need anyway, so this doesn't introduce an additional dependency.)
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam4-12/+8
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04Fix build problem with version 2.60 of the "autoconf" package.tron2-1/+14
Patch provided by Thomas 'wiz' Klausner in private e-mail.
2006-07-03Update to 20060611:wiz3-8/+10
Two new codecs: lib/win32/vp7vfw.dll lib/win32/wvc1dmod.dll
2006-07-03Adapt for latest suse_linux framework (unbreak the installation).xtraeme1-6/+6
2006-07-03Add gst-plugins0.10-{ogg,theora} (hi drochner!)xtraeme1-1/+3
2006-07-02add gst-plugins0.10-theora-0.10.8, the theora plugin for gstreamer0.10drochner3-0/+23
2006-07-02update to 1.0alpha7drochner3-9/+57
changes: - Enable mmx assembly by default - Other build fixes - time testing mode (-f) for the dump_video example
2006-07-02add gst-plugins0.10-ogg-0.10.8, the ogg plugin for gstreamer0.10drochner3-0/+25
2006-07-02update to 1.4.2drochner4-7/+18
changes: -UI improvements * Add Impulse Tracker and MOD files to the list of supported types * Add audio/vnd.rn-realaudio as a supported playlist format -bugfixes
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