Browse Source

alsaplayer: Updated (0.99.80 -> 0.99.81)

user/chris/test/early-mdev
Aldas Nabazas 14 years ago
parent
commit
f8c23e7ca6
  1. 6
      audio/alsaplayer/alsaplayer.desc
  2. 37
      audio/alsaplayer/gcc44.patch
  3. 27
      audio/alsaplayer/glibc.patch

6
audio/alsaplayer/alsaplayer.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../alsaplayer/alsaplayer.desc [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) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf [COPY] Copyright (C) 1998 - 2004 Clifford Wolf
[COPY] [COPY]
@ -33,8 +33,8 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 0.99.80 [V] 0.99.81
[P] X -----5---9 146.500 [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/

37
audio/alsaplayer/gcc44.patch

@ -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++;

27
audio/alsaplayer/glibc.patch

@ -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 <sys/un.h>
#include <csignal>
#include <pwd.h>
+#include <limits.h>
#include "control.h"
#include "message.h"
#include "Playlist.h"
Loading…
Cancel
Save