csd 0.1.15 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/csd.gemspec +1 -1
- data/lib/csd/application/minisip/component/core.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.16
|
data/csd.gemspec
CHANGED
|
@@ -40,7 +40,7 @@ module CSD
|
|
|
40
40
|
|
|
41
41
|
def remove_ffmpeg
|
|
42
42
|
ffmpeg_available = Cmd.run('ffmpeg -h', :internal => true, :die_on_failure => false).success?
|
|
43
|
-
return if Options.ffmpeg_first or !Options.configure or !
|
|
43
|
+
return if Options.ffmpeg_first or !Options.configure or !libraries.include?('libminisip') or !ffmpeg_available
|
|
44
44
|
if Gem::Platform.local.debian?
|
|
45
45
|
# Note that FFmpeg must have been installed via apt-get or via the AI in order for this to work,
|
|
46
46
|
# because manual compilations of FFmpeg cannot be removed automatically
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: csd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 59
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 16
|
|
10
|
+
version: 0.1.16
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Technology Transfer Alliance Team
|