Bug 3457

Summary: alsamixergui: broken URL
Product: buildroot Reporter: Hector Oron <hector.oron>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED FIXED    
Severity: major CC: buildroot
Priority: P5    
Version: 2010.11   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Hector Oron 2011-03-09 16:42:00 UTC
Hello,

  alsamixergui provides a broken URL, a fixed one:


diff -Naur buildroot-2010.11/package/alsamixergui//alsamixergui.mk buildroot-2010.11.fix/package/alsamixergui//alsamixergui.mk
--- buildroot-2010.11/package/alsamixergui//alsamixergui.mk     2010-11-30 15:52:43.000000000 +0000
+++ buildroot-2010.11.fix/package/alsamixergui//alsamixergui.mk 2011-03-09 16:38:53.856006502 +0000
@@ -5,7 +5,7 @@
 #############################################################
 ALSAMIXERGUI_VERSION = 0.9.0rc2-1
 ALSAMIXERGUI_SOURCE = alsamixergui_$(ALSAMIXERGUI_VERSION).orig.tar.gz
-ALSAMIXERGUI_SITE = http://snapshot.debian.net/archive/2008/03/19/debian/pool/main/a/alsamixergui
+ALSAMIXERGUI_SITE = http://snapshot.debian.org/archive/debian/20080319T000000Z/pool/main/a/alsamixergui/
 ALSAMIXERGUI_AUTORECONF = YES
 ALSAMIXERGUI_INSTALL_STAGING = NO
 ALSAMIXERGUI_INSTALL_TARGET = YES


  Best regards,
  -- Hector Oron
Comment 1 Peter Korsgaard 2011-03-13 20:43:00 UTC
Committed, thanks