pkgsrc-WIP-changes archive

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

amarok: depend on mariadb1011-embedded



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri May 10 08:00:51 2024 +0200
Changeset:	9163ee00e2bebdb5fa315c143fbcec9e22be5f5a

Modified Files:
	amarok/Makefile
	amarok/PLIST

Log Message:
amarok: depend on mariadb1011-embedded

This is needed so the local music collection can be scanned and
used without setting up a full MariaDB database.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9163ee00e2bebdb5fa315c143fbcec9e22be5f5a

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

diffstat:
 amarok/Makefile | 17 +++++++++++++++--
 amarok/PLIST    |  2 ++
 2 files changed, 17 insertions(+), 2 deletions(-)

diffs:
diff --git a/amarok/Makefile b/amarok/Makefile
index fe5122094f..6bc8796cc5 100644
--- a/amarok/Makefile
+++ b/amarok/Makefile
@@ -18,7 +18,7 @@ USE_TOOLS+=	msgfmt pkg-config perl:run
 
 REPLACE_PERL+=	src/kconf_update/amarok-2.4.1-tokens_syntax_update.pl
 
-MYSQL_VERSIONS_ACCEPTED=	mariadb1011 mariadb106 mariadb105 mariadb104
+#MYSQL_VERSIONS_ACCEPTED=	mariadb1011 mariadb106 mariadb105 mariadb104
 
 CONF_FILES+=	share/examples/amarok/xdg/amarok_homerc ${PKG_SYSCONFDIR}/xdg/amarok_homerc
 MAKE_DIRS+=	${PKG_SYSCONFDIR}/xdg
@@ -28,8 +28,21 @@ INSTALLATION_DIRS+=	share/examples/amarok/xdg
 post-install:
 	${MV} ${DESTDIR}${PKG_SYSCONFDIR}/xdg/amarok_homerc ${DESTDIR}${PREFIX}/share/examples/amarok/xdg
 
+# add options for these?
+# * Taglib-Extras
+# * LibLastFm, Enable Last.Fm service, including scrobbling, song submissions, and suggested song dynamic playlists, <http://cdn.last.fm/client/liblastfm-1.0.3.tar.gz>
+# * FFmpeg, Libraries and tools for handling multimedia data, <https://www.ffmpeg.org/>
+#   Enable MusicDNS service
+# * LibOFA, Open-source audio fingerprint by MusicIP, <http://code.google.com/p/musicip-libofa/>
+#   Enable MusicDNS service
+# * Mygpo-qt5 (required version >= 1.1.0), A Qt/C++ library wrapping the gpodder.net Webservice., <http://wiki.gpodder.org/wiki/Libmygpo-qt>
+#   Synchronize podcast subscriptions with gpodder.net
+# * Ipod, Support Apple iPod/iPad/iPhone audio devices, <http://sourceforge.net/projects/gtkpod/>
+# * Loudmouth, Loudmouth is the communication backend needed by mp3tunes for syncing., <http://www.loudmouth-project.org>
+
 .include "../../archivers/karchive/buildlink3.mk"
 .include "../../audio/taglib/buildlink3.mk"
+.include "../../databases/mariadb1011-embedded/buildlink3.mk"
 .include "../../devel/googletest/buildlink3.mk"
 .include "../../devel/kcmutils/buildlink3.mk"
 .include "../../devel/kconfig/buildlink3.mk"
@@ -63,5 +76,5 @@ post-install:
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
 .include "../../x11/qt5-qtwebengine/buildlink3.mk"
-.include "../../mk/mysql.buildlink3.mk"
+#.include "../../mk/mysql.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/amarok/PLIST b/amarok/PLIST
index 1e726aef79..00b4d2bcdb 100644
--- a/amarok/PLIST
+++ b/amarok/PLIST
@@ -35,6 +35,7 @@ qt5/plugins/amarok_importer-rhythmbox.so
 qt5/plugins/amarok_service_ampache.so
 qt5/plugins/amarok_service_magnatunestore.so
 qt5/plugins/amarok_service_opmldirectory.so
+qt5/plugins/amarok_storage-mysqlestorage.so
 qt5/plugins/amarok_storage-mysqlserverstorage.so
 qt5/plugins/kcm_amarok_service_ampache.so
 qt5/plugins/kcm_amarok_service_magnatunestore.so
@@ -1165,6 +1166,7 @@ share/kservices5/amarok_service_ampache.desktop
 share/kservices5/amarok_service_ampache_config.desktop
 share/kservices5/amarok_service_magnatunestore.desktop
 share/kservices5/amarok_service_magnatunestore_config.desktop
+share/kservices5/amarok_storage-mysqlestorage.desktop
 share/kservices5/amarok_storage-mysqlserverstorage.desktop
 share/kservices5/amarokitpc.protocol
 share/kservicetypes5/amarok-contextapplet.desktop


Home | Main Index | Thread Index | Old Index