aboutsummaryrefslogtreecommitdiffstats
path: root/net/skype-devel
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2005-09-01 18:34:27 +0800
committernetchild <netchild@FreeBSD.org>2005-09-01 18:34:27 +0800
commitbefc2d2032d4da56aab27f3d12f653b75bd4ff42 (patch)
tree15d9ba22aa280856f41670201e860b708ed1c469 /net/skype-devel
parent24e707fc61b7207b139514649216725264e3da6f (diff)
downloadfreebsd-ports-graphics-befc2d2032d4da56aab27f3d12f653b75bd4ff42.tar.gz
freebsd-ports-graphics-befc2d2032d4da56aab27f3d12f653b75bd4ff42.tar.zst
freebsd-ports-graphics-befc2d2032d4da56aab27f3d12f653b75bd4ff42.zip
- Update to 1.2.0.11.
- Don't print the "SOUND_MIXER_WRITE_IGAIN failed" messages. It's handled differently than in the PR (which supresses all messages from skype). PR: 84745
Diffstat (limited to 'net/skype-devel')
-rw-r--r--net/skype-devel/Makefile9
-rw-r--r--net/skype-devel/distinfo4
2 files changed, 5 insertions, 8 deletions
diff --git a/net/skype-devel/Makefile b/net/skype-devel/Makefile
index 71abd716ce0..35cb9c373e4 100644
--- a/net/skype-devel/Makefile
+++ b/net/skype-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= skype
-PORTVERSION= 1.1.0.20
-PORTREVISION= 1
+PORTVERSION= 1.2.0.11
CATEGORIES= net
MASTER_SITES= http://download.skype.com/linux/
DISTNAME= skype_staticQT-${PORTVERSION}
@@ -47,7 +46,8 @@ do-build:
do-install:
${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin
- ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' exec skype_bin \"\$$@\"" >${PREFIX}/bin/skype
+# ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/
+ ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | grep -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype
${CHMOD} a+rx ${PREFIX}/bin/skype
.if ${HAVE_GNOME:Mgnomehier} != ""
${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/gnome/applications/
@@ -60,9 +60,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/
post-install:
- @${ECHO} "##########################################################################"
- @${ECHO} "Do not worry if you see 'volume_adjust: SOUND_MIXER_WRITE_IGAIN failed: No such device or address' errors from skype, the skype sound code is overly verbose in this regard. It would be enough to print it only once." | fmt
- @${ECHO} "##########################################################################"
@${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt
.include <bsd.port.post.mk>
diff --git a/net/skype-devel/distinfo b/net/skype-devel/distinfo
index e27e104dfbc..ab5e7aaf903 100644
--- a/net/skype-devel/distinfo
+++ b/net/skype-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (skype_staticQT-1.1.0.20.tar.bz2) = f100bd33f6cc31c7c7ebfd5010255c6c
-SIZE (skype_staticQT-1.1.0.20.tar.bz2) = 9180204
+MD5 (skype_staticQT-1.2.0.11.tar.bz2) = f54672340703ce8185cea2a0dd7bf60d
+SIZE (skype_staticQT-1.2.0.11.tar.bz2) = 9605001