ajacoutot
0bbbd35e32
register-plist did not catch the devel/glib2 -main -> empty change.
...
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
8f4dc25866
Don't redirect errors to /dev/null and don't return true(1)
...
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
2012-06-15 08:30:18 +00:00
dcoppa
ffee4301e4
Monitor subtitle visibility better
...
From upstream svn
2012-05-09 14:19:36 +00:00
dcoppa
a395a8f603
Several bugfixes from upstream svn (see patches for details)
2012-05-03 15:18:50 +00:00
dcoppa
301285c09e
Update to 1.0.6
2012-04-10 13:29:33 +00:00
dcoppa
5b64d2306c
Bugfixes from upstream
2012-04-06 10:13:55 +00:00
dcoppa
e03157cf68
Remove deprecated slide_away code to unbreak with glib-2.32
...
committed upstream
2012-04-06 07:01:38 +00:00
dcoppa
69126f3a44
Update gmtk and gnome-mplayer to 1.0.6beta1
2012-03-26 14:41:16 +00:00
dcoppa
a32b5d2e57
Revert to 'xv' as default vo.
2012-01-23 16:14:40 +00:00
dcoppa
6859c43911
Play on the safe side: not all machines support xv video output
...
(loongson comes to mind), and thus use 'x11' by default.
While here, enable dark theme only when using GTK+3 (fixes warning
at startup).
2012-01-23 13:06:32 +00:00
dcoppa
d58597215d
Fix problem with directory vs dvd detection
...
(upstream svn revision r2201)
2012-01-11 12:45:25 +00:00
dcoppa
86fed82c3b
Tighten gmtk dependency and fix homepage
2012-01-09 22:52:37 +00:00
dcoppa
ded6f4bf1e
Update to gnome-mplayer-1.0.5
2012-01-09 12:10:22 +00:00
dcoppa
d95647b025
Add 50% larger display of video
...
(upstream svn revision r2187)
Fix seeking in the media_tracker when the mouse button is released
(upstream svn revision r66 of gmtk)
2011-12-06 16:05:44 +00:00
ajacoutot
6701b34d5d
Add a dependency on x11/gtk+2,-guic.
2011-12-03 23:20:52 +00:00
dcoppa
5bed7cb23f
Even more bugfixes backported from upstream svn:
...
fix speed multipliers and speed reset
fix segfaults in gmtk_media_player when defining a specific font
2011-10-17 13:50:34 +00:00
dcoppa
13d913156d
More bugfixes backported from upstream svn:
...
fix issue with not being able to play media off an SFTP share
when mplayer reports that it has video, resize the media
window so that mplayer has something to draw to
fix problem with seeking in the tracker
While here, regen WANTLIB.
2011-09-29 11:03:19 +00:00
dcoppa
f1397786ea
fix spacing; no binary changes
2011-09-21 13:10:36 +00:00
dcoppa
368cfb12f6
Backport some bugfixes from upstream svn:
...
Bugfix: ATTRIBUTE_FORCE_CACHE not being processed
(upstream svn revision r2172)
Bugfix: correctly set/initialize the media_device attribute
(upstream svn revision r2165)
Fix handling of mouse, panel and controls visibility when
going to/returning from fullscreen (upstream svn r2167 - r2169)
Bugfix: 'f' not going to/returning from fullscreen
(upstream svn revision r2161)
Set CDDB media type as TYPE_CD
(upstream svn revision r2165)
2011-09-21 12:20:07 +00:00
espie
346b5bc6dc
normalize pkgpath
2011-09-16 12:29:12 +00:00
dcoppa
c19a85585e
Fix typos in the manpage; from Aron Xu
2011-07-28 12:05:46 +00:00
dcoppa
d370e0b0f0
Fix trailers.apple.com. It works well now (yay!)
...
From upstream svn
2011-07-12 08:12:28 +00:00
dcoppa
a369bf5ab4
Update to gnome-mplayer-1.0.4
2011-07-04 13:32:55 +00:00
kili
27f99a5541
--disable-silent-rules is now added to CONFIGURE_ARGS per default,
...
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
f982995f2b
Add a consistent header that substitutes FULLPKGNAME for the READMEs.
...
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
ajacoutot
81c428a12d
Redirect the glib-compile-schemas goo stdout to /dev/null, no need to
...
be chatty here.
2011-05-28 08:15:33 +00:00
dcoppa
8711ee901c
Adjust comment after previous commit
2011-05-26 12:47:53 +00:00
dcoppa
7a112c7ed7
mandoc fixes; zap USE_GROFF
2011-05-26 07:51:55 +00:00
dcoppa
f4b9dcf6aa
Enable support for gnome-power-manager's inhibit method now that
...
we have a port of gnome-power-manager.
Add a note into pkg/README.
With help and OK ajacoutot@
2011-05-25 12:35:33 +00:00
dcoppa
3306ffa9aa
Remove a unneeded patch chunk.
...
Fix a typo in a g_ascii_strncasecmp.
2011-05-04 05:35:54 +00:00
dcoppa
3a453a240c
Update to gnome-mplayer-1.0.3.
...
This now uses gsettings/dconf configuration system.
Most of my local patches have been merged upstream.
dconf clue stick by ajacoutot@
Tested by Antti Harri on YouTube using the flashvideoreplacer
extension for firefox (thanks!)
please go ahead fgsch@
2011-04-28 11:47:48 +00:00
ajacoutot
6d01c2069a
Fix build/run with new libnotify.
...
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:04:56 +00:00
dcoppa
094167a875
From upstream: set user agent to something other than Mozilla/x.
...
Fix a problem with streaming, reported by fgsch@
OK fgsch@, sthen@
2011-03-03 15:16:12 +00:00
dcoppa
161182b2a8
From upstream svn:
...
adjust audio and video cache size minimum and incremental values
plug a memory leak
bump QuickTime emulation to 7.6.9 (fix apple.com movie trailers)
2011-01-18 11:03:20 +00:00
dcoppa
2423823a12
Sync patch comments with reality
...
No functional changes, no bump.
2010-12-31 12:03:55 +00:00
dcoppa
3d335ddf57
Fix from upstream: set the MEDIAENDED state correctly when running
...
as plugin.
2010-12-24 13:19:20 +00:00
dcoppa
1ed842bd28
Fix an assertion failure.
...
Patch committed upstream too.
2010-11-25 07:31:49 +00:00
dcoppa
5875984418
From upstream: remove useless socket.h declaration.
2010-11-23 08:51:29 +00:00
espie
e50b98837f
new depends
2010-11-22 08:36:47 +00:00
dcoppa
53cbf96152
Backport a fix from upstream: don't hide controls and mouse in
...
fullscreen mode when mouse is over controls.
While here, make our defaults really work as it was intended.
2010-11-15 11:11:34 +00:00
dcoppa
1e08009891
Ops! Leftovers from previous commit :(
2010-11-08 15:20:33 +00:00
dcoppa
82e9ee7343
Update to gnome-mplayer 1.0.0 and drop GConf dependency.
...
Suggestions about volume defaults by landry@
OK landry@
"go ahead" jasper@
2010-11-08 15:04:15 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
espie
8e072131b6
USE_GROFF=Yes
2010-10-19 08:13:56 +00:00
jasper
e34499f593
- fix WANTLIB after cairo update.
2010-10-11 08:11:24 +00:00
dcoppa
c01a878388
Really disable gnome-power-manager support.
2010-09-23 17:06:18 +00:00
dcoppa
6a71f0eaaf
Fix problem with fullscreen not working by enabling panscan support.
...
panscan functionality requires mplayer svn r29565 or higher, so tighten
the pkgspec for mplayer accordingly.
Problem reported by landry@ and jasper@
OK jasper@
2010-09-22 12:04:07 +00:00
ajacoutot
2a4ec42b2f
Again more new style DEPENDS.
2010-07-30 09:23:28 +00:00
ajacoutot
127208401d
First pass at new REVISION/DEPENDS... not finished yet.
2010-07-30 06:58:57 +00:00
dcoppa
9a061fbc55
Apply some small bugfixes from upstream: see patches for descriptions.
2010-07-08 06:29:12 +00:00