From a0443044475c758fcdd4add1a6d6449de41297c8 Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Wed, 30 Jun 2010 00:33:11 +0000 Subject: mythnetvision: add mythbroswer dependency http://www.mythtv.org/wiki/MythNetvision#Requirements --- abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD b/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD index cd25452..5ecbd78 100644 --- a/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.23/mythnetvision/PKGBUILD @@ -1,12 +1,12 @@ pkgname=mythnetvision pkgver=0.23 -pkgrel=5 +pkgrel=6 pkgdesc="Internet video plugin for MythTV" url="http://www.mythtv.org" license="GPL" arch=('i686' 'x86_64') -depends=('mythtv' 'python-pycurl' 'flashplugin') +depends=('mythtv' 'mythbrowser' 'python-pycurl' 'flashplugin') groups=('mythtv-extras') patches=() -- cgit v0.12 From 040b34a83de6a2b8aa8fbbea2a10472c952401a7 Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Wed, 30 Jun 2010 00:55:56 +0000 Subject: flashplugin: update to 10.1.53.64 --- abs/extra-testing/community/flashplugin/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/abs/extra-testing/community/flashplugin/PKGBUILD b/abs/extra-testing/community/flashplugin/PKGBUILD index 4a04ee0..7d7e65f 100644 --- a/abs/extra-testing/community/flashplugin/PKGBUILD +++ b/abs/extra-testing/community/flashplugin/PKGBUILD @@ -3,7 +3,7 @@ pkgname=flashplugin _licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf' -pkgver=10.0.42.34 +pkgver=10.1.53.64 pkgrel=1 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' @@ -14,8 +14,6 @@ provides=('flashplayer') license=('custom') source=('http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz' "http://www.adobe.com/products/eulas/pdfs/${_licensefile}") -md5sums=('aa694c7392d4519e4ef7812fd2922730' - '1636037610ee2aa35c5fb736a697b7e0') [ "${CARCH}" = "x86_64" ] && source[0]="http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-${pkgver}.linux-${CARCH}.so.tar.gz" [ "${CARCH}" = "x86_64" ] && md5sums[0]='8b427c2991c0447af56a951c653ee383' @@ -25,3 +23,5 @@ build() { install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1 install -m644 "${_licensefile}" ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf || return 1 } +md5sums=('e4cb4d26124605a54c3d498cc440368f' + '1636037610ee2aa35c5fb736a697b7e0') -- cgit v0.12