VER=1.7.0 OPT=-O -g -w DEFS=-DWITH_PNG DEFS+=-DUSE_LIBZVBI FONT=vtxt MAN_DIR=man DESTDIR= PREFIX=/usr HOSTCC=$(CC) CFLAGS=$(OPT) -DVERSION=\"$(VER)\" $(DEFS) -I$(USR_X11R6)/include EXPOBJS=export.o exp-txt.o exp-html.o exp-gfx.o font.o OBJS=main.o ui.o xio.o fdset.o vbi.o cache.o help.o search.o misc.o hamm.o lang.o $(EXPOBJS) TOBJS=alevt-date.o vbi.o fdset.o misc.o hamm.o lang.o COBJS=alevt-cap.o vbi.o fdset.o misc.o hamm.o lang.o $(EXPOBJS) ifneq ($(findstring WITH_PNG,$(DEFS)),) EXPLIBS=-lpng -lz -lm endif ifneq ($(findstring USE_LIBZVBI,$(DEFS)),) ZVBILIB=-lzvbi -lpthread EXPLIBS+=$(ZVBILIB) endif all: alevt alevt-date alevt-cap alevt.1 alevt-date.1 alevt-cap.1 alevt: $(OBJS) $(CC) $(OPT) $(OBJS) -o alevt -L$(PREFIX)/lib -L$(PREFIX)/lib64 -lX11 $(EXPLIBS) alevt-date: $(TOBJS) $(CC) $(OPT) $(TOBJS) -o alevt-date $(ZVBILIB) alevt-cap: $(COBJS) $(CC) $(OPT) $(COBJS) -o alevt-cap $(EXPLIBS) font.o: font1.xbm font2.xbm font3.xbm font4.xbm fontsize.h: font1.xbm font2.xbm font3.xbm font4.xbm fgrep -h "#define" font1.xbm font2.xbm font3.xbm font4.xbm >fontsize.h font1.xbm: bdf2xbm $(FONT)-latin-1.bdf ./bdf2xbm font1 <$(FONT)-latin-1.bdf >font1.xbm font2.xbm: bdf2xbm $(FONT)-latin-2.bdf ./bdf2xbm font2 <$(FONT)-latin-2.bdf >font2.xbm font3.xbm: bdf2xbm vtxt-koi8.bdf ./bdf2xbm font3 font3.xbm font4.xbm: bdf2xbm vtxt-iso8859-7.bdf ./bdf2xbm font4 font4.xbm bdf2xbm: bdf2xbm.c $(HOSTCC) bdf2xbm.c -o bdf2xbm clean: rm -f *.o page*.txt a.out core bdf2xbm font?.xbm fontsize.h rm -f alevt alevt-date alevt-cap rpm-install: all install -m 0755 alevt ${RPM_BUILD_ROOT}$(USR_X11R6)/bin install -m 0755 alevt-date ${RPM_BUILD_ROOT}$(USR_X11R6)/bin install -m 0755 alevt-cap ${RPM_BUILD_ROOT}$(USR_X11R6)/bin install -m 0644 alevt.1 ${RPM_BUILD_ROOT}$(USR_X11R6)/$(MAN)/man1 install -m 0644 alevt-date.1 ${RPM_BUILD_ROOT}$(USR_X11R6)/$(MAN)/man1 install -m 0644 alevt-cap.1 ${RPM_BUILD_ROOT}$(USR_X11R6)/$(MAN)/man1 install -d 0755 $(RPM_BUILD_ROOT)$(USR_X11R6)/include/X11/pixmaps install -m 0644 alevt.png $(RPM_BUILD_ROOT)$(USR_X11R6)/include/X11/pixmaps install: all install -m 0755 alevt $(DESTDIR)$(PREFIX)/bin install -m 0755 alevt-date $(DESTDIR)$(PREFIX)/bin install -m 0755 alevt-cap $(DESTDIR)$(PREFIX)/bin install -m 0644 alevt.1 $(DESTDIR)$(PREFIX)/share/man/man1 install -m 0644 alevt-date.1 $(DESTDIR)$(PREFIX)/share/man/man1 install -m 0644 alevt-cap.1 $(DESTDIR)$(PREFIX)/share/man/man1 install -m 0644 alevt.png $(DESTDIR)$(PREFIX)/share/pixmaps install -m 0644 alevt.desktop $(DESTDIR)$(PREFIX)/share/applications uninstall: clean rm -f /usr/bin/alevt /usr/bin/alevt-cap /usr/bin/alevt-date \ /usr/share/pixmaps/alevt.png /usr/share/applications/alevt.desktop \ /usr/share/man/man1/alevt.1 /usr/share/man/man1/alevt-cap.1 \ /usr/share/man/man1/alevt-date.1 depend: makedepend -Y -- $(CFLAGS_none) -- *.c 2>/dev/null tar-html: alevt.1 alevt-date.1 alevt-cap.1 for i in alevt.1 alevt-date.1 alevt-cap.1 ; do \ j=`basename $$i .1` ; \ j=`basename $$j .1x` ; \ nroff -man $$i | { \ echo "AleVT" ; \ man2html -bare -uelem U -nodepage ; \ echo "" ; \ } | sed -e "s, , ,g" -e "s, , ,g" >~/exit/alevt/$$j.html ;\ done tar: tar-html clean sed s/VERSION/$(VER)/g ~/exit/alevt/alevt-$(VER).lsm sed s/VERSION/$(VER)/g alevt.spec cd .. ;\ ln -s alevt alevt-$(VER) ;\ tar vcfz ~/exit/alevt/alevt-$(VER).tar.gz alevt-$(VER)/* ;\ rm alevt-$(VER) cat ~/exit/alevt/changes # DO NOT DELETE alevt-cap.o: vt.h misc.h fdset.h dllist.h vbi.h cache.h lang.h export.h alevt-date.o: os.h vt.h misc.h fdset.h dllist.h vbi.h cache.h lang.h cache.o: misc.h dllist.h cache.h vt.h help.h exp-gfx.o: lang.h misc.h vt.h export.h font.h fontsize.h exp-html.o: lang.h misc.h vt.h export.h exp-txt.o: os.h export.h vt.h misc.h export.o: vt.h misc.h export.h fdset.o: dllist.h misc.h fdset.h font.o: font1.xbm font2.xbm font3.xbm font4.xbm hamm.o: vt.h misc.h hamm.h help.o: vt.h misc.h vt900.out vt901.out vt902.out vt903.out vt904.out vt905.out help.o: vt906.out vt907.out vt908.out vt909.out vt910.out vt911.out vt912.out lang.o: misc.h vt.h lang.h main.o: vt.h misc.h fdset.h dllist.h xio.h vbi.h cache.h lang.h ui.h main.o: search.h misc.o: misc.h search.o: vt.h misc.h cache.h dllist.h search.h ui.o: vt.h misc.h xio.h dllist.h vbi.h cache.h lang.h fdset.h ui.o: search.h export.h ui.h vbi.o: os.h vt.h misc.h vbi.h dllist.h cache.h lang.h fdset.h hamm.h xio.o: vt.h misc.h dllist.h xio.h fdset.h lang.h icon.xbm font.h fontsize.h linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Channel table for Porecatu - PR - Brazil
# Source: http://portalbsd.com.br/novo/terrestres_channels.php?channels=1664

# Physical channel 30
[TV Tarobá]
	DELIVERY_SYSTEM = ISDBT
	BANDWIDTH_HZ = 6000000
	FREQUENCY = 569142857
	INVERSION = AUTO
	GUARD_INTERVAL = AUTO
	TRANSMISSION_MODE = AUTO
	INVERSION = AUTO
	GUARD_INTERVAL = AUTO
	TRANSMISSION_MODE = AUTO
	ISDBT_LAYER_ENABLED = 7
	ISDBT_SOUND_BROADCASTING = 0
	ISDBT_SB_SUBCHANNEL_ID = 0
	ISDBT_SB_SEGMENT_IDX = 0
	ISDBT_SB_SEGMENT_COUNT = 0
	ISDBT_LAYERA_FEC = AUTO
	ISDBT_LAYERA_MODULATION = QAM/AUTO
	ISDBT_LAYERA_SEGMENT_COUNT = 0
	ISDBT_LAYERA_TIME_INTERLEAVING = 0
	ISDBT_LAYERB_FEC = AUTO
	ISDBT_LAYERB_MODULATION = QAM/AUTO
	ISDBT_LAYERB_SEGMENT_COUNT = 0
	ISDBT_LAYERB_TIME_INTERLEAVING = 0
	ISDBT_LAYERC_FEC = AUTO
	ISDBT_LAYERC_MODULATION = QAM/AUTO
	ISDBT_LAYERC_SEGMENT_COUNT = 0
	ISDBT_LAYERC_TIME_INTERLEAVING = 0