Changeset 757e1e0
- Timestamp:
- 2013-01-01T16:19:09Z (12 years ago)
- Branches:
- master
- Children:
- 62a2bf9
- Parents:
- e1d6b38
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
re1d6b38 r757e1e0 55 55 rm -f *.o $(OUTFILE) core utils/bitlbeed init/bitlbee*.service 56 56 $(MAKE) -C tests clean 57 ifdef SKYPE_PI 58 $(MAKE) -C protocols/skype clean 59 endif 57 60 58 61 distclean: clean $(subdirs) -
protocols/skype/HACKING
re1d6b38 r757e1e0 17 17 18 18 4) irssi 19 20 == Get the code from git21 22 To get the code directly from git, you need:23 24 git clone git://vmiklos.hu/bitlbee-skype25 cd bitlbee-skype26 make autogen -
protocols/skype/Makefile
re1d6b38 r757e1e0 4 4 endif 5 5 6 VERSION = 0.9.07 6 DATE := $(shell date +%Y-%m-%d) 8 # latest stable9 BITLBEE_VERSION = 3.0.110 7 INSTALL = install 11 8 ASCIIDOC = yes … … 17 14 endif 18 15 19 ifeq ($(BITLBEE),yes) 20 LIBS = skype.$(SHARED_EXT) 21 else 22 LIBS = 23 endif 24 25 all: $(LIBS) $(MANPAGES) 26 27 skype.$(SHARED_EXT): $(_SRCDIR_)skype.c config.mak 28 ifeq ($(BITLBEE),yes) 29 $(CC) $(CFLAGS) $(SHARED_FLAGS) -o skype.$(SHARED_EXT) $(_SRCDIR_)skype.c $(LDFLAGS) 30 endif 31 32 install: all install-doc 33 ifeq ($(BITLBEE),yes) 34 $(INSTALL) -d $(DESTDIR)$(plugindir) 35 $(INSTALL) skype.$(SHARED_EXT) $(DESTDIR)$(plugindir) 36 endif 37 ifeq ($(SKYPE4PY),yes) 38 $(INSTALL) -d $(DESTDIR)$(bindir) 39 $(INSTALL) -d $(DESTDIR)$(sysconfdir) 40 $(INSTALL) skyped.py $(DESTDIR)$(bindir)/skyped 41 perl -p -i -e 's|/usr/local/etc/skyped|$(sysconfdir)|' $(DESTDIR)$(bindir)/skyped 42 $(INSTALL) -m644 skyped.conf.dist $(DESTDIR)$(sysconfdir)/skyped.conf 43 perl -p -i -e 's|\$${prefix}|$(prefix)|' $(DESTDIR)$(sysconfdir)/skyped.conf 44 $(INSTALL) -m644 skyped.cnf $(DESTDIR)$(sysconfdir) 45 endif 46 47 client: $(_SRCDIR_)client.c 48 49 autogen: configure.ac 50 cp $(shell ls /usr/share/automake-*/install-sh | tail -n1) ./ 51 autoconf 16 all: $(MANPAGES) 52 17 53 18 clean: 54 rm -f $(LIBS) $(MANPAGES) 55 56 distclean: clean 57 rm -f config.log config.mak config.status $(MANPAGES) 58 59 autoclean: distclean 60 rm -rf aclocal.m4 autom4te.cache configure install-sh 19 rm -f $(MANPAGES) 61 20 62 21 # take this from the kernel … … 66 25 test: all 67 26 $(MAKE) -C t/ all 68 69 dist:70 git archive --format=tar --prefix=bitlbee-skype-$(VERSION)/ HEAD | tar xf -71 mkdir -p bitlbee-skype-$(VERSION)72 git log --no-merges |git name-rev --tags --stdin > bitlbee-skype-$(VERSION)/Changelog73 make -C bitlbee-skype-$(VERSION) autogen74 tar czf bitlbee-skype-$(VERSION).tar.gz bitlbee-skype-$(VERSION)75 rm -rf bitlbee-skype-$(VERSION)76 77 release:78 git tag $(VERSION)79 $(MAKE) dist80 gpg --comment "See http://vmiklos.hu/gpg/ for info" \81 -ba bitlbee-skype-$(VERSION).tar.gz82 27 83 28 doc: $(MANPAGES) … … 92 37 rm -f $(DESTDIR)$(MANDIR)/man1/skyped.1* 93 38 94 HEADER.html: README Makefile95 asciidoc -a toc -a numbered -a sectids -o HEADER.html -a icons -a data-uri --attribute iconsdir=./images/icons README96 sed -i 's|@VERSION@|$(VERSION)|g' HEADER.html97 sed -i 's|@BITLBEE_VERSION@|$(BITLBEE_VERSION)|g' HEADER.html98 99 Changelog: .git/refs/heads/master100 git log --no-merges |git name-rev --tags --stdin >Changelog101 102 AUTHORS: .git/refs/heads/master103 git shortlog -s -n |sed 's/.*\t//'> AUTHORS104 105 39 %.1: $(_SRCDIR_)%.txt $(_SRCDIR_)asciidoc.conf 106 a2x --asciidoc-opts="-f $(_SRCDIR_)asciidoc.conf" \ 107 -a bs_version=$(VERSION) -a bs_date=$(DATE) -f manpage -D . $< 40 a2x --asciidoc-opts="-f $(_SRCDIR_)asciidoc.conf" -a bee_date=$(DATE) -f manpage -D . $< -
protocols/skype/README
re1d6b38 r757e1e0 374 374 375 375 If something does not work and it's not in the TODO section, then please 376 contact me! Please also try the link:HACKING[git version]before reporting a bug, your376 contact me! Please also try the bzr version before reporting a bug, your 377 377 problem may be already fixed there. 378 378 … … 393 393 394 394 == Additional resources 395 396 You can reach the Changelog link:Changelog[here], and a gitweb interface397 http://vmiklos.hu/gitweb/?p=bitlbee-skype.git[here].398 395 399 396 The Skype API documentation is -
protocols/skype/asciidoc.conf
re1d6b38 r757e1e0 5 5 <refentry> 6 6 <refentryinfo> 7 <date>{b s_date}</date>7 <date>{bee_date}</date> 8 8 </refentryinfo> 9 9 <refmeta> 10 10 <refentrytitle>{mantitle}</refentrytitle> 11 11 <manvolnum>{manvolnum}</manvolnum> 12 <refmiscinfo class="source">bitlbee-skype</refmiscinfo> 13 <refmiscinfo class="version">{bs_version}</refmiscinfo> 14 <refmiscinfo class="manual">bitlbee-skype manual</refmiscinfo> 12 <refmiscinfo class="source">BitlBee</refmiscinfo> 13 <refmiscinfo class="manual">BitlBee manual</refmiscinfo> 15 14 </refmeta> 16 15 <refnamediv> -
protocols/skype/skyped.txt
re1d6b38 r757e1e0 12 12 13 13 Skype supports remote control of the GUI client only via X11 or DBus 14 messages. This is hard in ca re you want remote control. This daemon14 messages. This is hard in case you want remote control. This daemon 15 15 listens on a TCP port and runs on the same machine where the GUI client 16 16 runs. It passes all the input it gets to Skype directly, except for a
Note: See TracChangeset
for help on using the changeset viewer.