diff options
author | 2006-12-10 05:54:53 +0000 | |
---|---|---|
committer | 2006-12-10 05:54:53 +0000 | |
commit | cce9ac4f969a5d89894d1d2a11da49d3662b8878 (patch) | |
tree | 4bd3ba1fb430210a1266a847408b11469822e283 /media-sound/muine/files | |
parent | pruning old versions (diff) | |
download | historical-cce9ac4f969a5d89894d1d2a11da49d3662b8878.tar.gz historical-cce9ac4f969a5d89894d1d2a11da49d3662b8878.tar.bz2 historical-cce9ac4f969a5d89894d1d2a11da49d3662b8878.zip |
pruning old versions
Package-Manager: portage-2.1.2_rc3
Diffstat (limited to 'media-sound/muine/files')
6 files changed, 0 insertions, 137 deletions
diff --git a/media-sound/muine/files/digest-muine-0.8.4 b/media-sound/muine/files/digest-muine-0.8.4 deleted file mode 100644 index 9fd2c45b0046..000000000000 --- a/media-sound/muine/files/digest-muine-0.8.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 215dab4b1a0022deadb848b646640514 muine-0.8.4.tar.gz 703273 -RMD160 97162ea16a85043aa0dcf78932f36c4a2c7186ca muine-0.8.4.tar.gz 703273 -SHA256 2a2b97f1c61ff6a2b030074c2a104b067c8a13ff1cb4952bf06caa08c86bdde4 muine-0.8.4.tar.gz 703273 diff --git a/media-sound/muine/files/digest-muine-0.8.5 b/media-sound/muine/files/digest-muine-0.8.5 deleted file mode 100644 index 48aa97adc94c..000000000000 --- a/media-sound/muine/files/digest-muine-0.8.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 6960b21da5fd5cbc7a2e5a93a7bcd2a2 muine-0.8.5.tar.gz 701852 diff --git a/media-sound/muine/files/muine-0.8.2-autoconf.diff b/media-sound/muine/files/muine-0.8.2-autoconf.diff deleted file mode 100644 index dc3d063136cb..000000000000 --- a/media-sound/muine/files/muine-0.8.2-autoconf.diff +++ /dev/null @@ -1,31 +0,0 @@ -diff -aur muine-0.8.2-orig/configure muine-0.8.2/configure ---- muine-0.8.2-orig/configure 2005-02-07 12:18:26.000000000 -0500 -+++ muine-0.8.2/configure 2005-04-02 12:29:34.000000000 -0500 -@@ -21620,9 +21620,10 @@ - enableval="$enable_faad2" - - else -- have_faad2=yes -+ enable_faad2=yes - fi; --if test "x$have_faad2" = "xyes"; then -+ -+if test "x$enable_faad2" = "xyes"; then - if test "${ac_cv_header_mp4ff_h+set}" = set; then - echo "$as_me:$LINENO: checking for mp4ff.h" >&5 - echo $ECHO_N "checking for mp4ff.h... $ECHO_C" >&6 -diff -aur muine-0.8.2-orig/configure.in muine-0.8.2/configure.in ---- muine-0.8.2-orig/configure.in 2005-02-07 12:18:08.000000000 -0500 -+++ muine-0.8.2/configure.in 2005-04-02 12:29:24.000000000 -0500 -@@ -112,8 +112,9 @@ - AC_SUBST(ID3TAG_LIBS) - - dnl Check for FAAD --AC_ARG_ENABLE(faad2, [ --disable-faad2 Disable AAC support],,have_faad2=yes) --if test "x$have_faad2" = "xyes"; then -+AC_ARG_ENABLE(faad2, [ --disable-faad2 Disable AAC support],,enable_faad2=yes) -+ -+if test "x$enable_faad2" = "xyes"; then - AC_CHECK_HEADER(mp4ff.h, faad2_detect=yes, faad_detect=no) - if test "x$faad2_detect" = "xyes"; then - FAAD_LIBS="-lmp4ff -lfaad" diff --git a/media-sound/muine/files/muine-0.8.3-64-bit-int.diff b/media-sound/muine/files/muine-0.8.3-64-bit-int.diff deleted file mode 100644 index 223adcf02266..000000000000 --- a/media-sound/muine/files/muine-0.8.3-64-bit-int.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/egg-sharp.cs.old 2005-09-09 16:29:07.146334128 +0200 -+++ plugins/egg-sharp.cs 2005-09-09 16:29:23.521844672 +0200 -@@ -185,7 +185,7 @@ - [StructLayout(LayoutKind.Sequential)] - internal struct XClientMessageEvent { - internal XEventName type; -- internal int serial; -+ internal IntPtr serial; - internal bool send_event; - internal IntPtr display; - internal IntPtr window; diff --git a/media-sound/muine/files/muine-0.8.3-gtk-sharp-2.x.90-compat.diff b/media-sound/muine/files/muine-0.8.3-gtk-sharp-2.x.90-compat.diff deleted file mode 100644 index 92807b7e30e9..000000000000 --- a/media-sound/muine/files/muine-0.8.3-gtk-sharp-2.x.90-compat.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -aur muine-0.8.3-orig/src/PlaylistWindow.cs muine-0.8.3/src/PlaylistWindow.cs ---- muine-0.8.3-orig/src/PlaylistWindow.cs 2005-05-01 12:25:15.000000000 -0400 -+++ muine-0.8.3/src/PlaylistWindow.cs 2005-08-16 19:29:45.000000000 -0400 -@@ -431,7 +431,7 @@ - public void RestorePlaylist () - { - // Load last playlist -- if (!File.Exists (FileUtils.PlaylistFile)) -+ if (!System.IO.File.Exists (FileUtils.PlaylistFile)) - return; - - OpenPlaylistInternal (FileUtils.PlaylistFile, diff --git a/media-sound/muine/files/muine-0.8.3-monodoc-update.diff b/media-sound/muine/files/muine-0.8.3-monodoc-update.diff deleted file mode 100644 index a78bb6daa902..000000000000 --- a/media-sound/muine/files/muine-0.8.3-monodoc-update.diff +++ /dev/null @@ -1,79 +0,0 @@ -diff -aur muine-0.8.3-orig/configure.in muine-0.8.3/configure.in ---- muine-0.8.3-orig/configure.in 2005-05-04 10:01:12.000000000 -0700 -+++ muine-0.8.3/configure.in 2006-01-21 11:58:46.000000000 -0800 -@@ -25,7 +25,7 @@ - MONO_REQUIRED=1.0 - GTKSHARP_REQUIRED=1.9.2 - DBUSSHARP_REQUIRED=0.21 --MONODOC_REQUIRED=0.16 -+MONODOC_REQUIRED=1.1.8 - - dnl Audio backend stuff - AC_ARG_ENABLE(xine, [ --enable-xine=[no/yes] compile with libxine support.],,enable_xine=no) -@@ -154,7 +154,11 @@ - PKG_CHECK_MODULES(MONODOC, monodoc >= $MONODOC_REQUIRED, have_monodoc=yes, have_monodoc=no) - AM_CONDITIONAL(ENABLE_MONODOC, test "x$have_monodoc" = "xyes") - --AC_PATH_PROG(MONODOC, monodoc) -+AC_PATH_PROG(MDASSEMBLER, mdassembler) -+AC_PATH_PROG(MONODOCER, monodocer) -+ -+MONODOC_SOURCESDIR=`pkg-config --variable=sourcesdir monodoc` -+AC_SUBST(MONODOC_SOURCESDIR) - - dnl Intl - ALL_LINGUAS="az bg ca cs da de en_CA en_GB es et eu fi fr hr hu is ja ko lt ms nb nl no pl pt pt_BR ro ru rw sr sr@Latn sv zh_CN" -diff -aur muine-0.8.3-orig/doc/Makefile.am muine-0.8.3/doc/Makefile.am ---- muine-0.8.3-orig/doc/Makefile.am 2005-01-06 19:22:19.000000000 -0800 -+++ muine-0.8.3/doc/Makefile.am 2006-01-21 11:56:10.000000000 -0800 -@@ -1,34 +1,36 @@ - if ENABLE_MONODOC - TARGETS = muine-docs.zip muine-docs.tree muine-docs.source - -+ASSEMBLIES = \ -+ $(top_builddir)/PluginLib/muine-plugin.dll \ -+ $(top_builddir)/DBusLib/muine-dbus.dll -+ -+ASSEMBLIES_BUILD = $(foreach asm,$(ASSEMBLIES),$(addprefix -assembly:,$(asm))) -+ - install-data-local: -- mkdir -p $(DESTDIR)/`monodoc --get-sourcesdir` -+ mkdir -p $(DESTDIR)/$(MONODOC_SOURCESDIR) - install -m 644 $(srcdir)/muine-docs.source \ -- $(DESTDIR)/`monodoc --get-sourcesdir` -+ $(DESTDIR)/$(MONODOC_SOURCESDIR) - install -m 644 muine-docs.tree \ -- $(DESTDIR)/`monodoc --get-sourcesdir` -+ $(DESTDIR)/$(MONODOC_SOURCESDIR) - install -m 644 muine-docs.zip \ -- $(DESTDIR)/`monodoc --get-sourcesdir` -+ $(DESTDIR)/$(MONODOC_SOURCESDIR) - - uninstall-local: -- rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/muine-docs.source -- rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/muine-docs.tree -- rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/muine-docs.zip -+ rm -f $(DESTDIR)/$(MONODOC_SOURCESDIR)/muine-docs.source -+ rm -f $(DESTDIR)/$(MONODOC_SOURCESDIR)/muine-docs.tree -+ rm -f $(DESTDIR)/$(MONODOC_SOURCESDIR)/muine-docs.zip - else - TARGETS = - endif - - noinst_DATA = $(TARGETS) - --ASSEMBLER = $(MONODOC) --assemble --UPDATER = $(MONODOC) --update -- - muine-docs.zip muine-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml -- $(ASSEMBLER) --ecma $(srcdir)/en -o muine-docs -+ $(MDASSEMBLER) --ecma $(srcdir)/en -o muine-docs - --update: -- $(UPDATER) $(top_builddir)/PluginLib/muine-plugin.dll -o ./en -f -- $(UPDATER) $(top_builddir)/DBusLib/muine-dbus.dll -o ./en -f -+update: $(ASSEMBLIES) -+ $(MONODOCER) $(ASSEMBLIES_BUILD) -path:en -updateto:en -delete - - CLEANFILES = muine-docs.zip muine-docs.tree - |