diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-08-04 13:27:18 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-08-04 13:27:18 +0000 |
commit | cbef737df24d5fc5087b4b99180e462941939f2a (patch) | |
tree | 714f8da527363bf7706561301a19545034811e83 /net/skype/Makefile | |
parent | 9b6616f2fd0ed7eec127b70e6453866281c30c85 (diff) | |
download | pkgsrc-cbef737df24d5fc5087b4b99180e462941939f2a.tar.gz |
Update to 1.2.0.11
28.07.2005 Skype for Linux version 1.2.0.11
* feature: "Find dialog" in chat
* change: no Start tab anymore > new event panel
* change: new voicemail icons in call list
* change: echo123 is always seen as online user
* bugfix: Can't open URL in multichat window
* bugfix: sending message to someone who is using older version of skype - cosmetic
* bugfix: Missing Services section
* bugfix: Renaming groups - duplicated counter
* bugfix: file transfer: send-file write permission
* bugfix: file transfer: send-file inexact error dialog
* bugfix: Changing password it was possible to enter illegal characters
* bugfix: inexact information dialog
* bugfix: Inexact dialog content when calling to paid number
* bugfix: Authorization request should contain Call button
* bugfix: incorrect order of buttons, if you send or receive a file
* bugfix: Can't interrupt third party in conference call
* bugfix: skype's network traffic is stopped, if presence is set to offline
* bugfix: proper header selections in multichat window
* bugfix: upsell msgs to VM/SI for non-subscribers
Diffstat (limited to 'net/skype/Makefile')
-rw-r--r-- | net/skype/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index 83b8996fa2b..160281ccde3 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2005/06/01 18:03:08 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/08/04 13:27:18 xtraeme Exp $ # -DISTNAME= skype_staticQT-1.0.0.20 +DISTNAME= skype_staticQT-1.2.0.11 PKGNAME= ${DISTNAME:S/_staticQT//} CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ @@ -15,6 +15,7 @@ COMMENT= P2P VoIP software .if ${OPSYS} != "Linux" DEPENDS+= suse_base>=9.1:../../emulators/suse91_base +DEPENDS+= suse_glx>=9.1:../../emulators/suse91_glx DEPENDS+= suse_fontconfig>=9.1:../../emulators/suse91_fontconfig DEPENDS+= suse_freetype2>=9.1:../../emulators/suse91_freetype2 DEPENDS+= suse_x11>=9.1:../../emulators/suse91_x11 @@ -28,6 +29,7 @@ ONLY_FOR_PLATFORM= *-*-i386 NO_CONFIGURE= yes CHECK_SHLIBS= no USE_DIRS+= xdg-1.1 +WRKSRC= ${WRKDIR}/${PKGNAME} RESTRICTED= "Redistribution not allowed yet." NO_SRC_ON_CDROM= ${RESTRICTED} |