Skip to content

Commit

Permalink
Merge pull request #18 from AlwinEsch/Matrix-change
Browse files Browse the repository at this point in the history
[Matrix] API change update and cleanups
  • Loading branch information
AlwinEsch authored May 19, 2020
2 parents 65b435a + d41c81f commit d88637b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 42 deletions.
5 changes: 0 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
ARCHITECTURE: x64
CONFIGURATION: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
ARM64-UWP:
GENERATOR: "Visual Studio 15 2017"
ARCHITECTURE: ARM64
CONFIGURATION: Release
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"

workspace:
clean: all
Expand Down
23 changes: 5 additions & 18 deletions src/Milkdrop2XBMC.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
* Copyright (C) 2005-2015 Team Kodi
* http://kodi.tv
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This Program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with XBMC; see the file COPYING. If not, see
* <http://www.gnu.org/licenses/>.
*
*/
* Copyright (C) 2005-2020 Team Kodi (https://kodi.tv)
*
* SPDX-License-Identifier: GPL-2.0-or-later
* See LICENSE.md for more information.
*/

#include <windows.h>
#include <io.h>
Expand Down
23 changes: 5 additions & 18 deletions src/StandAlone.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
/*
* Copyright (C) 2005-2015 Team Kodi
* http://kodi.tv
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This Program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with XBMC; see the file COPYING. If not, see
* <http://www.gnu.org/licenses/>.
*
*/
* Copyright (C) 2005-2020 Team Kodi (https://kodi.tv)
*
* SPDX-License-Identifier: GPL-2.0-or-later
* See LICENSE.md for more information.
*/

#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
Expand Down
3 changes: 2 additions & 1 deletion visualization.milkdrop2/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="visualization.milkdrop2"
version="2.2.2"
version="2.3.0"
name="MilkDrop 2"
provider-name="Ryan Geiss, ported by MrC, DX11 by afedchin">
<requires>@ADDON_DEPENDS@</requires>
Expand Down Expand Up @@ -107,6 +107,7 @@
<description lang="zh">MilkDrop 是来自于 Winamp 音乐播放器的可视化效果插件。在你听音乐时,MilkDrop 通过节拍检测触发的无数迷幻的效果,带你与声波一起飞翔,给你带来丰富的音乐和视觉旅程。</description>
<description lang="zh_TW">MilkDrop是來自於Winamp音樂播放器的視覺效果插件。在您在聽音樂時,MilkDrop通過節奏偵測觸發的無數夢幻的效果,帶您穿越聆聽中的音樂饗宴,也給您帶來豐富的聲音和視覺效果的奇幻旅程。</description>
<platform>@PLATFORM@</platform>
<source>https://github.com/xbmc/visualization.milkdrop2</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
Expand Down

0 comments on commit d88637b

Please sign in to comment.