[arch-commits] Commit in audacious/repos (3 files)

Giovanni Scafora giovanni at archlinux.org
Wed Nov 25 11:51:05 UTC 2009


    Date: Wednesday, November 25, 2009 @ 06:51:05
  Author: giovanni
Revision: 59619

Merged revisions 59615 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/audacious/trunk

........
  r59615 | andrea | 2009-11-25 03:35:52 -0800 (mer, 25 nov 2009) | 2 lines
  
  upgpkg: audacious 2.2-1
      upstream release
........

Modified:
  audacious/repos/extra-x86_64/	(properties)
  audacious/repos/extra-x86_64/PKGBUILD
Deleted:
  audacious/repos/extra-x86_64/remove_libudet.patch

----------------------+
 PKGBUILD             |   12 ++-----
 remove_libudet.patch |   80 -------------------------------------------------
 2 files changed, 4 insertions(+), 88 deletions(-)


Property changes on: audacious/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /audacious/trunk:1-53866
   + /audacious/trunk:1-59618

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-11-25 11:37:56 UTC (rev 59618)
+++ extra-x86_64/PKGBUILD	2009-11-25 11:51:05 UTC (rev 59619)
@@ -3,8 +3,8 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=audacious
-pkgver=2.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
 pkgdesc="Media player based on BMP"
 arch=('i686' 'x86_64')
 url="http://audacious-media-player.org/"
@@ -15,16 +15,12 @@
 provides=('audacious-player')
 replaces=('audacious-player')
 install=audacious.install
-source=(http://distfiles.atheme.org/$pkgname-$pkgver.tgz
-	'remove_libudet.patch')
-md5sums=('03ab6a062e5909214841f90f767f1147'
-         'd194f9f187c415b60165dd584ae3bad1')
+source=(http://distfiles.atheme.org/$pkgname-$pkgver.tgz)
+md5sums=('ad0f7484692c529acfa91ce784170478')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  patch -Np1 -i ${srcdir}/remove_libudet.patch || return 1
-
   if [[ $CARCH == "i686" ]]; then
     ./configure --prefix=/usr \
       --enable-samplerate \

Deleted: extra-x86_64/remove_libudet.patch
===================================================================
--- extra-x86_64/remove_libudet.patch	2009-11-25 11:37:56 UTC (rev 59618)
+++ extra-x86_64/remove_libudet.patch	2009-11-25 11:51:05 UTC (rev 59619)
@@ -1,80 +0,0 @@
-
-# HG changeset patch
-# User John Lindgren <john.lindgren at tds.net>
-# Date 1248286313 14400
-# Node ID d7e5d6e22a135f196becd237a28fca2469482a47
-# Parent  6cf3885ad1009feea34c5b67f3bd7f4c3fbdd82c
-Remove references to the mysterious, unused libudet, since Audacious seems to build fine without it.
-
---- a/configure.ac	Wed Jul 22 11:30:19 2009 -0400
-+++ b/configure.ac	Wed Jul 22 14:11:53 2009 -0400
-@@ -94,11 +94,6 @@
- [charset detection support],
- [
-     AC_DEFINE([USE_CHARDET], 1, [Define if character set detection enabled])
--    AC_CHECK_LIB([udet_c], [detectCharset], [
--        AC_DEFINE([HAVE_UDET], 1, [Define if the system has Mozilla universal character detector library])
--        CHARDET_LIBS="$CHARDET_LIBS -ludet -ludet_c"
--        AC_SUBST([CHARDET_LIBS])
--    ])
- ])
- AUD_CONDITIONAL([USE_CHARDET], [enable_chardet])
- 
---- a/src/audacious/chardet.c	Wed Jul 22 11:30:19 2009 -0400
-+++ b/src/audacious/chardet.c	Wed Jul 22 14:11:53 2009 -0400
-@@ -24,9 +24,6 @@
- 
- #ifdef USE_CHARDET
- #include "../libguess/libguess.h"
--#  ifdef HAVE_UDET
--#    include <libudet_c.h>
--#  endif
- #endif
- 
- gchar *
-@@ -66,11 +63,9 @@
-     if (dfa_validate_utf8(str, strlen(str)))
-         return g_strdup(str);
- 
--#  ifdef HAVE_UDET
-     /* chardet encoding detector */
-     if ((out_str = chardet_to_utf8(str, strlen(str), NULL, NULL, NULL)))
-         return out_str;
--#  endif
- #endif
- 
-     /* assume encoding associated with locale */
-@@ -145,7 +140,7 @@
- 			ret = NULL;
- 		}
- 	}
--	
-+
- 	return NULL;	/* if I have no idea, return NULL. */
- }
- 
---- a/src/audacious/ui_preferences.c	Wed Jul 22 11:30:19 2009 -0400
-+++ b/src/audacious/ui_preferences.c	Wed Jul 22 14:11:53 2009 -0400
-@@ -162,9 +162,7 @@
-     { N_("Hebrew")   , N_("Hebrew") },
-     { N_("Turkish")  , N_("Turkish") },
-     { N_("Arabic")   , N_("Arabic") },
--#ifdef HAVE_UDET
-     { N_("Universal"), N_("Universal") }
--#endif
- };
- 
- static ComboBoxElements bitdepth_elements[] = {
---- a/src/audacious/ui_urlopener.c	Wed Jul 22 11:30:19 2009 -0400
-+++ b/src/audacious/ui_urlopener.c	Wed Jul 22 14:11:53 2009 -0400
-@@ -48,9 +48,6 @@
- 
- #ifdef USE_CHARDET
- #include "../libguess/libguess.h"
--#  ifdef HAVE_UDET
--#    include <libudet_c.h>
--#  endif
- #endif
- 
- #define URL_HISTORY_MAX_SIZE 30
-




More information about the arch-commits mailing list