pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/skype Update to 1.4.0.118 based on wip/skype by ri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/236ff35ced41
branches:  trunk
changeset: 546226:236ff35ced41
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 24 10:08:39 2008 +0000

description:
Update to 1.4.0.118 based on wip/skype by rillig.
Changes unknown, but this version starts and runs on amd64.

diffstat:

 net/skype/Makefile |  18 +++++++++---------
 net/skype/distinfo |   8 ++++----
 2 files changed, 13 insertions(+), 13 deletions(-)

diffs (58 lines):

diff -r 3b115a49c834 -r 236ff35ced41 net/skype/Makefile
--- a/net/skype/Makefile        Sun Aug 24 10:04:49 2008 +0000
+++ b/net/skype/Makefile        Sun Aug 24 10:08:39 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2008/05/26 02:13:23 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2008/08/24 10:08:39 wiz Exp $
 #
 
-DISTNAME=              skype_static-1.4.0.99
-PKGNAME=               ${DISTNAME:S/_static//}
-PKGREVISION=           2
+DISTNAME=              skype_static-1.4.0.118-oss
+PKGNAME=               skype-1.4.0.118
 CATEGORIES=            net
 MASTER_SITES=          http://download.skype.com/linux/
 EXTRACT_SUFX=          .tar.bz2
@@ -21,22 +20,23 @@
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 
 EMUL_PLATFORMS=                linux-i386
-EMUL_MODULES.linux=    alsa base compat fontconfig freetype2 glx \
+EMUL_MODULES.linux=    base compat fontconfig freetype2 glx \
                        libsigc++2 resmgr x11
 
 USE_DIRS+=             xdg-1.1
+USE_TOOLS+=            pax
 WRKSRC=                        ${WRKDIR}/${DISTNAME}
 
-USE_TOOLS+=    pax
-
 DATADIR=               ${PREFIX}/share/skype
 DOCDIR=                        ${PREFIX}/share/doc/skype
 
 INSTALLATION_DIRS=     bin
 
 do-build:
-       @${ECHO} "#!${SH}" > ${WRKSRC}/skype.sh
-       @${ECHO} 'cd ${DATADIR} && exec ./skype $$@' >> ${WRKSRC}/skype.sh
+       set -e; \
+       { ${ECHO} "#!${SH}"; \
+         ${ECHO} 'exec ${DATADIR}/skype --resources=${DATADIR} "$$@"'; \
+       } > ${WRKSRC}/skype.sh
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/skype.sh ${PREFIX}/bin/skype
diff -r 3b115a49c834 -r 236ff35ced41 net/skype/distinfo
--- a/net/skype/distinfo        Sun Aug 24 10:04:49 2008 +0000
+++ b/net/skype/distinfo        Sun Aug 24 10:08:39 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2007/08/20 13:29:52 rillig Exp $
+$NetBSD: distinfo,v 1.9 2008/08/24 10:08:39 wiz Exp $
 
-SHA1 (skype_static-1.4.0.99.tar.bz2) = 0885377c4e6a0c8cd57e827d25bc02167a3e67cb
-RMD160 (skype_static-1.4.0.99.tar.bz2) = c329ffb87538744e1fae8ebec5195a7d45fceb85
-Size (skype_static-1.4.0.99.tar.bz2) = 17543204 bytes
+SHA1 (skype_static-1.4.0.118-oss.tar.bz2) = 8450671ea64239203c8b8142f9a9d76af72143d4
+RMD160 (skype_static-1.4.0.118-oss.tar.bz2) = f1f3e5f955ff036110edebe5a8350483efd3642c
+Size (skype_static-1.4.0.118-oss.tar.bz2) = 19595152 bytes



Home | Main Index | Thread Index | Old Index