Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (125c01438296e247ce1b742e6581423b8baff2e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (125c01438296e247ce1b742e6581423b8baff2e6)
  • Date: Sun, 25 Dec 2011 10:56:27 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

crypto/cryptsetup-luks/DETAILS | 4 -
crypto/cryptsetup-luks/HISTORY | 3 +
graphics-libs/poppler/DEPENDS | 5 +
graphics-libs/poppler/HISTORY | 3 +
graphics-libs/sane-backends/DEPENDS | 2
graphics-libs/sane-backends/HISTORY | 3 +
graphics/gimp/DEPENDS | 94
++++++++++++++++++++++++++++++------
graphics/gimp/HISTORY | 3 +
security-libs/linux-pam/DETAILS | 20 ++++---
security-libs/linux-pam/HISTORY | 4 +
x11/xlockmore/DETAILS | 2
x11/xlockmore/HISTORY | 3 +
12 files changed, 120 insertions(+), 26 deletions(-)

New commits:
commit 031fea542c67ef3dcd5db7bd1fdd2f6a2ec5a902
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gimp: renewed dependencies and flags

commit a9202285aaec7b46364c609a85bb15a2a54adfb7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

poppler: tiff is optional

commit 898a9f616558938311bbcc6eeb7436adc295cbea
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

cryptsetup-luks 1.4.1

commit 449a197d68db3896effec68328c6854d1f8b39b3
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

linux-pam 1.1.5, SECURITY_PATCH=3

commit 75ad3b62017177ddc31500d1fcce55133515a16b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sane-backends: tiff is required

commit 1382a1426f5a0f7a5c6ebab2bdf2e3e6bf383f2d
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

xlockmore 5.37

diff --git a/crypto/cryptsetup-luks/DETAILS b/crypto/cryptsetup-luks/DETAILS
index 174da10..83174e1 100755
--- a/crypto/cryptsetup-luks/DETAILS
+++ b/crypto/cryptsetup-luks/DETAILS
@@ -1,9 +1,9 @@
SPELL=cryptsetup-luks
- VERSION=1.3.1
+ VERSION=1.4.1
SOURCE=cryptsetup-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/cryptsetup-$VERSION
SOURCE_URL[0]=http://cryptsetup.googlecode.com/files/$SOURCE
-
SOURCE_HASH=sha512:944b9a9cb97391997f6e77197b9a4471a5ffcd5428a06dbde6c6c39bb9dc311b4ac5f7ca06d1b659f0f8ac4da61af3c426c668cadd9a2611ba4b0501a87a6793
+
SOURCE_HASH=sha512:663e6d90a19ff64e2b37e4b7b14bfb3f6ccdbabf0598b3a7c4a79409c0075884dbc9e3d6f93a4298254fee2f47be98b040d2eced6890c5575db96aaee2d13e8d
WEB_SITE=http://code.google.com/p/cryptsetup/
ENTERED=20060117
LICENSE[0]=GPL
diff --git a/crypto/cryptsetup-luks/HISTORY b/crypto/cryptsetup-luks/HISTORY
index f25fcd6..41bfead 100644
--- a/crypto/cryptsetup-luks/HISTORY
+++ b/crypto/cryptsetup-luks/HISTORY
@@ -1,3 +1,6 @@
+2011-12-25 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.4.1
+
2011-06-30 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 1.3.1

diff --git a/graphics-libs/poppler/DEPENDS b/graphics-libs/poppler/DEPENDS
index 5730864..698a800 100755
--- a/graphics-libs/poppler/DEPENDS
+++ b/graphics-libs/poppler/DEPENDS
@@ -11,6 +11,11 @@ optional_depends libpng \
"--disable-libpng" \
"for png support" &&

+optional_depends tiff \
+ "--enable-libtiff" \
+ "--disable-libtiff" \
+ "for TIFF support" &&
+
optional_depends lcms \
"--enable-cms" \
"--disable-cms" \
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 678f517..2979342 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,6 @@
+2011-12-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing optional dependency
+
2011-12-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.18.2

diff --git a/graphics-libs/sane-backends/DEPENDS
b/graphics-libs/sane-backends/DEPENDS
index f3b1fbe..4c2475d 100755
--- a/graphics-libs/sane-backends/DEPENDS
+++ b/graphics-libs/sane-backends/DEPENDS
@@ -1,4 +1,6 @@
depends JPEG &&
+depends tiff &&
+
optional_depends libusb \
"--enable-libusb" \
"--disable-libusb" \
diff --git a/graphics-libs/sane-backends/HISTORY
b/graphics-libs/sane-backends/HISTORY
index 07ae8d0..eb5862a 100644
--- a/graphics-libs/sane-backends/HISTORY
+++ b/graphics-libs/sane-backends/HISTORY
@@ -1,3 +1,6 @@
+2011-12-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing dependency
+
2011-10-25 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: apply the patch
* libv4l.patch: added, to fix compilation with libv4l 0.8.3+
diff --git a/graphics/gimp/DEPENDS b/graphics/gimp/DEPENDS
index c9586eb..84f6263 100755
--- a/graphics/gimp/DEPENDS
+++ b/graphics/gimp/DEPENDS
@@ -4,11 +4,21 @@ depends xml-parser-expat &&
depends libglade2 &&
depends gegl &&
depends intltool &&
-optional_depends iso-codes &&

-optional_depends poppler "" "--without-poppler" "for pdf support" &&
-optional_depends lcms "" "--without-lcms" "for color proof module" &&
-optional_depends libwmf "" "--without-wmf" "for Windows Metafile Format
support" &&
+optional_depends poppler \
+ "--with-poppler" \
+ "--without-poppler" \
+ "for pdf support" &&
+
+optional_depends lcms \
+ "--with-lcms" \
+ "--without-lcms" \
+ "for color proof module" &&
+
+optional_depends libwmf \
+ "--with-wmf" \
+ "--without-wmf" \
+ "for Windows Metafile Format support" &&

optional_depends pygtk2 \
"--enable-python" \
@@ -20,26 +30,82 @@ optional_depends dbus-glib \
"--without-dbus" \
"for D-Bus support" &&

+optional_depends hal \
+ "--with-hal" \
+ "--without-hal" \
+ "for HAL support" &&
+
+optional_depends gvfs \
+ "--with-gvfs" \
+ "--without-gvfs" \
+ "for GIO/GVfs support" &&
+
+optional_depends gnome-vfs2 \
+ "--with-gnomevfs" \
+ "--without-gnomevfs" \
+ "for gnomevfs support" &&
+
+optional_depends tiff \
+ "--with-libtiff" \
+ "--without-libtiff" \
+ "for TIFF support" &&
+
+optional_depends jpeg \
+ "--with-libjpeg" \
+ "--without-libjpeg" \
+ "for JPEG support" &&
+
optional_depends libexif \
- "" "--without-libexif" \
+ "--with-libexif" \
+ "--without-libexif" \
"for EXIF jpeg tag support" &&

-optional_depends libgtkhtml \
- "" "" \
- "for GTK help browser" &&
-
optional_depends webkitgtk \
- "" "--without-webkit" \
+ "--with-webkit" \
+ "--without-webkit" \
"for WebKit-based help browser plugin" &&

optional_depends librsvg2 \
- "" "--without-librsvg" \
+ "--with-librsvg" \
+ "--without-librsvg" \
"for SVG import/export support" &&

+optional_depends libpng \
+ "--with-libpng" \
+ "--without-libpng" \
+ "for PNG support" &&
+
optional_depends libmng \
- "" "--without-libmng" \
+ "--with-libmng" \
+ "--without-libmng" \
"for MNG animations support" &&

+optional_depends curl \
+ "--with-libcurl" \
+ "--without-libcurl" \
+ "for curl support" &&
+
optional_depends aalib \
- "" "--without-aa" \
- "for ASCII Art Plugin"
+ "--with-aa" \
+ "--without-aa" \
+ "for ASCII Art Plugin" &&
+
+optional_depends alsa-lib \
+ "--with-alsa" \
+ "--without-alsa" \
+ "for alsa support in midi input controller" &&
+
+optional_depends MAIL-TRANSPORT-AGENT \
+ "--with-sendmail=$INSTALL_ROOT/usr/lib" \
+ "--without-sendmail" \
+ "for MTA used by mail plug-in" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to use gtk-doc to build documentation"
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index c1f7221..4e121ac 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,6 @@
+2011-12-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: renewed dependencies and flags
+
2011-12-20 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated GIMP_DEVEL=y to 2.7.4

diff --git a/security-libs/linux-pam/DETAILS b/security-libs/linux-pam/DETAILS
index eef2e0c..a3153c1 100755
--- a/security-libs/linux-pam/DETAILS
+++ b/security-libs/linux-pam/DETAILS
@@ -1,17 +1,19 @@
SPELL=linux-pam
- VERSION=1.1.4
- SECURITY_PATCH=2
+ VERSION=1.1.5
+ SECURITY_PATCH=3
SOURCE=Linux-PAM-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Linux-PAM-$VERSION
- SOURCE_URL[0]=$KERNEL_URL/pub/linux/libs/pam/library/$SOURCE
- SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/library/$SOURCE
+ SOURCE_URL[0]=http://fedorahosted.org/releases/l/i/linux-pam/$SOURCE
+# SOURCE_URL[0]=$KERNEL_URL/pub/linux/libs/pam/library/$SOURCE
+# SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/library/$SOURCE

- SOURCE2=$SOURCE.sign
- SOURCE2_URL[0]=$KERNEL_URL/pub/linux/libs/pam/library/$SOURCE2
- SOURCE2_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/library/$SOURCE2
+# SOURCE2=$SOURCE.sign
+# SOURCE2_URL[0]=$KERNEL_URL/pub/linux/libs/pam/library/$SOURCE2
+# SOURCE2_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/library/$SOURCE2

- SOURCE_GPG=kernel.gpg:$SOURCE2
- SOURCE2_IGNORE=signature
+
SOURCE_HASH=sha512:c898c3db3da1856b1b16c2bfe19963c30696345982253888c2edf85317cf82ab4daaf9d105a162975d4cfd818b7bbca3d0e63ea7267af435e8f88b8fdc83ddd0
+# SOURCE_GPG=kernel.gpg:$SOURCE2
+# SOURCE2_IGNORE=signature

WEB_SITE=http://www.us.kernel.org/pub/linux/libs/pam
ENTERED=20010922
diff --git a/security-libs/linux-pam/HISTORY b/security-libs/linux-pam/HISTORY
index 62dcbd6..a06b8d7 100644
--- a/security-libs/linux-pam/HISTORY
+++ b/security-libs/linux-pam/HISTORY
@@ -1,3 +1,7 @@
+2011-12-25 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.1.5, SECURITY_PATCH=3
+ http://www.redhat.com/archives/pam-list/2011-October/msg00019.html
+
2011-09-20 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: removed --without-prelude from the prelude options (bug
#209)

diff --git a/x11/xlockmore/DETAILS b/x11/xlockmore/DETAILS
index 128855e..26d9da1 100755
--- a/x11/xlockmore/DETAILS
+++ b/x11/xlockmore/DETAILS
@@ -1,5 +1,5 @@
SPELL=xlockmore
- VERSION=5.35
+ VERSION=5.37
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/x11/xlockmore/HISTORY b/x11/xlockmore/HISTORY
index f3a1dfa..cc18b10 100644
--- a/x11/xlockmore/HISTORY
+++ b/x11/xlockmore/HISTORY
@@ -1,3 +1,6 @@
+2011-12-25 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 5.37
+
2011-11-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.35




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (125c01438296e247ce1b742e6581423b8baff2e6), Vlad Glagolev, 12/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page