From f8c23e7ca626ac4ea8b58483095ec8199aefe03f Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Tue, 9 Nov 2010 11:02:34 +0100 Subject: [PATCH] alsaplayer: Updated (0.99.80 -> 0.99.81) --- audio/alsaplayer/alsaplayer.desc | 6 +++--- audio/alsaplayer/gcc44.patch | 37 -------------------------------- audio/alsaplayer/glibc.patch | 27 ----------------------- 3 files changed, 3 insertions(+), 67 deletions(-) delete mode 100644 audio/alsaplayer/gcc44.patch delete mode 100644 audio/alsaplayer/glibc.patch diff --git a/audio/alsaplayer/alsaplayer.desc b/audio/alsaplayer/alsaplayer.desc index da8b1632f..107e1948e 100644 --- a/audio/alsaplayer/alsaplayer.desc +++ b/audio/alsaplayer/alsaplayer.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../alsaplayer/alsaplayer.desc -[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2004 Clifford Wolf [COPY] @@ -33,8 +33,8 @@ [L] GPL [S] Stable -[V] 0.99.80 +[V] 0.99.81 [P] X -----5---9 146.500 -[D] 2322619381 alsaplayer-0.99.80.tar.bz2 http://www.alsaplayer.org/ +[D] 3513803157 alsaplayer-0.99.81.tar.bz2 http://www.alsaplayer.org/ diff --git a/audio/alsaplayer/gcc44.patch b/audio/alsaplayer/gcc44.patch deleted file mode 100644 index 47d07f845..000000000 --- a/audio/alsaplayer/gcc44.patch +++ /dev/null @@ -1,37 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../alsaplayer/gcc44.patch -# Copyright (C) 2010 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - -diff -Nur alsaplayer-0.99.80-orig/input/flac/FlacPlugin.cpp alsaplayer-0.99.80/input/flac/FlacPlugin.cpp ---- alsaplayer-0.99.80-orig/input/flac/FlacPlugin.cpp 2010-09-15 12:20:58.000000000 +0200 -+++ alsaplayer-0.99.80/input/flac/FlacPlugin.cpp 2010-09-15 12:22:00.000000000 +0200 -@@ -239,7 +239,7 @@ - else - { - // use stream name -- char * fname = strrchr (f->name ().c_str (), '/'); -+ const char * fname = strrchr (f->name ().c_str (), '/'); - if (fname) - { - fname++; -@@ -270,7 +270,7 @@ - if (strncmp(name, "http://", 7) == 0) { - return 0.0; - } -- char *ext = strrchr(name, '.'); -+ const char *ext = strrchr(name, '.'); - if (!ext) - return 0.0; - ext++; diff --git a/audio/alsaplayer/glibc.patch b/audio/alsaplayer/glibc.patch deleted file mode 100644 index ce3c3a2f7..000000000 --- a/audio/alsaplayer/glibc.patch +++ /dev/null @@ -1,27 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../alsaplayer/glibc.patch -# Copyright (C) 2010 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./app/ControlSocket.cpp.orig 2007/07/08 14:31:34 1251 -+++ ./app/ControlSocket.cpp 2009/07/26 19:22:23 1335 -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include - #include "control.h" - #include "message.h" - #include "Playlist.h" -