Author: richard
Date: Tue Feb 10 10:16:59 2009
New Revision: 4124
URL: http://svn.slimdevices.com?rev=4124&root=Jive&view=rev
Log:
r4...@harrypotter (orig r4120): mwise | 2009-02-10 17:08:03 +0000
First stab a building a tarball for the Linux packages. This should
automatically build a squeezeplay.tgz file in the $(prefix) directory.
r4...@harrypotter (orig r4121): mwise | 2009-02-10 17:17:33 +0000
Adding in a tar -ztvf to show the files that ended up in the package, and
their size. Removed verbose on the compress because its not really necessary.
r4...@harrypotter (orig r4122): mwise | 2009-02-10 17:26:20 +0000
Bug 11023. Oops. Changes 4120 and 4121 needed to be in this file, not the .in
file.
Modified:
7.4/trunk/ (props changed)
7.4/trunk/squeezeplay/src/Makefile.linux
7.4/trunk/squeezeplay/src/squeezeplay/Makefile.am
7.4/trunk/squeezeplay/src/squeezeplay/Makefile.in
Propchange: 7.4/trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Tue Feb 10 10:16:59 2009
@@ -3,7 +3,7 @@
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.1/trunk:2920
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.2/trunk:2921
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.3/private-branches/jive-refresh:3653
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.3/trunk:3993
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.3/trunk:4122
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:2013
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378
Modified: 7.4/trunk/squeezeplay/src/Makefile.linux
URL:
http://svn.slimdevices.com/7.4/trunk/squeezeplay/src/Makefile.linux?rev=4124&root=Jive&r1=4123&r2=4124&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/Makefile.linux (original)
+++ 7.4/trunk/squeezeplay/src/Makefile.linux Tue Feb 10 10:16:59 2009
@@ -156,7 +156,8 @@
#
.PHONY: app portaudio flac libmad tremor squeezeplay squeezeplay_desktop
squeezeplay_contrib squeezeplay_private freefont freefont-debian axtls
-app: portaudio flac libmad tremor ${SPPRIVATE_TARGETS} squeezeplay
squeezeplay_desktop squeezeplay_contrib freefont
+app: portaudio flac libmad tremor ${SPPRIVATE_TARGETS} squeezeplay
squeezeplay_desktop squeezeplay_contrib
+freefont squeezeplay_tgz
# portaudio
portaudio_v19_1360/Makefile:
@@ -230,6 +231,9 @@
# fonts for clock screensaver
cp fonts-clock/Digital.ttf ${PREFIX}/share/jive/fonts
cp fonts-clock/DigitalItalic.ttf ${PREFIX}/share/jive/fonts
+
+squeezeplay_tgz: squeezeplay/Makefile
+ cd squeezeplay; make SqueezePlay_tgz
#
# clean
Modified: 7.4/trunk/squeezeplay/src/squeezeplay/Makefile.am
URL:
http://svn.slimdevices.com/7.4/trunk/squeezeplay/src/squeezeplay/Makefile.am?rev=4124&root=Jive&r1=4123&r2=4124&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/squeezeplay/Makefile.am (original)
+++ 7.4/trunk/squeezeplay/src/squeezeplay/Makefile.am Tue Feb 10 10:16:59 2009
@@ -128,6 +128,9 @@
-rm $(DMG_TMP_IMAGE_FILENAME)
cp -p $(DMG_IMAGE_FILENAME)
$(OSX_BUILD_DIR)/SqueezePlay-$(VERSION_TEXT).dmg
+SqueezePlay_tgz:
+ cd $(prefix); tar -zcf ../squeezeplay.tgz *; tar -ztvf
../squeezeplay.tgz
+
# Convenience library:
noinst_LTLIBRARIES = libjiveui.la libjiveaudio.la libjivenet.la
Modified: 7.4/trunk/squeezeplay/src/squeezeplay/Makefile.in
URL:
http://svn.slimdevices.com/7.4/trunk/squeezeplay/src/squeezeplay/Makefile.in?rev=4124&root=Jive&r1=4123&r2=4124&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/squeezeplay/Makefile.in (original)
+++ 7.4/trunk/squeezeplay/src/squeezeplay/Makefile.in Tue Feb 10 10:16:59 2009
@@ -1192,6 +1192,9 @@
-rm $(DMG_TMP_IMAGE_FILENAME)
cp -p $(DMG_IMAGE_FILENAME)
$(OSX_BUILD_DIR)/SqueezePlay-$(VERSION_TEXT).dmg
+SqueezePlay_tgz:
+ cd $(prefix); tar -zcf ../squeezeplay.tgz *; tar -ztvf
../squeezeplay.tgz
+
src/version.h: FORCE
@echo '/* This file is automatically generated */' > src/version.h
@echo '#ifndef SQUEEZEPLAY_RELEASE' >> src/version.h
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins