Author: pebender
Date: Wed Nov 5 22:29:56 2008
New Revision: 3917
Added:
trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-0.9.6.patch.gar
trunk/gar-minimyth/script/net/curl/files/curl-7.19.1-fixes.patch
trunk/gar-minimyth/script/net/curl/files/curl-7.19.1.patch.gar
Removed:
trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-0.9.5.patch.gar
trunk/gar-minimyth/script/net/curl/files/curl-7.19.0.patch.gar
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/mediaplayers/vlc/Makefile
trunk/gar-minimyth/script/mediaplayers/vlc/checksums
trunk/gar-minimyth/script/net/curl/Makefile
trunk/gar-minimyth/script/net/curl/checksums
Log:
- Updated packages
mediaplayers/vlc
net/curl
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Wed Nov 5
22:29:56 2008
@@ -64,6 +64,8 @@
Updated lib/ncurses.
Updated lib/ncursesw.
Updated mediaplayers/mplayer-svn.
+ Updated mediaplayers/vlc.
+ Updated net/curl.
Updated utils/transcode.
Updated xorg-7.3/xkeyboard-config.
Updated xorg-7.3/libdrm.
Modified: trunk/gar-minimyth/script/mediaplayers/vlc/Makefile
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/vlc/Makefile (original)
+++ trunk/gar-minimyth/script/mediaplayers/vlc/Makefile Wed Nov 5 22:29:56
2008
@@ -1,5 +1,5 @@
GARNAME = vlc
-GARVERSION = 0.9.5
+GARVERSION = 0.9.6
CATEGORIES = mediaplayers
MASTER_SITES =
http://download.videolan.org/pub/videolan/$(GARNAME)/$(GARVERSION)/
DISTFILES = $(DISTNAME).tar.bz2
Modified: trunk/gar-minimyth/script/mediaplayers/vlc/checksums
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/vlc/checksums (original)
+++ trunk/gar-minimyth/script/mediaplayers/vlc/checksums Wed Nov 5
22:29:56 2008
@@ -1,2 +1,2 @@
-e5be36243e75fff5476c01cc6083d43d download/vlc-0.9.5.tar.bz2
-92d36321fbaa9d7592bdeb35782c3e6b download/vlc-0.9.5.patch.gar
+cd71276ed867029a6d077a40bccd4d05 download/vlc-0.9.6.tar.bz2
+8ee38e86d1e6901685669d5c15066fdb download/vlc-0.9.6.patch.gar
Added: trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-0.9.6.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-0.9.6.patch.gar
Wed Nov 5 22:29:56 2008
@@ -0,0 +1,14 @@
+diff -Naur vlc-0.9.6-old/vlc-config.in.in vlc-0.9.6-new/vlc-config.in.in
+--- vlc-0.9.6-old/vlc-config.in.in 2008-10-15 12:19:42.000000000 -0700
++++ vlc-0.9.6-new/vlc-config.in.in 2008-11-05 20:51:28.000000000 -0800
+@@ -71,8 +71,8 @@
+ # No need to include the default @*FLAGS@ values here because they are
+ # automatically added when using $(COMPILE), $(CXXCOMPILE) or
$(OBJCCOMPILE)
+ #
+-if test "@includedir@" != "/usr/include"; then
+- includes="[EMAIL PROTECTED]@"
++if test "[EMAIL PROTECTED]@" != "@GAR_DESTDIR@@GAR_includedir@"; then
++ includes="[EMAIL PROTECTED]@"
+ fi
+ if test "${top_builddir}" != ""; then
+ top_builddir="${top_builddir}/"
Modified: trunk/gar-minimyth/script/net/curl/Makefile
==============================================================================
--- trunk/gar-minimyth/script/net/curl/Makefile (original)
+++ trunk/gar-minimyth/script/net/curl/Makefile Wed Nov 5 22:29:56 2008
@@ -1,9 +1,9 @@
GARNAME = curl
-GARVERSION = 7.19.0
+GARVERSION = 7.19.1
CATEGORIES = net
MASTER_SITES = http://curl.haxx.se/download/
DISTFILES = $(DISTNAME).tar.bz2
-PATCHFILES = $(DISTNAME).patch.gar
+PATCHFILES = $(DISTNAME)-fixes.patch $(DISTNAME).patch.gar
LICENSE = MIT
DESCRIPTION =
@@ -17,11 +17,18 @@
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
+ --disable-debug \
+ --enable-optimize \
+ --enable-warnings \
+ --enable-largefile \
+ --enable-shared \
+ --disable-static \
--enable-http \
--enable-ftp \
--enable-file \
--disable-ldap \
--disable-ldaps \
+ --enable-proxy \
--disable-dict \
--disable-telnet \
--enable-tftp \
@@ -33,18 +40,24 @@
--disable-ares \
--disable-verbose \
--disable-sspi \
- --disable-debug \
--disable-crypto-auth \
--disable-cookies \
--enable-hidden-symbols \
+ --disable-soname-bump \
--with-gnu-ld \
+ --without-ldap \
+ --without-krb4 \
+ --without-spnego \
+ --without-gssapi \
--with-ssl \
--with-zlib \
--without-libssh2 \
- --with-random=$(rootdir)/dev/urandom \
+ --without-egd-socket \
+ --with-random="$(rootdir)/dev/urandom" \
--without-gnutls \
--without-nss \
- --without-ca-bundle \
+ --with-ca-bundle="$(sysconfdir)/ssl/certs/ca-bundle.crt" \
+ --without-ca-path \
--without-libidn
include ../../gar.mk
Modified: trunk/gar-minimyth/script/net/curl/checksums
==============================================================================
--- trunk/gar-minimyth/script/net/curl/checksums (original)
+++ trunk/gar-minimyth/script/net/curl/checksums Wed Nov 5 22:29:56 2008
@@ -1,2 +1,3 @@
-c299c5e0f20f633791b4c4f7ced4effe download/curl-7.19.0.tar.bz2
-17ce234ce1eaed22f1ba23ab198fb499 download/curl-7.19.0.patch.gar
+6c4921e55ad276154065052c9e34e1cb download/curl-7.19.1.tar.bz2
+f28756066f08a43b88fe0feae701c990 download/curl-7.19.1-fixes.patch
+f1f9737f7a0a92c4bd4d88d6585b381e download/curl-7.19.1.patch.gar
Added: trunk/gar-minimyth/script/net/curl/files/curl-7.19.1-fixes.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/net/curl/files/curl-7.19.1-fixes.patch Wed
Nov 5 22:29:56 2008
@@ -0,0 +1,14 @@
+diff -Naur curl-7.19.1-old/lib/ssluse.c curl-7.19.1-new/lib/ssluse.c
+--- curl-7.19.1-old/lib/ssluse.c 2008-10-23 04:49:19.000000000 -0700
++++ curl-7.19.1-new/lib/ssluse.c 2008-11-05 21:29:36.000000000 -0800
+@@ -923,10 +923,6 @@
+ int i;
+ int year=0,month=0,day=0,hour=0,minute=0,second=0;
+
+-#ifdef CURL_DISABLE_VERBOSE_STRINGS
+- (void)prefix;
+-#endif
+-
+ i=tm->length;
+ asn1_string=(const char *)tm->data;
+
Added: trunk/gar-minimyth/script/net/curl/files/curl-7.19.1.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/net/curl/files/curl-7.19.1.patch.gar Wed Nov
5 22:29:56 2008
@@ -0,0 +1,34 @@
+diff -Naur curl-7.19.1-old/curl-config.in curl-7.19.1-new/curl-config.in
+--- curl-7.19.1-old/curl-config.in 2008-09-03 13:58:29.000000000 -0700
++++ curl-7.19.1-new/curl-config.in 2008-11-05 21:11:05.000000000 -0800
+@@ -125,19 +125,11 @@
+ ;;
+
+ --cflags)
+- if test "[EMAIL PROTECTED]@" = "X/usr/include"; then
+- echo ""
+- else
+- echo "[EMAIL PROTECTED]@"
+- fi
++ echo ""
+ ;;
+
+ --libs)
+- if test "[EMAIL PROTECTED]@" != "X/usr/lib" -a "[EMAIL PROTECTED]@" !=
"X/usr/lib64"; then
+- CURLLIBDIR="[EMAIL PROTECTED]@ "
+- else
+- CURLLIBDIR=""
+- fi
++ CURLLIBDIR=""
+ if test "[EMAIL PROTECTED]@" = "Xyes"; then
+ echo ${CURLLIBDIR}-lcurl @LDFLAGS@ @LIBCURL_LIBS@ @LIBS@
+ else
+@@ -146,7 +138,7 @@
+ ;;
+
+ --static-libs)
+- echo @libdir@/[EMAIL PROTECTED]@ @LDFLAGS@ @LIBCURL_LIBS@ @LIBS@
++ echo @GAR_DESTDIR@@libdir@/[EMAIL PROTECTED]@ @LDFLAGS@ @LIBCURL_LIBS@
@LIBS@
+ ;;
+
+ *)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---