wok diff gxine/receipt @ rev 25094

Update some web_site & wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 10:52:55 2022 +0000 (23 months ago)
parents 00e3b45c063b
children ec9531d04de1
line diff
     1.1 --- a/gxine/receipt	Sat May 07 11:09:47 2022 +0000
     1.2 +++ b/gxine/receipt	Sat Jun 18 10:52:55 2022 +0000
     1.3 @@ -8,13 +8,14 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://www.xine-project.org"
     1.7 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.8 +WGET_URL="https://sourceforge.net/projects/xine/files/$PACKAGE/$VERSION/$TARBALL"
     1.9  
    1.10  DEPENDS="xine-lib libvorbis gtk+ spidermonkey dbus"
    1.11  BUILD_DEPENDS="spidermonkey-dev xine-lib-dev xorg-dev dbus-dev \
    1.12  gtk+-dev xorg-libXinerama-dev xorg-libXext-dev xorg-xextproto perl \
    1.13  xorg-libXv-dev xorg-videoproto xorg-xf86vidmodeproto"
    1.14  
    1.15 +# What is the latest version available today?
    1.16  current_version()
    1.17  {
    1.18  	wget -O - https://sourceforge.net/projects/xine/files/$PACKAGE 2>/dev/null | \
    1.19 @@ -25,8 +26,6 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24 -	
    1.25  	# Fix for glib2 (-lm)
    1.26  	sed -i "/<glib\//d" src/*
    1.27  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"