diff options
author | 2006-01-06 21:07:16 +0000 | |
---|---|---|
committer | 2006-01-06 21:07:16 +0000 | |
commit | 88b61d109b9e300f7c1d3dc3b7ce3b602e50d988 (patch) | |
tree | 32fa6ac7e3a074151465cd78f945a13ff5c21426 /media-video/totem/files | |
parent | Version bump, updated patch, fixed typo (bug #117549). Fixed to install html ... (diff) | |
download | gentoo-2-88b61d109b9e300f7c1d3dc3b7ce3b602e50d988.tar.gz gentoo-2-88b61d109b9e300f7c1d3dc3b7ce3b602e50d988.tar.bz2 gentoo-2-88b61d109b9e300f7c1d3dc3b7ce3b602e50d988.zip |
New minor bugfix release
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-video/totem/files')
-rw-r--r-- | media-video/totem/files/digest-totem-1.2.1 | 1 | ||||
-rw-r--r-- | media-video/totem/files/totem-1.2.1-gecko-sdk.patch | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/media-video/totem/files/digest-totem-1.2.1 b/media-video/totem/files/digest-totem-1.2.1 new file mode 100644 index 000000000000..38d468e84957 --- /dev/null +++ b/media-video/totem/files/digest-totem-1.2.1 @@ -0,0 +1 @@ +MD5 7915469973500dba01d51edfd9e49cf3 totem-1.2.1.tar.bz2 1411347 diff --git a/media-video/totem/files/totem-1.2.1-gecko-sdk.patch b/media-video/totem/files/totem-1.2.1-gecko-sdk.patch new file mode 100644 index 000000000000..64387e443626 --- /dev/null +++ b/media-video/totem/files/totem-1.2.1-gecko-sdk.patch @@ -0,0 +1,29 @@ +--- configure.in.new 2005-12-13 18:13:21.000000000 -0600 ++++ configure.in 2005-12-13 18:14:54.000000000 -0600 +@@ -211,7 +211,7 @@ + AC_ARG_WITH([mozilla], + AS_HELP_STRING([--with-mozilla],[Which gecko engine to use (default: autodetect)])) + +- GECKOS="firefox mozilla-firefox seamonkey mozilla xulrunner" ++ GECKOS="gecko-sdk firefox mozilla-firefox seamonkey mozilla xulrunner" + gecko=$with_mozilla + + if test "x$gecko" = "x"; then +@@ -241,6 +241,7 @@ + AC_MSG_RESULT([$gecko]) + + case "$gecko" in ++ gecko-sdk) MOZILLA_VERSION_MIN=1.7 ;; + mozilla) MOZILLA_VERSION_MIN=1.7 ;; + seamonkey) MOZILLA_VERSION_MIN=1.0 ;; + *firefox) MOZILLA_VERSION_MIN=1.0 ;; +@@ -284,7 +285,8 @@ + MOZILLA_XPCOM_CFLAGS="-I`$PKG_CONFIG --variable=includedir $MOZILLA-xpcom`" + MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR:-$MOZILLA_LIBDIR}" + +- AC_PATH_PROG([MOZILLA_XPIDL], [xpidl], [no], [$MOZILLA_LIBDIR:$PATH]) ++ AC_PATH_PROG([MOZILLA_XPIDL], [xpidl], [no], ++ [$MOZILLA_LIBDIR:$MOZILLA_LIBDIR/../bin:$PATH]) + if test "x$MOZILLA_XPIDL" = "xno"; then + ENABLE_MOZILLA=no + AC_MSG_WARN([xpidl compiler not found]) |