wok-6.x diff xine-ui/receipt @ rev 25453

BootProg/boot16.asm: too small fat16 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 17 08:17:46 2022 +0000 (21 months ago)
parents ad86373a4a8c
children 2155b2665e26
line diff
     1.1 --- a/xine-ui/receipt	Tue Sep 28 08:31:51 2021 +0000
     1.2 +++ b/xine-ui/receipt	Sat Sep 17 08:17:46 2022 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.7 -WEB_SITE="http://www.xine-project.org/"
     1.8 +WEB_SITE="https://www.xine-project.org/"
     1.9  WGET_URL="$SF_MIRROR/project/xine/xine-ui/$VERSION/$TARBALL"
    1.10  
    1.11  # Keep Xine small for Live system, we have MPlaye or VLC has big video player.
    1.12 @@ -19,6 +19,7 @@
    1.13  # Use a custom .desktop file
    1.14  GENERIC_MENUS="no"
    1.15  
    1.16 +# What is the latest version available today?
    1.17  current_version()
    1.18  {
    1.19  	wget -O - https://sourceforge.net/projects/xine/files/$PACKAGE/ 2>/dev/null | \