diff -Nru netflix-desktop-0.8.9~ubuntu12.04.1/debian/bzr-builder.manifest netflix-desktop-0.8.9/debian/bzr-builder.manifest --- netflix-desktop-0.8.9~ubuntu12.04.1/debian/bzr-builder.manifest 2015-01-12 19:18:48.000000000 +0000 +++ netflix-desktop-0.8.9/debian/bzr-builder.manifest 2015-01-15 23:03:07.000000000 +0000 @@ -1,2 +1,2 @@ # bzr-builder format 0.3 deb-version {debversion} -lp:netflix-desktop revid:erich.e.hoover@gmail.com-20150112191227-lh5q7p3y92c7pw31 +lp:netflix-desktop revid:erich.e.hoover@gmail.com-20150115223055-uorafxt14wi2q1ic diff -Nru netflix-desktop-0.8.9~ubuntu12.04.1/debian/changelog netflix-desktop-0.8.9/debian/changelog --- netflix-desktop-0.8.9~ubuntu12.04.1/debian/changelog 2015-01-12 19:18:48.000000000 +0000 +++ netflix-desktop-0.8.9/debian/changelog 2015-01-15 23:03:07.000000000 +0000 @@ -1,8 +1,13 @@ -netflix-desktop (0.8.9~ubuntu12.04.1) precise; urgency=low +netflix-desktop (0.8.9-1~ubuntu12.04.1) precise; urgency=low * Auto build. - -- Erich E. Hoover Mon, 12 Jan 2015 19:18:48 +0000 + -- Erich E. Hoover Thu, 15 Jan 2015 23:03:07 +0000 + +netflix-desktop (0.8.9-1) unstable; urgency=low + * Fix path check for wine-staging. + * Fix incorrect path to new Silverlight 5.1 version. + -- Erich E. Hoover Thu, 15 Jan 2015 15:30:36 -0700 netflix-desktop (0.8.9) unstable; urgency=low * Updated logo for Netflix. diff -Nru netflix-desktop-0.8.9~ubuntu12.04.1/plugins/wine-silverlight5.1-installer.config-script netflix-desktop-0.8.9/plugins/wine-silverlight5.1-installer.config-script --- netflix-desktop-0.8.9~ubuntu12.04.1/plugins/wine-silverlight5.1-installer.config-script 2015-01-12 19:18:48.000000000 +0000 +++ netflix-desktop-0.8.9/plugins/wine-silverlight5.1-installer.config-script 2015-01-15 23:03:07.000000000 +0000 @@ -4,4 +4,4 @@ . "${PKG_DIR}/gizmos" # Setup the plugin configuration to use this specific version of Silverlight (for profiles with more than one version) -setup_silverlight 5.1.20913.0; +setup_silverlight 5.1.30514.0; diff -Nru netflix-desktop-0.8.9~ubuntu12.04.1/plugins/wine-silverlight5.1-installer.install-script netflix-desktop-0.8.9/plugins/wine-silverlight5.1-installer.install-script --- netflix-desktop-0.8.9~ubuntu12.04.1/plugins/wine-silverlight5.1-installer.install-script 2015-01-12 19:18:48.000000000 +0000 +++ netflix-desktop-0.8.9/plugins/wine-silverlight5.1-installer.install-script 2015-01-15 23:03:07.000000000 +0000 @@ -7,7 +7,7 @@ # Move the installation to a version-specific folder that nothing will touch PROGRAM_FILES="${WINEPREFIX}/drive_c/Program Files"; mkdir "${PROGRAM_FILES}/Silverlight" 2>/dev/null; # create the destination folder if necessary -mv "${PROGRAM_FILES}/Microsoft Silverlight/5.1.20913.0" "${PROGRAM_FILES}/Silverlight/5.1.20913.0"; +mv "${PROGRAM_FILES}/Microsoft Silverlight/5.1.30514.0" "${PROGRAM_FILES}/Silverlight/5.1.30514.0"; # Wait for Wine to finish building the .desktop files TIMEOUT="10"; while "${WINESERVER}" --kill=0 && [ "${TIMEOUT}" -ne "0" ]; do diff -Nru netflix-desktop-0.8.9~ubuntu12.04.1/wine-browser-installer/wine-browser netflix-desktop-0.8.9/wine-browser-installer/wine-browser --- netflix-desktop-0.8.9~ubuntu12.04.1/wine-browser-installer/wine-browser 2015-01-12 19:18:48.000000000 +0000 +++ netflix-desktop-0.8.9/wine-browser-installer/wine-browser 2015-01-15 23:03:07.000000000 +0000 @@ -37,7 +37,7 @@ SERVICE_SUMS="${PKG_DIR}/${PACKAGE}.sha256sums"; LOCAL_SUMS="${WINEPREFIX}/wine-browser-installer.sha256sums"; GLOBAL_SUMS="${PKG_DIR}/wine-browser-installer.sha256sums"; -WINE="/opt/wine-compholio/bin/wine"; +WINE=$(PATH="/opt/wine-staging/bin:/opt/wine-compholio/bin:${PATH}" which wine); SHOWDEBUG="0"; RELAYLOG="0"; ${PKG_DIR}/hw-accel-default; HW_ACCELERATION_DISABLED=$?; @@ -53,8 +53,6 @@ if [ "${SUDO}" = "" ]; then SUDO=$(which beesu 2>/dev/null); fi -# If the patched Wine is unavailable then use the system installed version -test -x "${WINE}" || WINE=$(which wine); export WINE; # Reformat the dependency list so it is easy to loop over