[Pkg-voip-commits] r6740 - in /qutecom/trunk/debian: README.Debian changelog qutecom-data.install qutecom-data.manpages qutecom.README.Debian qutecom.install qutecom.lintian-overrides qutecom.manpages

cavedon-guest at alioth.debian.org cavedon-guest at alioth.debian.org
Sat Feb 7 21:33:59 UTC 2009


Author: cavedon-guest
Date: Sat Feb  7 21:33:59 2009
New Revision: 6740

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6740
Log:
Make revision 2.2~rc3.dfsg1-2 the same of the uploaded one

Added:
    qutecom/trunk/debian/README.Debian
    qutecom/trunk/debian/qutecom.install
    qutecom/trunk/debian/qutecom.manpages
Removed:
    qutecom/trunk/debian/qutecom-data.install
    qutecom/trunk/debian/qutecom-data.manpages
    qutecom/trunk/debian/qutecom.README.Debian
    qutecom/trunk/debian/qutecom.lintian-overrides
Modified:
    qutecom/trunk/debian/changelog

Added: qutecom/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/README.Debian?rev=6740&op=file
==============================================================================
--- qutecom/trunk/debian/README.Debian (added)
+++ qutecom/trunk/debian/README.Debian Sat Feb  7 21:33:59 2009
@@ -1,0 +1,65 @@
+WengoPhone for Debian
+=====================
+
+Core dumps
+----------
+
+If WengoPhone crashes a core dump is created. Differently from upstream version,
+the position where the core dump is created can be controlled with the
+WENGOPHONE_COREDUMP_DIR environment variable. If such variable is not set, the
+dump is created in /tmp.
+
+Video support
+-------------
+
+According to ffmpeg-free changelog [1], MPEG-based video encoders have been
+removed since version 0.cvs20070307-6, because of patent problems:
+>   * Rename the source package. We are (again) no longer shipping the
+>     'real' upstream source of ffmpeg.
+>   * Add debian/strip.sh to strip ffmpeg upstream source disabling mpeg
+>     based encoders as discussed with ftp-master at debconf7
+
+Wengophone video support depends on those codecs, therefore it is no longer
+working with this new ffmpeg package.
+
+Video support can be enabled without recompiling wengophone, by just installing a
+non-stripped version of ffmpeg.
+
+Waiting for proper documentation from ffmpeg maintaners [2], here is a quick
+howto in order to self-recompile ffmpeg enabling MPEG-based encoders.
+
+WARNING: Those encoders are covered by patents which are actively enforced in
+some countries. USE AT YOUR OWN RISK.
+
+1. Create the orig tarball:
+	$ svn export --ignore-externals -r {20070307} svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg-0.svn20070307
+	$ svn export --ignore-externals -r {20070307} svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ffmpeg-0.svn20070307/libswscale
+	$ tar cvzf ffmpeg_0.svn20070307.orig.tar.gz ffmpeg-0.svn20070307
+
+2. Apply the debian patch [3], in order to add the debian
+   control files:
+	$ wget http://ftp.debian.org/debian/pool/main/f/ffmpeg-free/ffmpeg-free_0.cvs20070307-6.diff.gz
+	$ cd ffmpeg-0.svn20070307
+	$ zcat ../ffmpeg-free_0.cvs20070307-6.diff.gz | patch -p1
+
+3. Replace "ffmpeg-free" with "ffmpeg" in debian/control an debian/changelog
+   files (the right way would be adding a new custom changelog entry in the
+   change):
+	$ sed -i -e "s/ffmpeg-free/ffmpeg/g" debian/control debian/changelog
+
+4. Build it:
+	$ sudo apt-get build-dep ffmpeg-free
+	$ chmod +x debian/rules
+	$ dpkg-buildpackage -rfakeroot
+
+5. Install the packages:
+	$ cd ..
+	$ sudo dpkg -i lib*d_0.cvs20070307-*.deb	# Just runtime libs
+   or
+	$ sudo dpkg -i lib_0.cvs20070307-*.deb		# everything
+
+[1] http://packages.debian.org/changelogs/pool/main/f/ffmpeg-free/current/changelog
+[2] http://bugs.debian.org/440702
+[3] http://ftp.debian.org/debian/pool/main/f/ffmpeg-free/ffmpeg-free_0.cvs20070307-6.diff.gz
+
+ -- Ludovico Cavedon <cavedon at sssup.it>  Thu, 01 Nov 2007 17:23:09 +0100

Modified: qutecom/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/changelog?rev=6740&op=diff
==============================================================================
--- qutecom/trunk/debian/changelog (original)
+++ qutecom/trunk/debian/changelog Sat Feb  7 21:33:59 2009
@@ -1,6 +1,6 @@
 qutecom (2.2~rc3.dfsg1-2) experimental; urgency=low
 
-  * Move architecture independent data into qutecom-data package.
+  * Move architecture independent data into a qutecom-data.
   * Remove wifo/eXosip/scripts/ltmain.sh to prevent lintian ancient-libtool
     warning.
   * Update copyright information.
@@ -16,7 +16,7 @@
   * Previous uploads of qutecom were rejected because of incomplete copyright
     file. Closes: #502151
 
- -- Ludovico Cavedon <ludovico.cavedon at gmail.com>  Sat, 07 Feb 2009 13:04:25 -0800
+ -- Ludovico Cavedon <ludovico.cavedon at gmail.com>  Fri, 06 Feb 2009 00:21:25 -0800
 
 qutecom (2.2~rc3.dfsg0-1) experimental; urgency=low
 

Added: qutecom/trunk/debian/qutecom.install
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/qutecom.install?rev=6740&op=file
==============================================================================
--- qutecom/trunk/debian/qutecom.install (added)
+++ qutecom/trunk/debian/qutecom.install Sat Feb  7 21:33:59 2009
@@ -1,0 +1,1 @@
+debian/qutecom.xpm usr/share/pixmaps

Added: qutecom/trunk/debian/qutecom.manpages
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/qutecom.manpages?rev=6740&op=file
==============================================================================
--- qutecom/trunk/debian/qutecom.manpages (added)
+++ qutecom/trunk/debian/qutecom.manpages Sat Feb  7 21:33:59 2009
@@ -1,0 +1,1 @@
+debian/qutecom.1




More information about the Pkg-voip-commits mailing list