Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] SVK Change 9138 to grimoire.svk

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] SVK Change 9138 to grimoire.svk
  • Date: Fri, 2 Jun 2006 11:05:43 +0200

On Fri, Jun 02, 2006 at 02:52:00AM -0500, root wrote:
> Group: defaults
> Subject: r9138 - in test: . video/mplayer
>
> Author: arwed
> Date: Thu May 25 13:17:42 2006
> New Revision: 9138
>
> Added:
> test/video/mplayer/mplayer_20060519.tar.bz2.sig (contents, props
> changed)
> Modified:
> test/ (props changed)
> test/video/mplayer/DEPENDS
> test/video/mplayer/DETAILS
> test/video/mplayer/HISTORY
>
> Log:
> r9153@Otherland: arwed | 1970-01-01 01:00:00 +0200
> temporarily switched to snapshot, bug #12010
>
>
> Modified: test/video/mplayer/DEPENDS
> ==============================================================================
> Binary files. No diff available.

Ok, I figured out what's going wrong here. There's a bug in svks mime
type detection that makes it detect any file starting with 'if' as
audio/x-669-mod, making it a binary file. 'file' has such a magic code
too, but it's commented as it leads to more false positivies than real
positives ;)
I haven't reported the issue upstream yet, but will do so.
This obviously applies to quite a lot of files in our grimoires ...

> Modified: test/video/mplayer/DETAILS
> ==============================================================================
> --- test/video/mplayer/DETAILS (original)
> +++ test/video/mplayer/DETAILS Thu May 25 13:17:42 2006
> @@ -1,15 +1,21 @@
> SPELL=mplayer
> if [ "$MPLAYER_CVS" == "y" ]; then
> if [ "$MPLAYER_CVS_AUTOUPDATE" == "y" ]; then
> - VERSION=$(date +%Y%m%d)
> +# VERSION=$(date +%Y%m%d)
> + VERSION=snapshot
> else
> - VERSION=cvs
> +# VERSION=cvs
> + VERSION=snapshot
> fi
> - SOURCE=$SPELL-cvs.tar.bz2
> -
> SOURCE_URL[0]=cvs://:pserver:anonymous AT mplayerhq.hu:/cvsroot/mplayer:main
> - SOURCE_IGNORE=volatile
> - FORCE_DOWNLOAD=on
> -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
> +# SOURCE=$SPELL-cvs.tar.bz2
> + SOURCE=${SPELL}_20060519.tar.bz2
> +#
> SOURCE_URL[0]=cvs://:pserver:anonymous AT mplayerhq.hu:/cvsroot/mplayer:main
> + SOURCE_URL[0]=http://www.mplayerhq.hu/~rtogni/snapshots/$SOURCE
> +# SOURCE_IGNORE=volatile
> + SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
> +# FORCE_DOWNLOAD=on
> +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
> +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_20060519
> else
> VERSION=1.0pre7try2
> SOURCE=MPlayer-$VERSION.tar.bz2
>
> Modified: test/video/mplayer/HISTORY
> ==============================================================================
> --- test/video/mplayer/HISTORY (original)
> +++ test/video/mplayer/HISTORY Thu May 25 13:17:42 2006
> @@ -1,3 +1,9 @@
> +2006-05-24 Arwed v. Merkatz <v.merkatz AT gmx.net>
> + * DETAILS: commented all cvs stuff, switch to a snapshot from
> + http://www.mplayerhq.hu/~rtogni/snapshots/ as the cvs server is
> + dead
> + * DEPENDS: commented dependency on CVS
> +
> 2006-03-30 Arwed v. Merkatz <v.merkatz AT gmx.net>
> * cvs.Makefile.patch: updated
>
>
> Added: test/video/mplayer/mplayer_20060519.tar.bz2.sig
> ==============================================================================
> Binary file. No diff available.
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
>

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page