Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [14bf4a5119]:

To Artifact [5d44328e24]:


80
81
82
83
84
85
86

87
88
89
90
	$(INST)		*.desktop	-t /usr/share/applications/
	$(INST)		icon.png	/usr/share/pixmaps/streamtuner2.png
	$(INST)		help/str*2.1	-t /usr/share/man/man1/

# start locally
st2: run
run:

	MALLOC_CHECK_=2	 PYTHONVERBOSE=2  python -B  ./st2.py -D

yelp:
	yelp help/index.page 2>/dev/null &







>
|



80
81
82
83
84
85
86
87
88
89
90
91
	$(INST)		*.desktop	-t /usr/share/applications/
	$(INST)		icon.png	/usr/share/pixmaps/streamtuner2.png
	$(INST)		help/str*2.1	-t /usr/share/man/man1/

# start locally
st2: run
run:
	#MALLOC_CHECK_=2 PYTHONVERBOSE=2
	python -B  ./st2.py -D

yelp:
	yelp help/index.page 2>/dev/null &