New commits:
commit 3b05c3de3d46329179a205d64f4f3fd9d5c19c2e
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
crypto/nettle: changed libdir
Watch your commits, Treeve. *.pc files went to /lib/pkgconfig, thus, no
other
package (for example gnutls) was unable to find nettle libraries and
headers.
commit d22ae18bf4e70183c008042e509a7856921eedc2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
nettle - do not install to /usr/lib64
commit 562ddf0d6420c9e4298b1bc899fb29cb7ceffac4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
gnutls: => 3.2.2
commit 7be72c04d805f51041d175a7ce60534b61ae2ce2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
youtube-dl: Remove irrelevant text from long description
commit e84f00fcb99b1f341853c4748c3ef23ae414ff88
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
youtube-dl 2013.07.12
commit e2875d0cabd76994206a5b2ddfe2f38994035a03
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
SOURCE2=$SOURCE.sig
diff --git a/crypto/gnutls/HISTORY b/crypto/gnutls/HISTORY
index 125c21c..0a34f29 100644
--- a/crypto/gnutls/HISTORY
+++ b/crypto/gnutls/HISTORY
@@ -1,3 +1,8 @@
+2013-07-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: 3.2.2
+ * PREPARE: add new branch 3.2
+ * DEPENDS: test for 3.2 branch
+
2013-06-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 3.1.12
diff --git a/crypto/gnutls/PREPARE b/crypto/gnutls/PREPARE
index afbc189..321c9a8 100755
--- a/crypto/gnutls/PREPARE
+++ b/crypto/gnutls/PREPARE
@@ -13,4 +13,5 @@ if [ "$GNUTLS_OLD" == "n" ]; then
persistent_remove GNUTLS_OLD
fi
-config_query_list GNUTLS_BRANCH "Which branch of GnuTLS do you want to
build?" DEFAULT 2.2 2.4 2.6 2.8 2.10 2.12 3.0 3.1
+config_query_list GNUTLS_BRANCH "Which branch of GnuTLS do you want to
build?" \
+ DEFAULT 2.2 2.4 2.6 2.8 2.10 2.12 3.0 3.1 3.2
diff --git a/crypto/nettle/BUILD b/crypto/nettle/BUILD
new file mode 100755
index 0000000..b3d5bd4
--- /dev/null
+++ b/crypto/nettle/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --libdir=$INSTALL_ROOT/usr/lib" &&
+default_build
diff --git a/crypto/nettle/DETAILS b/crypto/nettle/DETAILS
index c2f2e38..24eed98 100755
--- a/crypto/nettle/DETAILS
+++ b/crypto/nettle/DETAILS
@@ -1,5 +1,6 @@
SPELL=nettle
VERSION=2.7.1
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/crypto/nettle/HISTORY b/crypto/nettle/HISTORY
index 9a52dec..0c1da76 100644
--- a/crypto/nettle/HISTORY
+++ b/crypto/nettle/HISTORY
@@ -1,3 +1,10 @@
+2013-07-16 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: changed libdir to /usr/lib
+
+2013-07-16 Treeve Jelbert <treeve AT sourmage.org>
+ * DETAILS: PATCHLEVEL=1
+ * BUILD: added, to NOT install into /usr/lib64
+
2013-06.03 Treeve Jelbert <treeve AT sourmage.org>
* DETAILS: version 2.7.1
diff --git a/utils/youtube-dl/DETAILS b/utils/youtube-dl/DETAILS
index fefb956..98eba96 100755
--- a/utils/youtube-dl/DETAILS
+++ b/utils/youtube-dl/DETAILS
@@ -1,10 +1,9 @@
SPELL=youtube-dl
- VERSION=2012.09.27
+ VERSION=2013.07.12
SOURCE=$SPELL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=https://github.com/rg3/youtube-dl/raw/$VERSION/$SOURCE
- SOURCE_HINTS[0]="no-check-certificate"
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_URL[0]=http://youtube-dl.org/downloads/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:37925046c9ee354605c21a4cfe615c185433f09536e36a50bf164e81153cee2e821065678e3374e55ee8cd9026df7883e3b5675fc83d7d6ac8c2e7d5e7b2229c
FORCE_DOWNLOAD=on
LICENSE[0]=BSD
KEYWORDS="utils"
@@ -13,9 +12,4 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SHORT='command-line program to download YouTube videos'
cat << EOF
youtube-dl is a small command-line program to download videos from
YouTube.com.
-It requires the Python interpreter, version 2.4 or later, and it's not
platform
-specific. It should work in your Unix box, in Windows or in Mac OS X. The
-latest version is 2008.03.08. It's licensed under the MIT License, which
means
-you can modify it, redistribute it or use it however you like complying with
a
-few simple conditions.
EOF
diff --git a/utils/youtube-dl/HISTORY b/utils/youtube-dl/HISTORY
index b61622c..affc376 100644
--- a/utils/youtube-dl/HISTORY
+++ b/utils/youtube-dl/HISTORY
@@ -1,3 +1,9 @@
+2013-07-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PRE_BUILD: updated spell to 2013.07.12
+ Changed SOURCE_URL[0]
+ Switched to SOURCE_HASH
+ Removed PRE_BUILD, not needed
+
2012-09-27 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2012.09.27