Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (44a8bc590d42d0b3503ea8ced7ba467622c8a809)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (44a8bc590d42d0b3503ea8ced7ba467622c8a809)
  • Date: Thu, 16 Feb 2017 21:21:32 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 +
audio-libs/filter_audio/BUILD | 1
audio-libs/filter_audio/DETAILS | 14 +++
audio-libs/filter_audio/HISTORY | 2
audio-libs/filter_audio/INSTALL | 1
chat-im/utox/DEPENDS | 1
chat-im/utox/HISTORY | 5 +
chat-im/utox/patches/0001-Fix-utox-target-installation-rule.patch | 38
----------
chat-libs/c-toxcore/DETAILS | 4 -
chat-libs/c-toxcore/HISTORY | 3
10 files changed, 33 insertions(+), 40 deletions(-)

New commits:
commit 44a8bc590d42d0b3503ea8ced7ba467622c8a809
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

utox: Add dependency on filter_audio

commit 0f3a95b659f5746c264bb347d0556273ac3f88d8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

filter_audio: new spell, An easy to use audio filtering library made from
webrtc code

commit 8999479e7567809f0113a16a50d60de3c3469410
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

c-toxcore 0.1.6

commit 5ca691bea3d0ce612cca6697f690c256207ba0c8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

utox: Remove installation rules patch, merged by upstream

diff --git a/ChangeLog b/ChangeLog
index 3f49026..fcad704 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-16 Ismael Luceno <ismael AT sourcemage.org>
+ * audio-libs/filter_audio: new spell, An easy to use audio filtering
+ library made from webrtc code
+
2017-02-16 Vlad Glagolev <stealth AT sourcemage.org>
* perl-cpan/graph-easy: new spell, render/convert graphs in/from
various formats
diff --git a/audio-libs/filter_audio/BUILD b/audio-libs/filter_audio/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-libs/filter_audio/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-libs/filter_audio/DETAILS b/audio-libs/filter_audio/DETAILS
new file mode 100755
index 0000000..8d7e9fd
--- /dev/null
+++ b/audio-libs/filter_audio/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=filter_audio
+ VERSION=0.0.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/irungentoo/$SPELL/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:9ae4d77ddc0c9f604642a6a968ead684affd9dc957ab4ddc3cf9974da028b9c402155322a63dbbcdb7dc8e3eec63c2fcef267862580229cfc01bc496f990ed58
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/irungentoo/filter_audio";
+ LICENSE[0]="BSD-3"
+ ENTERED=20170216
+ KEYWORDS=""
+ SHORT="An easy to use audio filtering library made from webrtc
code"
+cat << EOF
+Lightweight audio filtering library made from webrtc code.
+EOF
diff --git a/audio-libs/filter_audio/HISTORY b/audio-libs/filter_audio/HISTORY
new file mode 100644
index 0000000..bb6a868
--- /dev/null
+++ b/audio-libs/filter_audio/HISTORY
@@ -0,0 +1,2 @@
+2017-02-16 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/audio-libs/filter_audio/INSTALL b/audio-libs/filter_audio/INSTALL
new file mode 100755
index 0000000..c965c91
--- /dev/null
+++ b/audio-libs/filter_audio/INSTALL
@@ -0,0 +1 @@
+make install PREFIX="$INSTALL_ROOT"/usr
diff --git a/chat-im/utox/DEPENDS b/chat-im/utox/DEPENDS
index a1a3b10..dc21730 100755
--- a/chat-im/utox/DEPENDS
+++ b/chat-im/utox/DEPENDS
@@ -1,4 +1,5 @@
depends c-toxcore &&
+depends filter_audio &&
depends fontconfig &&
depends freetype2 &&
depends libv4l &&
diff --git a/chat-im/utox/HISTORY b/chat-im/utox/HISTORY
index 078e7da..7f92e67 100644
--- a/chat-im/utox/HISTORY
+++ b/chat-im/utox/HISTORY
@@ -1,3 +1,8 @@
+2017-02-16 Ismael Luceno <ismael AT sourcemage.org>
+ * patches/0001-Fix-utox-target-installation-rule.patch: Removed,
merged
+ by upsream
+ * DEPENDS: Added dependency on filter_audio
+
2016-11-23 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, PREPARE, PRE_BUILD,
patches/0001-Fix-utox-target-installation-rule.patch: spell created
diff --git
a/chat-im/utox/patches/0001-Fix-utox-target-installation-rule.patch
b/chat-im/utox/patches/0001-Fix-utox-target-installation-rule.patch
deleted file mode 100644
index 20b56dd..0000000
--- a/chat-im/utox/patches/0001-Fix-utox-target-installation-rule.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 01e97f0b9df9e6a1ad6a0a0320f7087c7b2a94e8 Mon Sep 17 00:00:00 2001
-From: Ismael Luceno <ismael AT iodev.co.uk>
-Date: Sat, 26 Nov 2016 05:23:46 -0200
-Subject: [PATCH] Fix utox target installation rule
-
-CMake install rules for files generated by the build process must specify
-they reference a target to be correctly looked up in the build directory,
-instead of the source directory.
-
-Signed-off-by: Ismael Luceno <ismael AT iodev.co.uk>
----
- CMakeLists.txt | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 98824775c76d..380fa684f219 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -144,9 +144,6 @@ elseif(UNIX) # xlib by default
- target_link_libraries(utoxNATIVE icon v4lconvert X11 Xext Xrender
fontconfig freetype resolv dl )
-
- install(FILES
-- utox
-- DESTINATION "bin")
-- install(FILES
- src/utox.desktop
- DESTINATION "share/applications")
- install(FILES
-@@ -270,3 +267,6 @@ target_link_libraries(utox
- sodium pthread m vpx )
-
- set_property(TARGET utox PROPERTY C_STANDARD 99)
-+if(UNIX)
-+ install(TARGETS utox RUNTIME DESTINATION "bin")
-+endif()
---
-2.10.2
-
diff --git a/chat-libs/c-toxcore/DETAILS b/chat-libs/c-toxcore/DETAILS
index 73a852b..f00d013 100755
--- a/chat-libs/c-toxcore/DETAILS
+++ b/chat-libs/c-toxcore/DETAILS
@@ -1,8 +1,8 @@
SPELL=c-toxcore
- VERSION=0.0.5
+ VERSION=0.1.6
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/TokTok/$SPELL/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:47bc395516464e490ce4b7dc38a09310d9d6d24929ca0eb8b5ad3e95d7c275da9919014bf2334f9b44f7c561ae015c3d05379513d8184c8cf1fa9b247663b4c0
+
SOURCE_HASH=sha512:44883d572a2231c780172e51c9ebf1cf7c26eb2323826a6d11de9641ebc8a7d20e53ec65f27f7abc9068ba8e00fa70e738da3248998e23961e346c40f45850cb
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://tox.chat";
LICENSE[0]="GPLv3+"
diff --git a/chat-libs/c-toxcore/HISTORY b/chat-libs/c-toxcore/HISTORY
index 2b5ffb0..be25731 100644
--- a/chat-libs/c-toxcore/HISTORY
+++ b/chat-libs/c-toxcore/HISTORY
@@ -1,3 +1,6 @@
+2017-02-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.1.6
+
2016-12-08 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.0.5
* patches/0001-Add-knob-to-suppress-building-the-toxav-test.patch,



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (44a8bc590d42d0b3503ea8ced7ba467622c8a809), Ismael Luceno, 02/16/2017

Archive powered by MHonArc 2.6.24.

Top of Page