Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Remko van der Vossen (70a3e11afd5b958550ddc4af7427cd06151be18e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Remko van der Vossen (70a3e11afd5b958550ddc4af7427cd06151be18e)
  • Date: Sun, 27 Sep 2009 10:36:27 -0500

GIT changes to master z-rejected grimoire by Remko van der Vossen
<wich AT sourcemage.org>:

dev/null |binary
z-http/opera/DEPENDS | 25 +++++-
z-http/opera/DETAILS | 40
+++++++----
z-http/opera/HISTORY | 3
z-http/opera/PREPARE | 15 +---
z-http/opera/opera-10.00.gcc4-bundled-qt4.i386.tar.bz2.sig |binary
z-http/opera/opera-10.00.gcc4-bundled-qt4.x86_64.tar.bz2.sig |binary
z-http/opera/opera-10.00.gcc4-qt4.i386.tar.bz2.sig |binary
z-http/opera/opera-10.00.gcc4-qt4.x86_64.tar.bz2.sig |binary
z-http/opera/opera-10.00.gcc4-shared-qt3.i386.tar.bz2.sig |binary
z-http/opera/opera-10.00.gcc4-shared-qt3.x86_64.tar.bz2.sig |binary
z-http/opera/opera-9.64.gcc4-qt4.i386.tar.bz2.sig | 0
z-http/opera/opera-9.64.gcc4-shared-qt3.i386.tar.bz2.sig | 0
z-http/opera/opera-9.64.gcc4-shared-qt3.x86_64.tar.bz2.sig | 0
z-http/opera/opera-9.64.gcc4-static-qt3.i386.tar.bz2.sig | 0
15 files changed, 57 insertions(+), 26 deletions(-)

New commits:
commit 5a299fd58c432d30f262683cd189940e4ece03bc
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

opera: version 10.00

diff --git a/z-http/opera/DEPENDS b/z-http/opera/DEPENDS
index b1a8a0b..41ca448 100755
--- a/z-http/opera/DEPENDS
+++ b/z-http/opera/DEPENDS
@@ -1,6 +1,23 @@
-if [ "${OPERA_RELEASE}" = "9, shared" ]; then
- depends qt-x11 &&
- depends zlib
-fi
+depends libx11 &&
+depends libxext &&
+depends libice &&
+depends libsm &&
+depends zlib &&
+
+if [[ "${OPERA_RELEASE}" == "10 qt4, shared" ]]; then
+ depends qt4
+elif [[ "${OPERA_RELEASE}" == "10 qt4, bundled" ]]; then
+ depends glib2 &&
+ depends nas &&
+ depends libpng &&
+ depends libxi &&
+ depends libxrender &&
+ depends libxrandr &&
+ depends freetype2 &&
+ depends fontconfig
+elif [[ "${OPERA_RELEASE}" == "10 qt3, shared" ]]; then
+ depends qt-x11
+fi &&

optional_depends JAVA "" "" "for Java Runtime Environment"
+
diff --git a/z-http/opera/DETAILS b/z-http/opera/DETAILS
index 8e3296e..2e42120 100755
--- a/z-http/opera/DETAILS
+++ b/z-http/opera/DETAILS
@@ -1,26 +1,26 @@
SPELL=opera

- VERSION=9.64
+ VERSION=10.00
RELEASE=final
LANGUAGE=en
COMPILER=gcc4
COMPRESSION=bz2
- BUILD=2480
- SECURITY_PATCH=1
- if [[ "${OPERA_RELEASE}" = "9, static" ]]; then
- LINKED=static
- QT=qt3
- PLATFORM=i386
-
SOURCE=${SPELL}-${VERSION}.${COMPILER}-${LINKED}-${QT}.${PLATFORM}.tar.${COMPRESSION}
-
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-${BUILD}.${COMPILER}-${LINKED}-${QT}.${PLATFORM}
-
DIST_PATH=${VERSION/./}/${RELEASE}/${LANGUAGE}/${PLATFORM}/${LINKED}/${SOURCE}
- elif [[ "${OPERA_RELEASE}" = "9 qt4, static" ]]; then
- QT=qt4
+ BUILD=4585
+
+ if [[ "${OPERA_RELEASE}" = "10 qt4, bundled" ]]; then
+
+ QT=bundled-qt4
+ if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+ PLATFORM=x86_64
+ else
PLATFORM=i386
+ fi

SOURCE=${SPELL}-${VERSION}.${COMPILER}-${QT}.${PLATFORM}.tar.${COMPRESSION}

SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-${BUILD}.${COMPILER}-${QT}.${PLATFORM}
DIST_PATH=${VERSION/./}/${RELEASE}/${LANGUAGE}/${PLATFORM}/${SOURCE}
- else
+
+ elif [[ "${OPERA_RELEASE}" = "10 qt3, shared" ]]; then
+
LINKED=shared
QT=qt3
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
@@ -35,10 +35,24 @@
else

DIST_PATH=${VERSION/./}/${RELEASE}/${LANGUAGE}/${PLATFORM}/${LINKED}/${SOURCE}
fi
+
+ else
+
+ QT=qt4
+ if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+ PLATFORM=x86_64
+ else
+ PLATFORM=i386
+ fi
+
SOURCE=${SPELL}-${VERSION}.${COMPILER}-${QT}.${PLATFORM}.tar.${COMPRESSION}
+
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-${BUILD}.${COMPILER}-${QT}.${PLATFORM}
+ DIST_PATH=${VERSION/./}/${RELEASE}/${LANGUAGE}/${PLATFORM}/${SOURCE}
+
fi

SOURCE_URL[0]=ftp://ftp.tiscali.nl/pub/mirror/opera/linux/${DIST_PATH}
SOURCE_URL[1]=ftp://ftp.scarlet.be/pub/opera/linux/${DIST_PATH}
+ SOURCE_URL[2]=ftp://ftp.opera.com/pub/opera/linux/${DIST_PATH}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENCE[0]=UNKNOWN
WEB_SITE=http://www.opera.com/
diff --git a/z-http/opera/HISTORY b/z-http/opera/HISTORY
index 070f705..3eb47c0 100644
--- a/z-http/opera/HISTORY
+++ b/z-http/opera/HISTORY
@@ -1,3 +1,6 @@
+2009-09-27 Remko van der Vossen <wich AT sourcemage.org>
+ * DETAILS, PREPARE, DEPENDS: version 10.00
+
2009-03-06 Remko van der Vossen <wich AT sourcemage.org>
* DETAILS: version 9.64

diff --git a/z-http/opera/PREPARE b/z-http/opera/PREPARE
index 6a98408..b905930 100755
--- a/z-http/opera/PREPARE
+++ b/z-http/opera/PREPARE
@@ -1,14 +1,11 @@
-persistent_load
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
- persistent_add OPERA_RELEASE
- OPERA_RELEASE="9, shared"
-elif [[ ${SMGL_COMPAT_ARCHS[1]} == "ia32" ]]; then
- if [[ ${OPERA_RELEASE:0:1} == "8" ]] ||
- [[ ${OPERA_RELEASE} == "9.5 preview, static" ]] ||
- [[ ${OPERA_RELEASE} == "9.5 preview, shared" ]]; then
+persistent_load &&
+if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64"
+ || ${SMGL_COMPAT_ARCHS[1]} == "ia32" ]]; then
+ if [[ ${OPERA_RELEASE:0:1} == "8"
+ || ${OPERA_RELEASE:0:1} == "9" ]]; then
persistent_remove OPERA_RELEASE
fi
- config_query_list OPERA_RELEASE "Which release would you like to cast?"
"9, shared" "9, static" "9 qt4, static"
+ config_query_list OPERA_RELEASE "Which release would you like to cast?"
"10 qt4, shared" "10 qt4, bundled" "10 qt3, shared"
else
message "${PROBLEM_COLOR}Opera is not available for platform
${SMGL_COMPAT_ARCHS[1]}${DEFAUL_COLOR}"
false
diff --git a/z-http/opera/opera-10.00.gcc4-bundled-qt4.i386.tar.bz2.sig
b/z-http/opera/opera-10.00.gcc4-bundled-qt4.i386.tar.bz2.sig
new file mode 100644
index 0000000..bdcc6f3
Binary files /dev/null and
b/z-http/opera/opera-10.00.gcc4-bundled-qt4.i386.tar.bz2.sig differ
diff --git a/z-http/opera/opera-10.00.gcc4-bundled-qt4.x86_64.tar.bz2.sig
b/z-http/opera/opera-10.00.gcc4-bundled-qt4.x86_64.tar.bz2.sig
new file mode 100644
index 0000000..1c3bf88
Binary files /dev/null and
b/z-http/opera/opera-10.00.gcc4-bundled-qt4.x86_64.tar.bz2.sig differ
diff --git a/z-http/opera/opera-10.00.gcc4-qt4.i386.tar.bz2.sig
b/z-http/opera/opera-10.00.gcc4-qt4.i386.tar.bz2.sig
new file mode 100644
index 0000000..3a4b01a
Binary files /dev/null and
b/z-http/opera/opera-10.00.gcc4-qt4.i386.tar.bz2.sig differ
diff --git a/z-http/opera/opera-10.00.gcc4-qt4.x86_64.tar.bz2.sig
b/z-http/opera/opera-10.00.gcc4-qt4.x86_64.tar.bz2.sig
new file mode 100644
index 0000000..e2ae61c
Binary files /dev/null and
b/z-http/opera/opera-10.00.gcc4-qt4.x86_64.tar.bz2.sig differ
diff --git a/z-http/opera/opera-10.00.gcc4-shared-qt3.i386.tar.bz2.sig
b/z-http/opera/opera-10.00.gcc4-shared-qt3.i386.tar.bz2.sig
new file mode 100644
index 0000000..0be5d4c
Binary files /dev/null and
b/z-http/opera/opera-10.00.gcc4-shared-qt3.i386.tar.bz2.sig differ
diff --git a/z-http/opera/opera-10.00.gcc4-shared-qt3.x86_64.tar.bz2.sig
b/z-http/opera/opera-10.00.gcc4-shared-qt3.x86_64.tar.bz2.sig
new file mode 100644
index 0000000..a656fcf
Binary files /dev/null and
b/z-http/opera/opera-10.00.gcc4-shared-qt3.x86_64.tar.bz2.sig differ
diff --git a/z-http/opera/opera-9.64.gcc4-qt4.i386.tar.bz2.sig
b/z-http/opera/opera-9.64.gcc4-qt4.i386.tar.bz2.sig
deleted file mode 100644
index 2eaaf72..0000000
Binary files a/z-http/opera/opera-9.64.gcc4-qt4.i386.tar.bz2.sig and
/dev/null differ
diff --git a/z-http/opera/opera-9.64.gcc4-shared-qt3.i386.tar.bz2.sig
b/z-http/opera/opera-9.64.gcc4-shared-qt3.i386.tar.bz2.sig
deleted file mode 100644
index 7da22d9..0000000
Binary files a/z-http/opera/opera-9.64.gcc4-shared-qt3.i386.tar.bz2.sig and
/dev/null differ
diff --git a/z-http/opera/opera-9.64.gcc4-shared-qt3.x86_64.tar.bz2.sig
b/z-http/opera/opera-9.64.gcc4-shared-qt3.x86_64.tar.bz2.sig
deleted file mode 100644
index 58368ea..0000000
Binary files a/z-http/opera/opera-9.64.gcc4-shared-qt3.x86_64.tar.bz2.sig and
/dev/null differ
diff --git a/z-http/opera/opera-9.64.gcc4-static-qt3.i386.tar.bz2.sig
b/z-http/opera/opera-9.64.gcc4-static-qt3.i386.tar.bz2.sig
deleted file mode 100644
index 95ff5e3..0000000
Binary files a/z-http/opera/opera-9.64.gcc4-static-qt3.i386.tar.bz2.sig and
/dev/null differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Remko van der Vossen (70a3e11afd5b958550ddc4af7427cd06151be18e), Remko van der Vossen, 09/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page