summaryrefslogtreecommitdiffstats
path: root/plugins/apps/clementine_qt4.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/apps/clementine_qt4.mk')
-rw-r--r--plugins/apps/clementine_qt4.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/apps/clementine_qt4.mk b/plugins/apps/clementine_qt4.mk
index 721c105..21a418c 100644
--- a/plugins/apps/clementine_qt4.mk
+++ b/plugins/apps/clementine_qt4.mk
@@ -12,19 +12,13 @@ PKG := clementine_qt4
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.3.1
$(PKG)_CHECKSUM := f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c
-$(PKG)_SUBDIR := Clementine-$($(PKG)_VERSION)
-$(PKG)_FILE := clementine-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := https://github.com/clementine-player/clementine/archive/$($(PKG)_VERSION).tar.gz
+$(PKG)_GH_CONF := clementine-player/Clementine
$(PKG)_WEBSITE := https://www.clementine-player.org/
$(PKG)_OWNER := https://github.com/pavelvat
$(PKG)_DEPS := gcc boost chromaprint cryptopp fftw glew gst-libav gst-plugins-bad \
gst-plugins-good gst-plugins-ugly libechonest liblastfm_qt4 \
libmpcdec protobuf qtsparkle_qt4 sparsehash
-define $(PKG)_UPDATE
- $(call MXE_GET_GITHUB_TAGS, clementine-player/clementine)
-endef
-
define $(PKG)_BUILD
cd '$(BUILD_DIR)' && $(TARGET)-cmake '$(SOURCE_DIR)' \
-DCMAKE_INSTALL_PREFIX=$(PREFIX)/$(TARGET)/apps/$(PKG)