update to 0.9 [release 0.9-1mamba;Fri Oct 18 2013]
This commit is contained in:
parent
5013cbdf0b
commit
8170596a2f
11
skype-call-recorder-0.9-libvorbis-1.3.4.patch
Normal file
11
skype-call-recorder-0.9-libvorbis-1.3.4.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- skype-call-recorder-0.9/CMakeLists.txt.orig 2014-09-21 04:08:07.497253407 +0200
|
||||||
|
+++ skype-call-recorder-0.9/CMakeLists.txt 2014-09-21 04:07:28.809254839 +0200
|
||||||
|
@@ -97,7 +97,7 @@
|
||||||
|
# main target
|
||||||
|
|
||||||
|
ADD_EXECUTABLE(${TARGET} ${SOURCES})
|
||||||
|
-TARGET_LINK_LIBRARIES(${TARGET} ${LIBRARIES})
|
||||||
|
+TARGET_LINK_LIBRARIES(${TARGET} ${LIBRARIES} libvorbis.so libogg.so)
|
||||||
|
ADD_DEPENDENCIES(${TARGET} Version)
|
||||||
|
|
||||||
|
# installation
|
@ -1,5 +1,5 @@
|
|||||||
Name: skype-call-recorder
|
Name: skype-call-recorder
|
||||||
Version: 0.8
|
Version: 0.9
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Record your Skype calls to MP3 files
|
Summary: Record your Skype calls to MP3 files
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
@ -7,7 +7,9 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://atdot.ch
|
URL: http://atdot.ch
|
||||||
Source: http://atdot.ch/scr/files/%{version}/skype-call-recorder-%{version}.tar.gz
|
Source: https://github.com/jlherren/skype-call-recorder.git/%{version}/skype-call-recorder-%{version}.tar.bz2
|
||||||
|
#Source: http://atdot.ch/scr/files/%{version}/skype-call-recorder-%{version}.tar.gz
|
||||||
|
Patch0: skype-call-recorder-0.9-libvorbis-1.3.4.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -19,6 +21,7 @@ BuildRequires: libqt4-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libvorbis-devel
|
BuildRequires: libvorbis-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libid3-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -26,6 +29,7 @@ Skype Call Recorder is an open source tool that allows you to record your Skype
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build
|
||||||
@ -46,5 +50,8 @@ Skype Call Recorder is an open source tool that allows you to record your Skype
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 18 2013 Automatic Build System <autodist@mambasoft.it> 0.9-1mamba
|
||||||
|
- update to 0.9
|
||||||
|
|
||||||
* Wed Jan 12 2011 Davide Madrisan <davide.madrisan@gmail.com> 0.8-1mamba
|
* Wed Jan 12 2011 Davide Madrisan <davide.madrisan@gmail.com> 0.8-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user