Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <jblosser-smgl AT firinn.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] SVK Change 9122 to grimoire.svk
  • Date: Fri, 2 Jun 2006 03:09:08 -0500

These are not the best yet, but it's better than nothing I hope. All prior
svk commits have had mails sent now except for one very large accidental
merge+revision at 9143-4. If anyone knows a way to get svn/svk to notice
the author of a commit's real name and email as a property of the commit
I'd like to hear it; given that svk is distributed it should be storing
that somewhere I would think.

I will try to get hg available for users tomorrow (Friday).

On Jun 02, root [scm AT mail.sourcemage.org] wrote:
> Group: defaults
> Subject: r9122 - test/video/ffmpeg
>
> Author: arwed
> Date: Mon May 22 12:09:36 2006
> New Revision: 9122
>
> Modified:
> test/video/ffmpeg/BUILD
> test/video/ffmpeg/DEPENDS
> test/video/ffmpeg/HISTORY
>
> Log:
> sync up from p4
>
> Modified: test/video/ffmpeg/BUILD
> ==============================================================================
> --- test/video/ffmpeg/BUILD (original)
> +++ test/video/ffmpeg/BUILD Mon May 22 12:09:36 2006
> @@ -16,6 +16,7 @@
> --enable-gpl \
> --enable-a52 \
> $OPTS &&
> +sedit 's:SDL_LIBS=.*:\0 -L/usr/X11R6/lib -lX11:' config.mak &&
> cd libavcodec/libpostproc &&
> make &&
> cd $SOURCE_DIRECTORY &&
>
> Modified: test/video/ffmpeg/DEPENDS
> ==============================================================================
> --- test/video/ffmpeg/DEPENDS (original)
> +++ test/video/ffmpeg/DEPENDS Mon May 22 12:09:36 2006
> @@ -22,4 +22,8 @@
> optional_depends "freetype2" \
> "" \
> "" \
> - "for a text render plugin"
> + "for a text render plugin" &&
> +optional_depends sdl \
> + "" \
> + "--disable-ffplay" \
> + "for ffplay video player"
>
> Modified: test/video/ffmpeg/HISTORY
> ==============================================================================
> --- test/video/ffmpeg/HISTORY (original)
> +++ test/video/ffmpeg/HISTORY Mon May 22 12:09:36 2006
> @@ -1,3 +1,8 @@
> +2006-05-19 Arwed v. Merkatz <v.merkatz AT gmx.net>
> + * DEPENDS: added optional_depends on sdl
> + * BUILD: fix SDL_LIBS after running configure so it works with
> + SDL 1.2.10
> +
> 2006-04-11 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx:
> * BUILD: replaced fPIC and DPIC removal code with disable_pic

Attachment: pgpuasSaJ6cFV.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page