[gstreamer-bugs] [Bug 609215] [rsvg] fix compilation with MSVC

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 8 23:59:32 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=609215
  GStreamer | gst-plugins-bad | 0.10.17

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-02-09 07:59:27 UTC ---
Ah well, in that case don't worry about it. Hand-editing is likely too much
hassle, but you could always do something like this:

  git config --global user.name "Your Name"
  git config --global user.email "you at foobar.com"

  git init .
  git add .
  git commit -m 'Import 0.10.25 tarball' 

on a freshly unpacked tarball. You can then modify your files and do

  git add dir/file1 file2 file3
  git commit

which will pop up a dialog where you can type a commit message, and then

  git format-patch -1

which will create a file called 0001-xyz.patch

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list