From 39aafe84c1be0d267f87dc98015ae7fbb62394e2 Mon Sep 17 00:00:00 2001 From: Hector Oron Date: Sun, 13 Mar 2011 21:33:53 +0100 Subject: alsamixergui: fix download URL Closes #3457 The Debian package snapshot service moved to an official debian.org address last year (http://www.debian.org/News/2010/20100412) with a slightly different URL structure, so adjust the download URL to match. Signed-off-by: Hector Oron Signed-off-by: Peter Korsgaard --- CHANGES | 10 ++++++---- package/alsamixergui/alsamixergui.mk | 4 +--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 9f5ad597c..a6d18f9f2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,13 +1,15 @@ 2011.05, Not released yet: - Updated/fixed packages: avahi, busybox, dropbear, fakeroot, - ffmpeg, file, gnuconfig, gst-ffmpeg, imagemagick, libdnet, - libpng, libxml2, libxslt, makedevs, mpg123, pkg-config, qt, - samba, squashfs, xerces, xorg-server, xz + Updated/fixed packages: alsamixergui, avahi, busybox, + dropbear, fakeroot, ffmpeg, file, gnuconfig, gst-ffmpeg, + imagemagick, libdnet, libpng, libxml2, libxslt, makedevs, + mpg123, pkg-config, qt, samba, squashfs, xerces, xorg-server, + xz Issues resolved (http://bugs.uclibc.org): #3451: fakeroot package: wrong FAKEROOT_SITE variable + #3457: alsamixergui: broken URL #3475: Calling sync on large filesystems when not always necessary 2011.02, Released February 28th, 2011: diff --git a/package/alsamixergui/alsamixergui.mk b/package/alsamixergui/alsamixergui.mk index 374e9e33d..a8ed0ef66 100644 --- a/package/alsamixergui/alsamixergui.mk +++ b/package/alsamixergui/alsamixergui.mk @@ -5,10 +5,8 @@ ############################################################# 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 ALSAMIXERGUI_CONF_ENV = ac_cv_lib_fltk_numericsort=yes \ ac_cv_lib_fltk_fl_numericsort=yes \ -- cgit v1.2.3