[SCM] FFmpeg packaging branch, master.unstripped, updated. upstream/0.svn20090128-73-gc28891f

Reinhard Tartler siretart at tauware.de
Wed Feb 4 14:18:43 UTC 2009


Hello Christian,

I haven't heard back from you yet, but I wanted to let you know that
I've just uploaded a new ffmpeg snaphshot to debian experimental:

siretart at users.alioth.debian.org writes:

> The following commit has been merged in the master.unstripped branch:
> commit c28891f2a79f19d43dc8192658e03aa3c8a639f2
> Merge: 274299e19f80a1b14481455f2686a9ea29e562d1 45fb5c23c19f5d9365f73695c552d7adc00218cf
> Author: Reinhard Tartler <siretart at tauware.de>
> Date:   Wed Feb 4 14:33:36 2009 +0100
>
>     Merge branch 'master' into master.unstripped


This time, I've tried to make things for you easy. On git.debian.org,
the pkg-multimedia/ffmpeg-debian repository contains a branch called
'master.unstripped'. That branch contains a ffmpeg package without any
crippling or removals of encoders, codecs or whatever. Moreover, it
only builds the replacement packages so that they can smoothly be
installed along with the debian packages.

Today I had the chance to have these packages tested on a user
machine. The packages worked perfectly. Perhaps you could distribute
them on debian-multimedia.org?

How to create the packages:

  sudo apt-get install git-buildpackage pristine-tar
  git clone git://git.debian.org/git/pkg-multimedia/ffmpeg-debian.git
  cd ffmpeg-debian
  branches="master.unstripped pristine-tar upstream upstream.unstripped"
  for b in $branches; do git checkout -b $b origin/$b ; done
  git-checkout master.unstripped
  git-buildpackage --git-pristine-tar -S        \
     --git-debian-branch="master.unstripped"    \
     --git-upstream-branch="upstream.unstripped"

This package build and works just fine in debian/main. I suspect you
want to build against vdpau, libx264, faac, etc. I also prepared support
for that. Just edit debian/control.ffmpeg, add the build-dependencies
and regenerate debian/control:

  $EDITOR debian/control.ffmpeg
  debian/rules debian/control

debian/confflags will check if the respective headers are available in
the build environment and add respective "--enable-foo" flags to the
configure call.

If that would work for you, I have no problem to maintain the
"master.unstripped" branch for debian-multimedia.org. Please tell me
your thoughts.


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 339 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20090204/625fd027/attachment.pgp 


More information about the pkg-multimedia-maintainers mailing list