Skip to content

Commit

Permalink
Update to 2.8.0.
Browse files Browse the repository at this point in the history
Submitted by:	jpaetzel@ via the KDE on FreeBSD mailing list
  • Loading branch information
rakuco committed Jul 21, 2014
1 parent 0a66b2c commit 88c0ed2
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 241 deletions.
3 changes: 1 addition & 2 deletions audio/amarok-kde4/Makefile
Expand Up @@ -2,8 +2,7 @@
# $FreeBSD$ # $FreeBSD$


PORTNAME= amarok PORTNAME= amarok
PORTVERSION= 2.7.0 PORTVERSION= 2.8.0
PORTREVISION= 7
CATEGORIES= audio kde CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
Expand Down
4 changes: 2 additions & 2 deletions audio/amarok-kde4/distinfo
@@ -1,2 +1,2 @@
SHA256 (amarok-2.7.0.tar.bz2) = 39649075f77e73dc7e0c1842b93de870b2f400cfd008907791ee81055a075d49 SHA256 (amarok-2.8.0.tar.bz2) = f4b89b28f217a6d947e55fb0890de22fad8c404794c6beeb2dcaf2711b4f8ec6
SIZE (amarok-2.7.0.tar.bz2) = 42873142 SIZE (amarok-2.8.0.tar.bz2) = 39950028
64 changes: 0 additions & 64 deletions audio/amarok-kde4/files/patch-git_e3738dc

This file was deleted.

This file was deleted.

@@ -0,0 +1,19 @@
If this is not defined, libavutil/common.h fails because of this check:

#if defined(__cplusplus) && !defined(__STDC_CONSTANT_MACROS) && !defined(UINT64_C)
#error missing -D__STDC_CONSTANT_MACROS / #define __STDC_CONSTANT_MACROS
#endif

Not submitted upstream, as newer releases build with -std=c++0x, which always
sets __STD_CONSTANT_MACROS by default.
--- src/musicbrainz/MusicDNSAudioDecoder.cpp.orig 2014-07-21 16:48:11.000000000 +0300
+++ src/musicbrainz/MusicDNSAudioDecoder.cpp 2014-07-21 16:49:04.000000000 +0300
@@ -14,6 +14,8 @@
* this program. If not, see <http://www.gnu.org/licenses/>. *
****************************************************************************************/

+#define __STDC_CONSTANT_MACROS
+
#define DEBUG_PREFIX "MusicDNSAudioDecoder"

#include "MusicDNSAudioDecoder.h"

0 comments on commit 88c0ed2

Please sign in to comment.