|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
98 |
src/cdplugins/tidal/tidal-app.py
|
98 |
src/cdplugins/tidal/tidal-app.py
|
99 |
cdpluginstidallibdir = $(pkgdatadir)/cdplugins/tidal/tidalapi
|
99 |
cdpluginstidallibdir = $(pkgdatadir)/cdplugins/tidal/tidalapi
|
100 |
cdpluginstidallib_DATA = \
|
100 |
cdpluginstidallib_DATA = \
|
101 |
src/cdplugins/tidal/tidalapi/__init__.py \
|
101 |
src/cdplugins/tidal/tidalapi/__init__.py \
|
102 |
src/cdplugins/tidal/tidalapi/models.py
|
102 |
src/cdplugins/tidal/tidalapi/models.py
|
|
|
103 |
cdpluginsqobuzdir = $(pkgdatadir)/cdplugins/qobuz
|
|
|
104 |
cdpluginsqobuz_DATA = \
|
|
|
105 |
src/cdplugins/qobuz/debug.py \
|
|
|
106 |
src/cdplugins/qobuz/exception.py \
|
|
|
107 |
src/cdplugins/qobuz/__init__.py \
|
|
|
108 |
src/cdplugins/qobuz/models.py \
|
|
|
109 |
src/cdplugins/qobuz/qobuz-app.py \
|
|
|
110 |
src/cdplugins/qobuz/session.py
|
|
|
111 |
cdpluginsqobuzlibdir = $(pkgdatadir)/cdplugins/qobuz/api
|
|
|
112 |
cdpluginsqobuzlib_DATA = \
|
|
|
113 |
src/cdplugins/qobuz/api/easy.py \
|
|
|
114 |
src/cdplugins/qobuz/api/__init__.py \
|
|
|
115 |
src/cdplugins/qobuz/api/raw.py
|
103 |
|
116 |
|
104 |
EXTRA_DIST = web.tar.gz rdpl2stream.tar.gz systemd/upmpdcli.service
|
117 |
EXTRA_DIST = web.tar.gz rdpl2stream.tar.gz systemd/upmpdcli.service
|
105 |
|
118 |
|
106 |
web.tar.gz: bogus
|
119 |
web.tar.gz: bogus
|
107 |
if test -d $(srcdir)/web; then \
|
120 |
if test -d $(srcdir)/web; then \
|
|
... |
|
... |
119 |
mv upmpdcli.conf-dist upmpdcli.conf)
|
132 |
mv upmpdcli.conf-dist upmpdcli.conf)
|
120 |
(cd $(DESTDIR)$(pkgdatadir); tar xzf -) < web.tar.gz
|
133 |
(cd $(DESTDIR)$(pkgdatadir); tar xzf -) < web.tar.gz
|
121 |
(cd $(DESTDIR)$(pkgdatadir); tar xzf -) < rdpl2stream.tar.gz
|
134 |
(cd $(DESTDIR)$(pkgdatadir); tar xzf -) < rdpl2stream.tar.gz
|
122 |
(cd $(DESTDIR)$(pkgdatadir); test -d src_scripts || mkdir src_scripts)
|
135 |
(cd $(DESTDIR)$(pkgdatadir); test -d src_scripts || mkdir src_scripts)
|
123 |
(cd $(DESTDIR)/$(cdpluginstidaldir); chmod a+x tidal-app.py)
|
136 |
(cd $(DESTDIR)/$(cdpluginstidaldir); chmod a+x tidal-app.py)
|
|
|
137 |
(cd $(DESTDIR)/$(cdpluginsqobuzdir); chmod a+x qobuz-app.py)
|
124 |
|
138 |
|
125 |
dist_pkgdata_SCRIPTS = samplescripts/Analog-Input
|
139 |
dist_pkgdata_SCRIPTS = samplescripts/Analog-Input
|
126 |
|
140 |
|
127 |
dist_sysconf_DATA = src/upmpdcli.conf-dist
|
141 |
dist_sysconf_DATA = src/upmpdcli.conf-dist
|
128 |
|
142 |
|