pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/gnome-mplayer
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 4 20:52:18 UTC 2023
Modified Files:
pkgsrc/multimedia/gnome-mplayer: options.mk
Log Message:
gnome-mplayer: remove default-off libmusicbrainz option
This used the old v3 of libmusicbrainz.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/multimedia/gnome-mplayer/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/gnome-mplayer/options.mk
diff -u pkgsrc/multimedia/gnome-mplayer/options.mk:1.7 pkgsrc/multimedia/gnome-mplayer/options.mk:1.8
--- pkgsrc/multimedia/gnome-mplayer/options.mk:1.7 Fri Jan 17 14:16:26 2020
+++ pkgsrc/multimedia/gnome-mplayer/options.mk Mon Sep 4 20:52:18 2023
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.7 2020/01/17 14:16:26 nia Exp $
+# $NetBSD: options.mk,v 1.8 2023/09/04 20:52:18 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-mplayer
-PKG_SUPPORTED_OPTIONS= libnotify musicbrainz libgpod
+PKG_SUPPORTED_OPTIONS= libnotify libgpod
PKG_SUGGESTED_OPTIONS= libnotify
PKG_OPTIONS_LEGACY_OPTS+= gnome:libnotify
@@ -19,17 +19,6 @@ CONFIGURE_ARGS+= --with-libnotify=no
.endif
#
-# Add support for libmusicbrainz3
-#
-.if !empty(PKG_OPTIONS:Mmusicbrainz)
-.include "../../audio/libmusicbrainz/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-CONFIGURE_ARGS+= --with-libmusicbrainz3
-.else
-CONFIGURE_ARGS+= --with-libmusicbrainz3=no
-.endif
-
-#
# Add support for libgpod
#
.if !empty(PKG_OPTIONS:Mlibgpod)
Home |
Main Index |
Thread Index |
Old Index