summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-03-26 23:12:22 +0000
committerwiz <wiz@pkgsrc.org>2009-03-26 23:12:22 +0000
commit1e81548799b91b147a327d2b0719ad2d0e676251 (patch)
tree89ed219e08727b042f3100750a9bf99fe26d89ed /audio
parentd8e0df263eaf49648f3aa644bdefc48e8627c27a (diff)
downloadpkgsrc-1e81548799b91b147a327d2b0719ad2d0e676251.tar.gz
Fix build with cairomm>=1.7.
Diffstat (limited to 'audio')
-rw-r--r--audio/bmpx/Makefile6
-rw-r--r--audio/bmpx/distinfo3
-rw-r--r--audio/bmpx/patches/patch-aj13
3 files changed, 18 insertions, 4 deletions
diff --git a/audio/bmpx/Makefile b/audio/bmpx/Makefile
index 28fc66f614f..b3415dcab49 100644
--- a/audio/bmpx/Makefile
+++ b/audio/bmpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/02/25 01:39:28 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/03/26 23:12:22 wiz Exp $
#
DISTNAME= bmpx-0.40.14
@@ -10,10 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://bmpx.backtrace.info/site/BMPx_Homepage
COMMENT= Audio player to be used with a frontend or as a daemon
-PKG_DESTDIR_SUPPORT= user-destdir
-
DEPENDS+= zip-[0-9]*:../../archivers/zip
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.2 kde3-1.0
USE_LANGUAGES= c c++
diff --git a/audio/bmpx/distinfo b/audio/bmpx/distinfo
index 7bc52e52465..92f2e1a4eff 100644
--- a/audio/bmpx/distinfo
+++ b/audio/bmpx/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2008/10/28 22:23:40 wiz Exp $
+$NetBSD: distinfo,v 1.11 2009/03/26 23:12:22 wiz Exp $
SHA1 (bmpx-0.40.14.tar.bz2) = 3284843c45cab302f414663a5cb31eb4373d07c7
RMD160 (bmpx-0.40.14.tar.bz2) = 12a9939d53b58a43ee9deefa43188ac6b33dae72
@@ -12,3 +12,4 @@ SHA1 (patch-af) = 52c93f49490c50af9666032407ca41d944287214
SHA1 (patch-ag) = fa089ab5d823198527a05bba44b484e07d9067f5
SHA1 (patch-ah) = d8a7085943f3795fe5fe85fa94f4e93434eca329
SHA1 (patch-ai) = 0e8a20bb8d18f14da58f2681a2fb6ae141e9d66d
+SHA1 (patch-aj) = e6a9bd43cac01df156a95a688f8fd99e1383bb63
diff --git a/audio/bmpx/patches/patch-aj b/audio/bmpx/patches/patch-aj
new file mode 100644
index 00000000000..1f2e1b1dc8b
--- /dev/null
+++ b/audio/bmpx/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2009/03/26 23:12:22 wiz Exp $
+
+--- widgets/popup.cc.orig 2008-03-05 21:31:12.000000000 +0000
++++ widgets/popup.cc
+@@ -308,7 +308,7 @@ namespace Bmp
+
+ if (m_location == ARROW_TOP)
+ {
+- Cairo::Matrix matrix = { 1, 0, 0, -1, 0, h };
++ Cairo::Matrix matrix ( 1, 0, 0, -1, 0, h );
+ cr->set_matrix (matrix);
+ }
+