commit d78ceb5bfe7c2ada6272ea2a29b9748d29fa715f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
deadbeef 0.6.2
commit c47ad3594a67307308fd78124426e7725213f39c
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
ChangeLog: qmmp-plugin-pack added
commit 33cfc73001edf7569990386177d68f84711ac7a1
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qmmp-plugin-pack: new plugin, set of extra plugins for qmmp
commit ca8e0aaeabcd17dc048190439f3e4cb52ba65b45
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qmmp 0.8.1
commit 7355a2609e434a6a5e03d692be83efb201c88b0e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
dhcpcd: => 6.4.3
commit 520ab3da006c8a9c130ea829c3ed20c2a41daa9f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qmmp 0.8.0
commit b41e31140fdb412295c068f66b3318176c89883d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
proxychains-ng: => 4.8.1
commit c876cb33b8a32b370d8c7bd84a3f8de7a7bf9ee3
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
digikam4 4.2.0
commit 0afd508a0992ee448820fd9280cc0058feeceeac
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
phonon-backend-vlc 0.7.2
commit da48bec4b65e14744974a45ed5ac21dc4dac3411
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
phonon-backend-gstreamer 4.7.2
commit f9b916e55ccda2f5f25442f88a02be063e642a8e
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
phonon 4.7.2
commit 743193ff348bff98243c950a1f14c69bc99fce6c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
mercurial: => 3.1
commit b9cb335ccf28521307014662e54c57c83f52bd49
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
ffmpeg 2.3.1
commit 50d8b5de88d90e0b1d49a6cbbd33d48b9fd48d36
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
linux 3.16
commit e4d87358434fda860a88020f02437de171555370
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
git 2.0.4
commit 1705cd1862459afd1077b237f67ca7c19aff1ab8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
hatta: added pygments suggest dep
commit 378e2d10134a2c18cf8644231c3f817a1b78d7f1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
lighttpd: added Lua 5.2 support
diff --git a/ChangeLog b/ChangeLog
index b3edac6..06c173a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2014-08-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * audio-soft/wavegain: new spell, wav files loudness normalizer
+
+2014-08-22 Ismael Luceno <ismael AT sourcemage.org>
+ * xorg-util/zarfy: new spell, A gui to libxrandr
+
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * crypto/libressl: added SSL/TLS library
+
+2014-08-11 Pol Vinogradov <vin.public AT gmail.com>
+ * disk/whdd: new spell, a HDD diagnostic and recovery tool for Linux
+
+2014-08-06 Ladislav Hagara <hgr AT vabo.cz>
+ * audio-players/qmmp-plugin-pack: new spell, extra plugins for qmmp
+
2014-07-28 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/meson: new spell, advanced build system
diff --git a/archive-libs/libarchive/DEPENDS b/archive-libs/libarchive/DEPENDS
index 2e97ae8..0f35957 100755
--- a/archive-libs/libarchive/DEPENDS
+++ b/archive-libs/libarchive/DEPENDS
@@ -33,10 +33,10 @@ optional_depends nettle \
"--without-nettle" \
"for crypto support from Nettle" &&
-optional_depends openssl \
+optional_depends SSL \
"--with-openssl" \
"--without-openssl" \
- "for mtree and xar hashes support through openssl" &&
+ "for mtree and xar hashes support through SSL" &&
optional_depends libxml2 \
"--with-xml2" \
diff --git a/archive-libs/libarchive/HISTORY b/archive-libs/libarchive/HISTORY
index f68808c..33e77f3 100644
--- a/archive-libs/libarchive/HISTORY
+++ b/archive-libs/libarchive/HISTORY
@@ -1,3 +1,9 @@
+2014-08-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: fix typo
+
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: openssl => SSL
+
2013-04-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.1.2
new url & website
diff --git a/archive/bacula/DEPENDS b/archive/bacula/DEPENDS
index 1bfa85d..66df841 100755
--- a/archive/bacula/DEPENDS
+++ b/archive/bacula/DEPENDS
@@ -29,9 +29,9 @@ if [[ -z "$BACULA_CLIENT" ]]; then
'--disable-tray-monitor' \
'for tray monitor' &&
optional_depends tcp_wrappers \
diff --git a/archive/bacula/HISTORY b/archive/bacula/HISTORY
index 3187107..e7947dc 100644
--- a/archive/bacula/HISTORY
+++ b/archive/bacula/HISTORY
@@ -1,3 +1,9 @@
+2014-08-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: fix bad with-SSL usage
+
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: openssl => SSL
+
2014-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version
diff --git a/archive/burp/DEPENDS b/archive/burp/DEPENDS
index 1c2d215..65e0a09 100755
--- a/archive/burp/DEPENDS
+++ b/archive/burp/DEPENDS
@@ -15,9 +15,9 @@ else
optional_depends ncurses "" "" "to support live monitor on the server"
fi &&
diff --git a/audio-soft/wavegain/BUILD b/audio-soft/wavegain/BUILD
new file mode 100755
index 0000000..8db66ef
--- /dev/null
+++ b/audio-soft/wavegain/BUILD
@@ -0,0 +1,4 @@
+CFLAGS+=" -DHAVE_CONFIG_H" &&
+LDFLAGS+=" -lm" &&
+
+gcc -v ${LDFLAGS} ${CFLAGS} *.c -o wavegain
diff --git a/audio-soft/wavegain/DEPENDS b/audio-soft/wavegain/DEPENDS
new file mode 100755
index 0000000..ec358ce
--- /dev/null
+++ b/audio-soft/wavegain/DEPENDS
@@ -0,0 +1 @@
+depends libsndfile
diff --git a/audio-soft/wavegain/DETAILS b/audio-soft/wavegain/DETAILS
new file mode 100755
index 0000000..2a81d52
--- /dev/null
+++ b/audio-soft/wavegain/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=wavegain
+ SPELLX=WaveGain
+ VERSION=1.3.1
+ SOURCE=${SPELL}-${VERSION}srcs.zip
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ SOURCE_URL[0]=http://www.rarewares.org/files/others/${SOURCE}
+
SOURCE_HASH=sha512:5d0d589259e362a415a5cd5e42464b5e7c7e79c62082ebd423457b6e2d9c3d15300d854e57e2c51c66f1579394bbcdc3d754bb8363d809c2d8d5f03b09dce054
+ WEB_SITE=http://rarewares.org/others.php
+ ENTERED=20140822
+ LICENSE[0]=GPL
+ LICENSE[1]=LGPL
+ KEYWORDS="audio normalize replaygain"
+ SHORT="wav files loudness normalizer"
+cat << EOF
+WaveGain is an application of the ReplayGain algorithms to standard PCM wave
+files. Where it differs from the other applications of this principle is that
+the gain adjustments are applied directly to adjusting the scaling of the
+samples. In other words, the option to write tags that can be read by other
+applications to apply the gain adjustment does not exist, so the adjustments
are
+made directly to the data within the file.
+
+Therefore, in the strictest meaning of the word, this process is NOT
lossless.
+However, with the application of dithering to the output, the losses can be
+minimized and are, in any event, unlikely to be audible to the human ear.
+
+So in simple terms, the program reads in wave files, analyses them,
calculates
+and displays recommended gain adjustments (track and album), and then applies
+the adjustments directly to the wave data, if requested.
+EOF
diff --git a/audio-soft/wavegain/HISTORY b/audio-soft/wavegain/HISTORY
new file mode 100644
index 0000000..513a57b
--- /dev/null
+++ b/audio-soft/wavegain/HISTORY
@@ -0,0 +1,2 @@
+2014-08-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created
diff --git a/audio-soft/wavegain/INSTALL b/audio-soft/wavegain/INSTALL
new file mode 100755
index 0000000..bbf7e52
--- /dev/null
+++ b/audio-soft/wavegain/INSTALL
@@ -0,0 +1 @@
+install -v wavegain "${INSTALL_ROOT}/usr/bin"
diff --git a/chat-im/centerim/DEPENDS b/chat-im/centerim/DEPENDS
index 9e670fc..d66f67e 100755
--- a/chat-im/centerim/DEPENDS
+++ b/chat-im/centerim/DEPENDS
@@ -3,7 +3,7 @@ depends -sub CXX gcc &&
if [[ $LIBDRM_BRANCH == stable ]]; then
depends autoconf &&
- optional_depends openssl \
+ optional_depends SSL \
"--with-ssl" \
"--without-ssl" \
"for ssl support in Jabber" &&
diff --git a/chat-im/centerim/HISTORY b/chat-im/centerim/HISTORY
index b1b4e28..bb86781 100644
--- a/chat-im/centerim/HISTORY
+++ b/chat-im/centerim/HISTORY
@@ -1,3 +1,6 @@
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: openssl => SSL
+
2013-01-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS, PREPARE, PRE_BUILD: add option for installing
the beta branch
diff --git a/chat-im/ejabberd/DEPENDS b/chat-im/ejabberd/DEPENDS
index 5662ad5..ae9f0f3 100755
--- a/chat-im/ejabberd/DEPENDS
+++ b/chat-im/ejabberd/DEPENDS
@@ -2,10 +2,10 @@ depends erlang &&
-if spell_ok openssl && is_version_less $(installed_version openssl) 1.0; then
+if spell_ok SSL && is_version_less $(installed_version openssl) 1.0; then
message "${MESSAGE_COLOR}WARNING: GOST support requires OpenSSL 1.0, which
is not installed."
- message "Answer 'y' to replace current version $(installed_version
openssl) with one from OpenSSL 1.0 branch.${DEFAULT_COLOR}"
+ message "Answer 'y' to replace current version $(installed_version SSL)
with one from OpenSSL 1.0 branch.${DEFAULT_COLOR}"
fi &&
if [[ "$MUTT_BRANCH" != "stable" ]]; then
# Do NOT add --with-ssl here, that only works if POP/IMAP are used. This
is
- # mostly just here to prompt for openssl if they don't have it and want
+ # mostly just here to prompt for SSL if they don't have it and want
# S/MIME.
- optional_depends "openssl" \
+ optional_depends "SSL" \
"" \
"" \
"to support S/MIME signing and encrypting messages" &&
@@ -63,8 +63,8 @@ if [[ "$MUTT_BRANCH" != "stable" ]]; then
fi &&
if list_find "${MUTT_OPTS}" "--enable-pop" || list_find "${MUTT_OPTS}"
"--enable-imap"; then
- # If they have POP/IMAP then prompt again for openssl to get --with-ssl.
- optional_depends "openssl" \
+ # If they have POP/IMAP then prompt again for SSL to get --with-ssl.
+ optional_depends "SSL" \
"--with-ssl" \
"" \
"to enable SSL support for POP/IMAP" &&
diff --git a/mail/mutt/HISTORY b/mail/mutt/HISTORY
index d282b0b..378c7e7 100644
--- a/mail/mutt/HISTORY
+++ b/mail/mutt/HISTORY
@@ -1,3 +1,6 @@
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: openssl => SSL
+
2014-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version
diff --git a/mail/nbsmtp/DEPENDS b/mail/nbsmtp/DEPENDS
index 4bd5ecb..43adb36 100755
--- a/mail/nbsmtp/DEPENDS
+++ b/mail/nbsmtp/DEPENDS
@@ -1 +1 @@
-optional_depends "openssl" "--enable-ssl" "--disable-ssl" "for SSL
support"
+optional_depends "SSL" "--enable-ssl" "--disable-ssl" "for SSL support"
diff --git a/mail/nbsmtp/HISTORY b/mail/nbsmtp/HISTORY
index 1bf5bf0..f643e03 100644
--- a/mail/nbsmtp/HISTORY
+++ b/mail/nbsmtp/HISTORY
@@ -1,3 +1,6 @@
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: openssl => SSL
+
2008-09-30 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated SOURCE_URL to Debian's (gentoo-es.org is dead)
updated SHORT and LONG descriptions
diff --git a/mail/opendkim/DEPENDS b/mail/opendkim/DEPENDS
index 9ddf8bd..e321106 100755
--- a/mail/opendkim/DEPENDS
+++ b/mail/opendkim/DEPENDS
@@ -9,7 +9,7 @@ optional_depends gnutls \
"use GNUTLS instead of OpenSSL?" &&
if ! is_depends_enabled $SPELL gnutls; then
- depends openssl
+ depends SSL
fi &&
diff --git a/printer/cups/CONFIGURE b/printer/cups/CONFIGURE
index 2b3c16d..4a0a367 100755
--- a/printer/cups/CONFIGURE
+++ b/printer/cups/CONFIGURE
@@ -7,11 +7,8 @@ if [[ $EXTRA_LANG == y ]]; then
all de es fr ja pl sv
fi &&
-config_query_option CUPS_OPTS \
- "Do you want to use network default printers" \
- y \
- '--enable-use-network-default' \
- '--disable-use-network-default' &&
+config_query_list CUPS_SSL "Which SSL backend do you want for https and
ftps?" none gnutls SSL &&
+
config_query_option CUPS_OPTS \
"Do you want to enable raw printing" \
n \
diff --git a/printer/cups/DEPENDS b/printer/cups/DEPENDS
index f7d5dff..1713424 100755
--- a/printer/cups/DEPENDS
+++ b/printer/cups/DEPENDS
@@ -41,15 +41,11 @@ optional_depends "linux-pam" \
"--disable-pam" \
"for pluggable authentication" &&