# Makefile for linuxtv.org dvb-apps VERSION := 1.1.0 PACKAGE := linuxtv-dvb-apps-$(VERSION) CVSROOT := $(shell cat CVS/Root) RELEASE_TAG := LINUXTV-DVB-$(subst .,_,$(subst -,_,$(VERSION))) all: release dist: rm -rf release-tmp $(PACKAGE).tar.gz mkdir release-tmp ( cd release-tmp; cvs -d$(CVSROOT) export -r$(RELEASE_TAG) -d$(PACKAGE) dvb-apps ) find release-tmp -name .cvsignore | xargs rm -v ( cd release-tmp; tar cjf ../$(PACKAGE).tar.bz2 $(PACKAGE) ) rm -rf release-tmp @echo @echo -------------------------------------------------------------------------------- @echo @echo "dist package: ./$(PACKAGE).tar.bz2" @echo @echo -------------------------------------------------------------------------------- @echo %:: # $(MAKE) -C libdvb2 $(MAKECMDGOALS) $(MAKE) -C util $(MAKECMDGOALS) $(MAKE) -C test $(MAKECMDGOALS) e='master' selected='selected'>master Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/fi-Turku (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2013-01-10Remove useless scanfilePatrick Pfyffer1-3/+0
Could you also remove the list below because it's useless: http://linuxtv.org/hg/dvb-apps/file/5e68946b0e0d/util/scan/dvb-c/ch-unknown Thank you very much Patrick Pfyffer
2013-01-10Two new DVB-C scan lists for SwitzerlandPatrick Pfyffer2-0/+76
Dear linux-dvb Members I would like to kindly ask you to add the two attached new scan list to your repository. http://linuxtv.org/hg/dvb-apps/file/5e68946b0e0d/util/scan/dvb-c The files will add new entries for two cable networks in Switzerland: - GGA Pratteln - interGGA They are both fully non-encrypted free-to-air networks but also contain some pay-tv transponders.