Skip to Content.
Sympa Menu

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

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 (52e2b250f7395c98b3028a5c48f11181912b7d21)
  • Date: Tue, 8 Sep 2015 07:31:05 +0000

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

ChangeLog | 3 +++
graphics-libs/libpng12/CONFIGURE | 1 +
graphics-libs/libpng12/DEPENDS | 2 ++
graphics-libs/libpng12/DETAILS | 22 ++++++++++++++++++++++
graphics-libs/libpng12/HISTORY | 7 +++++++
graphics-libs/libpng12/PRE_BUILD | 7 +++++++
graphics-libs/libpng12/PRE_SUB_DEPENDS | 4 ++++
graphics-libs/libpng12/SUB_DEPENDS | 7 +++++++
graphics-libs/libpng12/TRIGGERS | 1 +
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
11 files changed, 58 insertions(+), 1 deletion(-)

New commits:
commit 52e2b250f7395c98b3028a5c48f11181912b7d21
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libpng12 1.2.53

commit 56bd73475848083495ba68b0cf5278251b12f448
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libpng12: new spell, copied from libpng 1.2.52 spell

commit 7aa35096d948dd0325b58a286f22f333bfd6af02
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wine 1.7.51

diff --git a/ChangeLog b/ChangeLog
index a07f024..5cc9fc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -383,6 +383,9 @@
2015-07-28 Treeve Jelbert <treeve AT sourcemage.org>
* kde4-multimedia/dragon: spell deprecated [replaced by
kde5-mm/dragon]

+2015-07-28 Ismael Luceno <ismael AT sourcemage.org>
+ * graphics-libs/libpng12: new spell, copied from libpng 1.2.52 spell
+
2015-07-24 Vlad Glagolev <stealth AT sourcemage.org>
* http/palemoon: new spell, Open Source, Firefox-based web browser
focusing on efficiency
diff --git a/graphics-libs/libpng12/CONFIGURE
b/graphics-libs/libpng12/CONFIGURE
new file mode 100755
index 0000000..dea0187
--- /dev/null
+++ b/graphics-libs/libpng12/CONFIGURE
@@ -0,0 +1 @@
+config_query ANI_PNG "Add patch for animated png's?" n
diff --git a/graphics-libs/libpng12/DEPENDS b/graphics-libs/libpng12/DEPENDS
new file mode 100755
index 0000000..c83dcf6
--- /dev/null
+++ b/graphics-libs/libpng12/DEPENDS
@@ -0,0 +1,2 @@
+depends pkgconfig &&
+depends zlib
diff --git a/graphics-libs/libpng12/DETAILS b/graphics-libs/libpng12/DETAILS
new file mode 100755
index 0000000..3f894a4
--- /dev/null
+++ b/graphics-libs/libpng12/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=libpng12
+ VERSION=1.2.53
+
SOURCE_HASH=sha512:125ede4a0057a02a0a1937b3ec631654ba621ab0555c186689a6e944e21e3263041653df8f09d88523043306dbcd0969aac46266c2e28c714a30d5264ab408db
+ SOURCE=libpng-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/libpng-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/libpng/$SOURCE
+if [[ $ANI_PNG == y ]]; then
+ SOURCE2=libpng-$VERSION-apng.patch.gz
+ SOURCE2_URL[0]=$SOURCEFORGE_URL/libpng-apng/$SOURCE2
+
SOURCE2_HASH=sha512:2ae930002ed2f1a00d2cabe762ac4345e5f125e6d3fd5909e4f3ce30df95a8a88682334f49fe22e7857fe7d83d83b8f7a014f1f433fdf2b10956fdec035de997
+fi
+ LICENSE[0]=ZLIB
+ WEB_SITE=http://www.libpng.org/pub/png/libpng.html
+ ENTERED=20010922
+ SECURITY_PATCH=9
+ KEYWORDS="graphics libs"
+ SHORT="library that supports the PNG graphics format"
+cat << EOF
+The PNG library is a collection of routines used to create and manipulate PNG
+format graphics files. The PNG format was designed as a replacement for GIF
and,
+to a lesser extent, TIFF, with many improvements and extensions.
+EOF
diff --git a/graphics-libs/libpng12/HISTORY b/graphics-libs/libpng12/HISTORY
new file mode 100644
index 0000000..d53f38e
--- /dev/null
+++ b/graphics-libs/libpng12/HISTORY
@@ -0,0 +1,7 @@
+2015-08-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.53
+
+2015-07-28 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS, HISTORY, PRE_BUILD, PRE_SUB_DEPENDS,
+ SUB_DEPENDS, TRIGGERS: Spell created, copied from libpng 1.2.52
spell
+ at commit b207ce151109a53f729628364df3b0ebf932853f.
diff --git a/graphics-libs/libpng12/PRE_BUILD
b/graphics-libs/libpng12/PRE_BUILD
new file mode 100755
index 0000000..55240b0
--- /dev/null
+++ b/graphics-libs/libpng12/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+if [[ $ANI_PNG == y ]]; then
+ unpack_file 2 &&
+ zcat "$SOURCE_CACHE/$SPELL-$VERSION-apng.patch.gz" | patch -p1
+fi
diff --git a/graphics-libs/libpng12/PRE_SUB_DEPENDS
b/graphics-libs/libpng12/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..c31b5c7
--- /dev/null
+++ b/graphics-libs/libpng12/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+ APNG) [[ $ANI_PNG == y ]];;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
+esac
diff --git a/graphics-libs/libpng12/SUB_DEPENDS
b/graphics-libs/libpng12/SUB_DEPENDS
new file mode 100755
index 0000000..694f76b
--- /dev/null
+++ b/graphics-libs/libpng12/SUB_DEPENDS
@@ -0,0 +1,7 @@
+case $THIS_SUB_DEPENDS in
+ APNG) if [[ $ANI_PNG != y ]]; then
+ message "Requested $SPELL with animated png's support,
forcing option ANI_PNG=y" &&
+ ANI_PNG=y
+ fi;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
+esac
diff --git a/graphics-libs/libpng12/TRIGGERS b/graphics-libs/libpng12/TRIGGERS
new file mode 100755
index 0000000..c83574f
--- /dev/null
+++ b/graphics-libs/libpng12/TRIGGERS
@@ -0,0 +1 @@
+on_cast zlib cast_self
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index d356802..4d3bb73 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -9,7 +9,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_BRANCH == devel ]]; then
- VERSION=1.7.50
+ VERSION=1.7.51
else
VERSION=1.6.1
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index e633f5d..f0d226d 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2015-09-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated WINE_BRANCH=devel to 1.7.51
+
2015-08-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.7.50 (devel)




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (52e2b250f7395c98b3028a5c48f11181912b7d21), Ismael Luceno, 09/08/2015

Archive powered by MHonArc 2.6.24.

Top of Page