summaryrefslogtreecommitdiff
path: root/multimedia/xine-ui/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-04-09 07:26:52 +0000
committerxtraeme <xtraeme>2006-04-09 07:26:52 +0000
commit7127f769fa21d293d40e3d16bb19901228949454 (patch)
treeb6ef0dead1cc2b68d83c60811b5fbf0841763cca /multimedia/xine-ui/Makefile
parent14ba5af1f04780a5b7d026985a42339879205bc0 (diff)
downloadpkgsrc-7127f769fa21d293d40e3d16bb19901228949454.tar.gz
Update to 0.99.4:
xine-ui (0.99.4) unstable; urgency=low * Fixed deadlock, segfaults and mem-leaks, several other fixes and enhancements, can't remember details (thanks also to Marcelo Jimenez and Jakub Labath) * Menu to reset video controls * fixed menu shortcut strings allocation/freeing [bug #1223022] * audio post plugin support * use UTF-8 for Japanese locale if nl_langinfo doesn't work [bug #1096974] * expand tabs in post-plugin help * merge some osd menus from oxine * aspect ratio fixed for multihead setups (especially TwinView) [bugs #1089328, #1001702 and #989157] * fixed parsing post plugin parameters of type double for some locales * autoload subtitles with .txt extension too * be more POSIX-compliant (head, tail) (build fix) [bug #1172729] * Russian translations (thanks to Pavel Maryanov) * forced not loading old playlist with -P option xine-ui (0.99.3) unstable; urgency=low * enlarge stream info window (required for Russian translation), * possibility to specify more than one playlist in command line, * unlock mutex before destroying (thanks to Matthias Drochner), * netBSD mutex locking fix, * cursor support implementation into xiTK, * use post plugins for deinterlacing, * fix segfault on enqueuing, * fix segfault on playlist deletion, * add non-official subtitle support into ASX playlists, * add get_speed in session control optarg, * restore original sound volume on exit, * fix memory corruption with huge playlists, * remove obsolete "black stream hack", * reset screensaver after playback resume, * various WM layering bugs, * handle new UTF8 meta infos, * Japanese translations (thanks to Tadashi Jokagi), * visualization switching while playback is running fix, * handle .pls playlist inside URL, * new 'b' shortcut (border visibility toggle), * support alpha channel in splash screen image,
Diffstat (limited to 'multimedia/xine-ui/Makefile')
-rw-r--r--multimedia/xine-ui/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/xine-ui/Makefile b/multimedia/xine-ui/Makefile
index 3ddf149191a..795fd761b2e 100644
--- a/multimedia/xine-ui/Makefile
+++ b/multimedia/xine-ui/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2006/04/06 06:22:30 reed Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/09 07:26:52 xtraeme Exp $
#
-DISTNAME= xine-ui-0.99.2
-PKGREVISION= 4
+DISTNAME= xine-ui-0.99.4
+#PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
@@ -23,6 +23,7 @@ USE_GNU_READLINE= yes
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
+.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../multimedia/xine-lib/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"