summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-21 17:03:44 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-21 17:03:44 +0000
commit49646e2a05f3072b8371e9c5feb28a5060e8a476 (patch)
tree2764d2bfbfafdd5479efef2622b3d1354169e092
parentversion bump (diff)
downloadhistorical-49646e2a05f3072b8371e9c5feb28a5060e8a476.tar.gz
historical-49646e2a05f3072b8371e9c5feb28a5060e8a476.tar.bz2
historical-49646e2a05f3072b8371e9c5feb28a5060e8a476.zip
Remove the mad big fat warning from last ebuild as it doesn't crash players anymore.
Package-Manager: portage-2.1_pre7-r5
-rw-r--r--media-libs/xine-lib/ChangeLog7
-rw-r--r--media-libs/xine-lib/Manifest10
-rw-r--r--media-libs/xine-lib/xine-lib-1.1.2_pre20060328-r1.ebuild10
3 files changed, 17 insertions, 10 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog
index c860e0dfe202..4c3d0e1fb728 100644
--- a/media-libs/xine-lib/ChangeLog
+++ b/media-libs/xine-lib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/xine-lib
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.322 2006/04/20 09:51:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.323 2006/04/21 17:03:44 flameeyes Exp $
+
+ 21 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+ xine-lib-1.1.2_pre20060328-r1.ebuild:
+ Remove the mad big fat warning from last ebuild as it doesn't crash players
+ anymore.
*xine-lib-1.1.2_pre20060328-r1 (20 Apr 2006)
diff --git a/media-libs/xine-lib/Manifest b/media-libs/xine-lib/Manifest
index e872b2c8a2d2..5b8a0d071f95 100644
--- a/media-libs/xine-lib/Manifest
+++ b/media-libs/xine-lib/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 06c27f65051d23c195347648de3471a8 ChangeLog 26011
RMD160 9638c81ec1dcd2cb0466faeb17631144b85269a5 ChangeLog 26011
SHA256 ec2f706281ce32971aaef9e80e29b9648cb7915a18fe4b0c016a8e37df472f7c ChangeLog 26011
@@ -22,3 +25,10 @@ SHA256 0308c7d2bc6fc214b270dc06b638ea915253ab9548ac8383b9cc9fb8e38f4009 xine-lib
MD5 32f306a2b7e974b8e58a446a98d9729c xine-lib-1.1.2_pre20060328-r1.ebuild 7892
RMD160 6c55adb3ce1c281759544b1b0ae1f85344f79959 xine-lib-1.1.2_pre20060328-r1.ebuild 7892
SHA256 37b03bc7582552bbe6e00159e495a49c0abc5bacc549b79c95406068afbc2d60 xine-lib-1.1.2_pre20060328-r1.ebuild 7892
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (GNU/Linux)
+
+iD8DBQFESQ++AiZjviIA2XgRAl7nAKDr5q0gcaIA2BipzLtIpMuNW09o8QCglQI8
+OGfao0kpSNpJ0k1juIrcXrY=
+=vgwH
+-----END PGP SIGNATURE-----
diff --git a/media-libs/xine-lib/xine-lib-1.1.2_pre20060328-r1.ebuild b/media-libs/xine-lib/xine-lib-1.1.2_pre20060328-r1.ebuild
index c0a90ef26fed..f7e11cbc1741 100644
--- a/media-libs/xine-lib/xine-lib-1.1.2_pre20060328-r1.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.1.2_pre20060328-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.2_pre20060328-r1.ebuild,v 1.1 2006/04/20 09:51:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.2_pre20060328-r1.ebuild,v 1.2 2006/04/21 17:03:44 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs libtool autotools
@@ -265,12 +265,4 @@ pkg_postinst() {
einfo ""
einfo "To be able to play WMV/WMA files, please add asf useflag."
fi
-
- if ! use mad; then
- einfo "MAD decoding library is disabled."
- einfo "This means that playing mp3 will not be possible with xine-lib"
- einfo "based players. amaroK will crash if you try to."
- einfo ""
- einfo "To be able to play mp3 files, please add mad useflag."
- fi
}