[arch-commits] Commit in skype-call-recorder/trunk (2 files)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Tue Feb 19 07:05:35 UTC 2013


    Date: Tuesday, February 19, 2013 @ 08:05:35
  Author: foutrelis
Revision: 84482

upgpkg: skype-call-recorder 0.8-3

Qt5 rebuild.

Added:
  skype-call-recorder/trunk/skype-call-recorder-0.8-dso-fix.patch
Modified:
  skype-call-recorder/trunk/PKGBUILD

---------------------------------------+
 PKGBUILD                              |   16 ++++++++++------
 skype-call-recorder-0.8-dso-fix.patch |   12 ++++++++++++
 2 files changed, 22 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 06:56:38 UTC (rev 84481)
+++ PKGBUILD	2013-02-19 07:05:35 UTC (rev 84482)
@@ -4,27 +4,31 @@
 
 pkgname=skype-call-recorder
 pkgver=0.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Open source tool that allows you to record your Skype calls on Linux"
 arch=('i686' 'x86_64')
 url="http://atdot.ch/scr/"
 license=('GPL')
-depends=('qt' 'libvorbis' 'lame' 'id3lib' 'hicolor-icon-theme')
+depends=('qt4' 'libvorbis' 'lame' 'id3lib' 'hicolor-icon-theme')
 makedepends=('cmake')
 install=skype-call-recorder.install
-source=(http://atdot.ch/scr/files/$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('b8faade2d893628fd7a5deac5056d6dfaf7082c4')
+source=(http://atdot.ch/scr/files/$pkgver/$pkgname-$pkgver.tar.gz
+        skype-call-recorder-0.8-dso-fix.patch)
+sha256sums=('b115f728e09602cca7aa51479faa868de1f9b7cf887ed3d7c82f4935309c32c6'
+            '1cde36728cf88f479bf317efcacd0cdca8fc7bcd74a6f273beb150ecf8c781da')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  patch -Np1 -i "$srcdir/skype-call-recorder-0.8-dso-fix.patch"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  make
   make DESTDIR="$pkgdir" install
 }
 

Added: skype-call-recorder-0.8-dso-fix.patch
===================================================================
--- skype-call-recorder-0.8-dso-fix.patch	                        (rev 0)
+++ skype-call-recorder-0.8-dso-fix.patch	2013-02-19 07:05:35 UTC (rev 84482)
@@ -0,0 +1,12 @@
+diff -upr skype-call-recorder-0.8.orig/CMakeLists.txt skype-call-recorder-0.8/CMakeLists.txt
+--- skype-call-recorder-0.8.orig/CMakeLists.txt	2013-02-19 08:42:53.000000000 +0200
++++ skype-call-recorder-0.8/CMakeLists.txt	2013-02-19 08:56:55.000000000 +0200
+@@ -75,7 +75,7 @@ SET(LIBRARIES ${LIBRARIES} ${ID3_LIBRARY
+ 
+ FIND_PACKAGE(vorbisenc REQUIRED)
+ INCLUDE_DIRECTORIES(${VORBISENC_INCLUDE_DIR})
+-SET(LIBRARIES ${LIBRARIES} ${VORBISENC_LIBRARY})
++SET(LIBRARIES ${LIBRARIES} ${VORBISENC_LIBRARY} vorbis ogg)
+ 
+ # Qt
+ 




More information about the arch-commits mailing list