mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Update to 0.2DrFeelgood
- DrFeelgood is mostly a bugfix release. Numerous old memory leaks were found and fixed, as well as some silly and annoying bugs. Full release notes at: * http://wiki.xmms2.xmms.se/index.php/Release:DrFeelgood - re-add a patch removed in previous commit, it's needed again PR: ports/100366 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
This commit is contained in:
parent
ae32f4be60
commit
a73577dbba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167957
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME?= xmms2
|
||||
PORTVERSION= 0.2.d.5
|
||||
PORTVERSION= 0.2.d.6
|
||||
CATEGORIES?= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-0.2DrEvil
|
||||
DISTNAME= ${PORTNAME}-0.2DrFeelgood
|
||||
|
||||
MAINTAINER= alex@foxybanana.com
|
||||
COMMENT?= Rewrite of xmms as a client/server system (developer release)
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xmms2-0.2DrEvil.tar.bz2) = 110e1b5d3d5d89e64c2099cec4d0402b
|
||||
SHA256 (xmms2-0.2DrEvil.tar.bz2) = 1059fe1b6a03a40f8b680055c64e6475d769298983804f88ff6d38d88d514f28
|
||||
SIZE (xmms2-0.2DrEvil.tar.bz2) = 1012538
|
||||
MD5 (xmms2-0.2DrFeelgood.tar.bz2) = 46dc92bb78bf16d6cd9a733e6a923a92
|
||||
SHA256 (xmms2-0.2DrFeelgood.tar.bz2) = 8154dee69682ddca438e850dd0a83cda69226d147833d45b1451016dfe337162
|
||||
SIZE (xmms2-0.2DrFeelgood.tar.bz2) = 1012425
|
||||
|
17
audio/xmms2/files/patch-src_plugins_faad_Plugin
Normal file
17
audio/xmms2/files/patch-src_plugins_faad_Plugin
Normal file
@ -0,0 +1,17 @@
|
||||
--- src/plugins/faad/Plugin.orig Sat Jul 15 22:18:48 2006
|
||||
+++ src/plugins/faad/Plugin Sat Jul 15 22:19:02 2006
|
||||
@@ -2,13 +2,7 @@
|
||||
source=['faad.c', 'mp4ff/drms.c', 'mp4ff/mp4atom.c', 'mp4ff/mp4ff.c', 'mp4ff/mp4meta.c', 'mp4ff/mp4sample.c', 'mp4ff/mp4tagupdate.c', 'mp4ff/mp4util.c']
|
||||
|
||||
def config(env):
|
||||
- try:
|
||||
- env.checklib("faad", "faacDecInit2")
|
||||
- except ConfigError:
|
||||
- env.checklib("faad", "NeAACDecInit2")
|
||||
- except ConfigError:
|
||||
- raise ConfigError("Could not find libfaad")
|
||||
-
|
||||
+ env.Append (LIBS = ['faad'])
|
||||
env.Append (CCFLAGS = '-DUSE_TAGGING')
|
||||
|
||||
# to use iTunes DRM change this to true
|
Loading…
x
Reference in New Issue
Block a user