[hamradio-commits] [freedv] 01/02: Packaging for freedv 1.2.2-2
Maitland Bottoms
bottoms at moszumanska.debian.org
Tue Nov 28 04:52:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
bottoms pushed a commit to branch debian
in repository freedv.
commit 938f6bd4fe0279ce5ceaf584fcd1c42391fe291c
Author: A. Maitland Bottoms <bottoms at debian.org>
Date: Mon Nov 27 23:51:10 2017 -0500
Packaging for freedv 1.2.2-2
---
debian/changelog | 6 ++++++
debian/control | 21 ++++++++++-----------
debian/patches/link-with-libXxf86vm | 15 ---------------
debian/patches/series | 1 -
debian/patches/use-system-sox | 2 +-
5 files changed, 17 insertions(+), 28 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 339a14d..a26465c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freedv (1.2.2-2) unstable; urgency=medium
+
+ * Better Description, omit unnecessary link with libXxf86vm
+
+ -- A. Maitland Bottoms <bottoms at debian.org> Mon, 04 Sep 2017 12:35:18 -0400
+
freedv (1.2.2-1) unstable; urgency=medium
* New upstream release, using new modes in codec2 0.7
diff --git a/debian/control b/debian/control
index 91e13c1..dfcf750 100644
--- a/debian/control
+++ b/debian/control
@@ -16,22 +16,21 @@ Build-Depends: cmake,
Standards-Version: 4.0.0
Homepage: http://freedv.org/
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/freedv.git/
-Vcs-Git: git://anonscm.debian.org/git/pkg-hamradio/freedv.git
+Vcs-Git: git://anonscm.debian.org/pkg-hamradio/freedv.git
Package: freedv
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Software Defined Radio (SDR)
+Description: digital voice mode for HF radio
FreeDV is a digital voice mode intended for transmission and
- reception over high-frequency (HF) radio. It uses a frequency
- division multiplex (FDM) modem with 15 carriers and no forward error
- correction (FEC). A low bit-rate voice coder-decoder (Codec 2)
- provides voice quality without the listener fatigue caused by noise
- and interference normally associated with analog single sideband
- (SSB) voice. A HF SSB transceiver, personal computer and two sound
- cards are required. Path simulation and on-the-air HF testing have
- shown that decoding voice is possible at a signal-to-noise ratio of
- 4 dB.
+ reception over high-frequency (HF) radio. It uses about half the
+ bandwidth of traditional analog single-sideband (SSB) voice. A low
+ bit-rate voice coder-decoder (Codec 2) provides voice quality without
+ the listener fatigue caused by noise and interference normally
+ associated with analog single sideband (SSB) voice. A HF SSB
+ transceiver, personal computer and two sound cards are required. Path
+ simulation and on-the-air HF testing have shown that decoding voice
+ is possible at a signal-to-noise ratio of 4 dB.
.
The FreeDV software was developed by David Rowe (Codec 2, FDM
modem implementation, integration) and David Witten (GUI,
diff --git a/debian/patches/link-with-libXxf86vm b/debian/patches/link-with-libXxf86vm
deleted file mode 100644
index 54ec767..0000000
--- a/debian/patches/link-with-libXxf86vm
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -366,6 +366,12 @@
- if(wxWidgets_FOUND)
- include("${wxWidgets_USE_FILE}")
- list(APPEND FREEDV_LINK_LIBS ${wxWidgets_LIBRARIES})
-+ message(STATUS "Looking for libXxf86vm...")
-+ find_library(Xxf86vm_LIBRARY Xxf86vm)
-+ message(STATUS "Xxf86vm library: ${Xxf86vm_LIBRARY}")
-+ if(Xxf86vm_LIBRARY)
-+ list(APPEND FREEDV_LINK_LIBS ${Xxf86vm_LIBRARY})
-+ endif(Xxf86vm_LIBRARY)
- endif(wxWidgets_FOUND)
-
- #
diff --git a/debian/patches/series b/debian/patches/series
index 8d8703a..bc1f8bb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
appstream-metadata
-link-with-libXxf86vm
use-system-sox
HID-PTT
debian-version
diff --git a/debian/patches/use-system-sox b/debian/patches/use-system-sox
index c2cfd65..bdbb325 100644
--- a/debian/patches/use-system-sox
+++ b/debian/patches/use-system-sox
@@ -78,7 +78,7 @@
# Pthread Library
find_package(Threads REQUIRED)
-@@ -395,6 +400,26 @@
+@@ -389,6 +394,26 @@
endif()
#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/freedv.git
More information about the pkg-hamradio-commits
mailing list