package = nyancat version = 0.1 tarname = $(package) distdir = $(tarname)-$(version) all clean check nyancat: cd src && $(MAKE) $@ dist: $(distdir).tar.gz $(distdir).tar.gz: $(distdir) tar chof - $(distdir) | gzip -9 -c > $@ rm -rf $(distdir) $(distdir): FORCE mkdir -p $(distdir)/src cp Makefile $(distdir) cp src/Makefile $(distdir)/src cp src/nyancat.c $(distdir)/src cp src/animation.h $(distdir)/src cp src/telnet.h $(distdir)/src FORCE: -rm $(distdir).tar.gz >/dev/null 2>&1 -rm -rf $(distdir) >/dev/null 2>&1 distcheck: $(distdir).tar.gz gzip -cd $(distdir).tar.gz | tar xvf - cd $(distdir) && $(MAKE) all cd $(distdir) && $(MAKE) check cd $(distdir) && $(MAKE) clean rm -rf $(distdir) @echo "*** Package $(distdir).tar.gz is ready for distribution." .PHONY: FORCE all clean check dist distcheck );'> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Valsjobyn (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-05-28dvb-t/pl-Szczecin: Fix tableMauro Carvalho Chehab1-30/+30
Instead of tabs, it was using a "<------>". That break parsers. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-05-28ca-AB-Calgary: move the newer version to atscMauro Carvalho Chehab2-49/+14
This file is an ATSC standard file, and not DVB-T. Replace the legacy file with the newer one. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-05-09Errors in scan fileBob Goddard1-0/+21
I posted an email with a patch back on 04/02/2016 17:32 only to find that nothing has been done. This patch, reproduced below adds 2 new transponders to Astra 28.2E and removes a trailing space. This trailing spaces causes dvbv5-scan to segfault. Why has this not been actioned and why was my email address banned? Is this a close community that tells people to f-off? dvb-s/Astra-28.2E | 27 ++++++++++++++++++++++++--- Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-05-06Update dvb-s/Astra-28E with new transponders and correctionsBob Goddard1-3/+24
Update dvb-s/Astra-28.2E. 2 new transponders, corrected duplicate of tp 92 in tp 93 and removed trailing space causing user tools segfault. Signed-off-by: Bob Goddard <linuxtv@1.linuxtv.bgcomp.co.uk>
2016-05-01Add new Brazilian channel listsMauro Carvalho Chehab305-49/+17876
Channels imported from portalbsd.com.br. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-05-01Update Brazilian channel lists to reflect latest statusMauro Carvalho Chehab990-2504/+18744
Syncrhonize with the latest tables at portalbsd.com.br. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>