summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-10-20 06:27:42 +0200
committerJens Georg <mail@jensge.org>2019-10-20 06:27:42 +0200
commit11f4abbb214938d5cae56a57a5c7de8efe048ac9 (patch)
tree5ecdd201dc8a83b750812bd827ee299625caeb7d /data
parentda9a56b0d4549078fb07124cd874ada18b6508c2 (diff)
downloadrygel-11f4abbb214938d5cae56a57a5c7de8efe048ac9.tar.gz
build: Drop Autotools
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am57
-rw-r--r--data/icons/120x120/Makefile.am4
-rw-r--r--data/icons/128x128/Makefile.am4
-rw-r--r--data/icons/32x32/Makefile.am4
-rw-r--r--data/icons/48x48/Makefile.am7
-rw-r--r--data/icons/Makefile.am1
-rw-r--r--data/icons/scalable/Makefile.am4
-rw-r--r--data/xml/Makefile.am26
8 files changed, 0 insertions, 107 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
deleted file mode 100644
index bbd66585..00000000
--- a/data/Makefile.am
+++ /dev/null
@@ -1,57 +0,0 @@
-include $(top_srcdir)/common.am
-
-SUBDIRS = xml icons
-
-sysconf_DATA = rygel.conf
-
-if BUILD_UI
-dist_shared_DATA = rygel-preferences.ui
-endif
-
-# DBus service file
-dbusservicedir = $(datadir)/dbus-1/services
-dbusservice_in_files = org.gnome.Rygel1.service.in
-dbusservice_DATA = $(dbusservice_in_files:.service.in=.service)
-
-# Rule to make the service file with bindir expanded
-$(dbusservice_DATA): $(dbusservice_in_files) Makefile
- @sed -e "s|\@bindir\@|$(bindir)|" $< > $@
-
-# systemd service file
-systemdservicedir = $(systemduserunitdir)
-systemdservice_in_files = rygel.service.in
-systemdservice_DATA = rygel.service
-
-# Rule to make the systemd service file with bindir expanded
-$(systemdservice_DATA): rygel.service.in Makefile
- $(AM_V_GEN) $(SED) -e "s|\@bindir\@|$(bindir)|" $< > $@
-
-# Rule to create the .desktop files
-desktop_in_files = $(srcdir)/rygel.desktop.in $(srcdir)/rygel-preferences.desktop.in
-desktop_DATA = rygel.desktop rygel-preferences.desktop
-
-%.desktop.in : %.desktop.in.in
- $(AM_V_GEN) sed -e 's|@VERSION[@]|$(VERSION)|g' $< > $@
-
-%.desktop : %.desktop.in
- $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
-
-preset_DATA = $(srcdir)/presets/avenc_aac.prs \
- $(srcdir)/presets/avenc_mp2.prs \
- $(srcdir)/presets/avenc_mpeg2video.prs \
- $(srcdir)/presets/avenc_wmav1.prs \
- $(srcdir)/presets/avenc_wmv1.prs \
- $(srcdir)/presets/GstFaac.prs \
- $(srcdir)/presets/GstLameMP3Enc.prs \
- $(srcdir)/presets/GstMP4Mux.prs \
- $(srcdir)/presets/GstTwoLame.prs \
- $(srcdir)/presets/GstX264Enc.prs
-
-CLEANFILES = $(dbusservice_DATA) $(desktop_DATA) $(systemdservice_DATA)
-EXTRA_DIST = $(dbusservice_in_files) \
- $(desktop_in_files) \
- rygel.desktop.in.in rygel-preferences.desktop.in.in \
- $(sysconf_DATA) \
- $(pixmaps_DATA) \
- $(preset_DATA) \
- $(systemdservice_in_files)
diff --git a/data/icons/120x120/Makefile.am b/data/icons/120x120/Makefile.am
deleted file mode 100644
index c4cafa5a..00000000
--- a/data/icons/120x120/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-dlnaicondir = $(datadir)/rygel/icons/120x120
-dlnaicon_DATA = rygel.png rygel.jpg
-
-EXTRA_DIST = $(dlnaicon_DATA)
diff --git a/data/icons/128x128/Makefile.am b/data/icons/128x128/Makefile.am
deleted file mode 100644
index c553869d..00000000
--- a/data/icons/128x128/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-icondir = $(datadir)/icons/hicolor/128x128/apps
-icon_DATA = rygel.png
-
-EXTRA_DIST = $(icon_DATA)
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
deleted file mode 100644
index 8bab3038..00000000
--- a/data/icons/32x32/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-icondir = $(datadir)/icons/hicolor/32x32/apps
-icon_DATA = rygel.png
-
-EXTRA_DIST = $(icon_DATA)
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
deleted file mode 100644
index 4b4ec97a..00000000
--- a/data/icons/48x48/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-icondir = $(datadir)/icons/hicolor/48x48/apps
-icon_DATA = rygel.png
-
-dlnaicondir = $(datadir)/rygel/icons/48x48
-dlnaicon_DATA = rygel.jpg rygel.png
-
-EXTRA_DIST = $(dlnaicon_DATA)
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
deleted file mode 100644
index f76f9b99..00000000
--- a/data/icons/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = 128x128 120x120 48x48 32x32 scalable
diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
deleted file mode 100644
index f9e6a197..00000000
--- a/data/icons/scalable/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-icondir = $(datadir)/icons/hicolor/scalable/apps
-icon_DATA = rygel-full.svg rygel.svg
-
-EXTRA_DIST = $(icon_DATA)
diff --git a/data/xml/Makefile.am b/data/xml/Makefile.am
deleted file mode 100644
index cad1ca73..00000000
--- a/data/xml/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-xml_in_files = EnergyManagement.xml.in \
- MediaServer3.xml.in \
- MediaRenderer2.xml.in \
- RuihServer2.xml.in \
- ContentDirectory.xml.in \
- ContentDirectory-NoTrack.xml.in \
- ConnectionManager.xml.in \
- RemoteUIServerService.xml.in \
- AVTransport2.xml.in \
- RenderingControl2.xml.in \
- UIList.xml.in \
- BasicManagement2.xml.in \
- X_MS_MediaReceiverRegistrar1.xml.in
-
-xml_DATA = $(xml_in_files:.xml.in=.xml)
-
-# Strip newlines and leading spaces from XML files as not all devices like them
-%.xml: %.xml.in
- @$(SED) -re "s,^ +,,g" < $< | tr -d "\n" > $@
-
-xmldir = $(datadir)/rygel/xml
-
-EXTRA_DIST = $(xml_in_files) MediaServer3.xml.in.in MediaRenderer2.xml.in.in RuihServer2.xml.in.in
-CLEANFILES = $(xml_DATA)
-
-MAINTAINERCLEANFILES = Makefile.in MediaServer3.xml.in MediaRenderer2.xml.in RuihServer2.xml.in