PTS subscriptions

Loïc Minier lool@dooz.org
Sun, 12 Jun 2005 18:27:52 +0200


--5vNYLRcllDrimb99
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

        Hi,

 As you probably noticed, I've requested PTS subscriptions for the three
 source packages gst-editor, gstreamer0.8, gst-plugins0.8.

 Binary packages for these are:
 gstreamer0.8-a52dec gstreamer0.8-aa gstreamer0.8-alsa
 gstreamer0.8-artsd gstreamer0.8-audiofile gstreamer0.8-caca
 gstreamer0.8-cdparanoia gstreamer0.8-doc gstreamer0.8-dv
 gstreamer0.8-dvd gstreamer0.8-esd gstreamer0.8-festival
 gstreamer0.8-flac gstreamer0.8-gnomevfs gstreamer0.8-gsm
 gstreamer0.8-hermes gstreamer0.8-jack gstreamer0.8-jpeg
 gstreamer0.8-mad gstreamer0.8-mikmod gstreamer0.8-misc
 gstreamer0.8-mpeg2dec gstreamer0.8-oss gstreamer0.8-plugin-apps
 gstreamer0.8-plugins gstreamer0.8-sdl gstreamer0.8-sid
 gstreamer0.8-speex gstreamer0.8-swfdec gstreamer0.8-theora
 gstreamer0.8-tools gstreamer0.8-vorbis gstreamer0.8-x gstreamer-editor
 libgstreamer0.8-0 libgstreamer0.8-dev libgstreamer-gconf0.8-0
 libgstreamer-gconf0.8-dev libgstreamer-plugins0.8-0
 libgstreamer-plugins0.8-dev

 Binary packages *depending* on one or more of the above are:
 amarok-gstreamer sound-juicer swf-player rhythmbox totem-gstreamer
 gnome-media teatime muine libgstreamer0.8-ruby python-gst
 evolution-plugins ubuntu-desktop goobox nautilus-media gnome-applets
 capplets

 Binary packages *recommending* on one or more of the above are:
 amarok-gstreamer totem-gstreamer goobox

 For the sake of completion, the following binary packages are
 suggesting on or more of the above:
 amarok-gstreamer teatime capplets

 Finally, the following packages are build-depending on one or more of
 the above:
 amarok control-center evolution gnome-applets gnome-media goobox
 gst-python muine nautilus-media rhythmbox ruby-gnome2 sound-juicer
 swfdec0.3 teatime totem

 (Sebastien, these lists don't include Ubuntu packages.)

 I'm maintaining rhythmbox, and subscribed to the PTS of control-center,
 gnome-applets, gnome-media, nautilus-media, sound-juicer, teatime, and
 totem (because of pkg-gnome).

 Is someone willing to subscribe to amarok, goobox, gst-python, muine,
 ruby-gnome2, and swfdec0.3?


 (I attach commands used to generate the above list.)

   Bye,
--=20
Lo=EFc Minier <lool@dooz.org>
"Neutral President: I have no strong feelings one way or the other."

--5vNYLRcllDrimb99
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="pkg-gstreamer-commands.txt"

GStreamer source packages:
SLIST="gstreamer0.8|gst-plugins0.8|gst-editor"
All binary packages for GStreamer source packages:
BLIST=`cat /var/lib/apt/lists/*_Sources | grep-dctrl -e -s Binary -F Package '^('$SLIST')$' | sed -e 's/Binary: //' -e 's/,//g' -e "s/ /\n/g" | sort | uniq | xargs | sed 's/ /|/g'`
echo "$BLIST"

All binary packages depending on one or more of these:
grep-available -e -s Package -F Depends '\<('$BLIST')\>' | egrep -v '\<('$BLIST')\>' | awk '{ print $2}' | xargs

All source packages build-depending on one or more of the above:
cat /var/lib/apt/lists/*_Sources | grep-dctrl -e -s Package -F Build-Depends '\<('$BLIST')\>' | egrep -v '\<('$SLIST')\>' | awk '{ print $2}' | sort | uniq | xargs

--5vNYLRcllDrimb99--