pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/rhythmbox



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 19:47:09 UTC 2018

Modified Files:
        pkgsrc/audio/rhythmbox: Makefile

Log Message:
rhythmbox: needs itstool; also doesn't like python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/audio/rhythmbox/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/rhythmbox/Makefile
diff -u pkgsrc/audio/rhythmbox/Makefile:1.152 pkgsrc/audio/rhythmbox/Makefile:1.153
--- pkgsrc/audio/rhythmbox/Makefile:1.152       Mon Sep  3 10:50:17 2018
+++ pkgsrc/audio/rhythmbox/Makefile     Thu Sep 27 19:47:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152 2018/09/03 10:50:17 wiz Exp $
+# $NetBSD: Makefile,v 1.153 2018/09/27 19:47:09 tnn Exp $
 
 DISTNAME=      rhythmbox-3.4.2
 PKGREVISION=   2
@@ -18,6 +18,8 @@ USE_TOOLS+=           gmake intltool msgfmt pkg-c
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 CONFIGURE_ARGS+=       --disable-browser-plugin
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc
 CONFIGURE_ARGS+=       --disable-fm-radio
@@ -25,6 +27,7 @@ CONFIGURE_ARGS+=      --without-gudev
 CONFIGURE_ARGS+=       --enable-vala
 CONFIGURE_ARGS+=       --with-brasero
 
+DEPENDS+=      itstool-[0-9]*:../../textproc/itstool
 DEPENDS+=      gst-plugins1-libav-[0-9]*:../../multimedia/gst-plugins1-libav
 DEPENDS+=      gst-plugins1-good-[0-9]*:../../multimedia/gst-plugins1-libav
 DEPENDS+=      gst-plugins1-oss-[0-9]*:../../audio/gst-plugins1-oss



Home | Main Index | Thread Index | Old Index