diff options
author | 2005-09-16 22:14:29 +0000 | |
---|---|---|
committer | 2005-09-16 22:14:29 +0000 | |
commit | 527347d205c22bdbae336160ad26c92a7929f952 (patch) | |
tree | 0eda6c11f4b0e47367f0e3bc7001a12e132e27d2 /media-video | |
parent | Converted to UTF-8, fixed encoding screwups (diff) | |
download | historical-527347d205c22bdbae336160ad26c92a7929f952.tar.gz historical-527347d205c22bdbae336160ad26c92a7929f952.tar.bz2 historical-527347d205c22bdbae336160ad26c92a7929f952.zip |
fix invalid atoms
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/totem/Manifest | 22 | ||||
-rw-r--r-- | media-video/totem/totem-1.2.0.ebuild | 6 |
2 files changed, 14 insertions, 14 deletions
diff --git a/media-video/totem/Manifest b/media-video/totem/Manifest index cd01076a6a73..fe7981446051 100644 --- a/media-video/totem/Manifest +++ b/media-video/totem/Manifest @@ -1,25 +1,25 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 9849267cf0128b7c9529c47e3924e397 totem-1.2.0.ebuild 3569 -MD5 089f804ba17d80ad9dfa04b3974e533a totem-1.0.2-r1.ebuild 2729 -MD5 df80fca2806ec6c59745677c4fc701bf totem-1.1.5.ebuild 3292 MD5 538b789012f52467c4747020f798b167 ChangeLog 11058 -MD5 74b9bd3cc5015b286abc33eb51408252 metadata.xml 521 -MD5 227633b3111f842095988027bf661933 totem-1.0.4.ebuild 2683 MD5 7e5a2048d71f5bd98866aba5531f9012 files/digest-totem-1.0.2-r1 65 -MD5 4a060cda8c0e91e2ea4138c718542fc9 files/totem-1.1.5-nsi.patch 444 MD5 ac8a4cf594e065c2ddc00dc70c8d2170 files/digest-totem-1.0.4 65 MD5 e67b309fe444a235befda815f7b3c1c6 files/digest-totem-1.1.5 65 MD5 e7c829d2432b645ddb68128a4bead344 files/digest-totem-1.2.0 65 +MD5 35a6d2e3ca24f11ad967a671a008b488 files/totem-1.0.2-xine_no_xxmc.patch 360 MD5 cccfa415897f1198d6cb702e258b85a9 files/totem-1.0.4-fbsd.patch 1190 -MD5 d64b50de60d0223b68b67b7788086b5b files/totem-1.2.0-lang_it_fix.patch 834 MD5 fe046287640b18b65e04be18e3fa7f1e files/totem-1.1.5-idl.patch 826 -MD5 35a6d2e3ca24f11ad967a671a008b488 files/totem-1.0.2-xine_no_xxmc.patch 360 +MD5 4a060cda8c0e91e2ea4138c718542fc9 files/totem-1.1.5-nsi.patch 444 +MD5 d64b50de60d0223b68b67b7788086b5b files/totem-1.2.0-lang_it_fix.patch 834 +MD5 74b9bd3cc5015b286abc33eb51408252 metadata.xml 521 +MD5 089f804ba17d80ad9dfa04b3974e533a totem-1.0.2-r1.ebuild 2729 +MD5 227633b3111f842095988027bf661933 totem-1.0.4.ebuild 2683 +MD5 df80fca2806ec6c59745677c4fc701bf totem-1.1.5.ebuild 3292 +MD5 287f6fe0cea52edef8be43a94e43a35e totem-1.2.0.ebuild 3569 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDKy6QomPajV0RnrERApVSAJ91FIMFL+OCjv5JX33I5mX3JghPswCfa8mg -gLcgwULU2rd5KJPxYOBS3Ng= -=eqqW +iD8DBQFDK0PXI1lqEGTUzyQRArlZAKC61iN+IqaQbBzUdvwCWcnm/nMKngCguYI9 +ijnnVxhDMcdX6lBw33SFXa4= +=k5mI -----END PGP SIGNATURE----- diff --git a/media-video/totem/totem-1.2.0.ebuild b/media-video/totem/totem-1.2.0.ebuild index 2453ec095389..e021407c6873 100644 --- a/media-video/totem/totem-1.2.0.ebuild +++ b/media-video/totem/totem-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-1.2.0.ebuild,v 1.4 2005/09/16 20:42:57 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-1.2.0.ebuild,v 1.5 2005/09/16 22:14:29 swegener Exp $ inherit gnome2 eutils multilib @@ -48,9 +48,9 @@ RDEPEND=">=dev-libs/glib-2.6.3 win32codecs? ( >=media-plugins/gst-plugins-pitfdll-0.8.1 ) ) firefox? ( >=www-client/mozilla-firefox-1.0.2-r1 - >=sys-apps/dbus ) + sys-apps/dbus ) !firefox? ( mozilla? ( >=www-client/mozilla-1.7.3 - >=sys-apps/dbus ) ) + sys-apps/dbus ) ) !gnome-extra/nautilus-media" |