mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Hash from: http://ftp.gnome.org/pub/gnome/sources/rygel/0.36/rygel-0.36.2.sha256sum:
|
||||
sha256 d332c76c76716de1e5085f0ca0c152174352efd652a80e5b94ec7df797f92244 rygel-0.36.2.tar.xz
|
||||
# Hash from: http://ftp.gnome.org/pub/gnome/sources/rygel/0.38/rygel-0.38.3.sha256sum:
|
||||
sha256 08c21a577f7bdad26446a75ffa32778b26842c3b1188165f0b19818559747d00 rygel-0.38.3.tar.xz
|
||||
|
||||
# Locally calculated
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
|
||||
sha256 c7d881be8ae01162510e982a32001446c6d6d18a9cecc89cc41a28bd215a0262 COPYING.logo
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
|
||||
sha256 c7d881be8ae01162510e982a32001446c6d6d18a9cecc89cc41a28bd215a0262 COPYING.logo
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RYGEL_VERSION_MAJOR = 0.36
|
||||
RYGEL_VERSION = $(RYGEL_VERSION_MAJOR).2
|
||||
RYGEL_VERSION_MAJOR = 0.38
|
||||
RYGEL_VERSION = $(RYGEL_VERSION_MAJOR).3
|
||||
RYGEL_SOURCE = rygel-$(RYGEL_VERSION).tar.xz
|
||||
RYGEL_SITE = http://ftp.gnome.org/pub/gnome/sources/rygel/$(RYGEL_VERSION_MAJOR)
|
||||
RYGEL_LICENSE = LGPL-2.1+, CC-BY-SA-3.0 (logo)
|
||||
@@ -17,8 +17,6 @@ RYGEL_DEPENDENCIES = \
|
||||
sqlite \
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
RYGEL_INSTALL_STAGING = YES
|
||||
# We're patching configure.ac
|
||||
RYGEL_AUTORECONF = YES
|
||||
|
||||
RYGEL_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||
RYGEL_CONF_OPTS += \
|
||||
@@ -35,6 +33,13 @@ ifeq ($(BR2_PACKAGE_GDK_PIXBUF),y)
|
||||
RYGEL_DEPENDENCIES += gdk-pixbuf
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||
RYGEL_CONF_OPTS += --enable-introspection
|
||||
RYGEL_DEPENDENCIES += gobject-introspection
|
||||
else
|
||||
RYGEL_CONF_OPTS += --disable-introspection
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_RYGEL_MEDIA_ENGINE_GSTREAMER1),y)
|
||||
RYGEL_CONF_OPTS += \
|
||||
--with-media-engine=gstreamer \
|
||||
@@ -68,9 +73,6 @@ endef
|
||||
define RYGEL_INSTALL_INIT_SYSTEMD
|
||||
$(INSTALL) -D -m 644 package/rygel/rygel.service \
|
||||
$(TARGET_DIR)/usr/lib/systemd/system/rygel.service
|
||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||
ln -sf ../../../../usr/lib/systemd/system/rygel.service \
|
||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/rygel.service
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user