Karl Larsen wrote:
This morning I discovered sound that comes with the pictures when
viewed with VLC has stopped working. I started Skype and it has good
audio. I have no pulseaudio on this F8 so the problem can't be that. I
can't think of any reason for this problem.
Karl
I just looked at updates for yesterday. As is usual I have no way to
know what they do. Here is the list:
Jan 17 06:22:58 Updated: selinux-policy - 3.0.8-74.fc8.noarch
Jan 17 06:23:42 Updated: selinux-policy-targeted - 3.0.8-74.fc8.noarch
Jan 17 06:24:05 Updated: selinux-policy-devel - 3.0.8-74.fc8.noarch
Jan 17 06:24:05 Updated: kudzu-devel - 1.2.79.2-1.i386
Jan 17 06:24:06 Updated: hpijs - 1:2.7.7-7.fc8.i386
Jan 17 06:24:11 Updated: e2fsprogs-libs - 1.40.2-12.fc8.i386
Jan 17 06:24:11 Updated: cairo - 1.4.14-1.fc8.i386
Jan 17 06:24:16 Updated: hplip - 2.7.7-7.fc8.i386
Jan 17 06:24:17 Updated: libsane-hpaio - 2.7.7-7.fc8.i386
Jan 17 06:24:19 Updated: kudzu - 1.2.79.2-1.i386
Jan 17 06:24:20 Updated: e2fsprogs-devel - 1.40.2-12.fc8.i386
Jan 17 06:24:20 Updated: mpage - 2.5.6-1.fc8.i386
Jan 17 06:24:21 Updated: e2fsprogs - 1.40.2-12.fc8.i386
Jan 17 06:24:22 Updated: cairo-devel - 1.4.14-1.fc8.i386
Jan 17 16:33:14 Installed: libdvdcss - 1.2.9-4.lvn6.i386
[root@localhost log]#
Karl
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-19-2008, 02:02 AM
"Michael Schwendt"
VLC looses audio
On 18/01/2008, Karl Larsen <k5di@zianet.com> wrote:
>
> I just looked at updates for yesterday. As is usual I have no way to
> know what they do. Here is the list:
Sure you do! Subscribe to fedora-package-announce, use the GUI
Software Updater, or display the package changelogs. Example:
rpm --query --changelog cairo | less
And you don't need to be "root" for that.
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-19-2008, 05:39 AM
Tim
VLC looses audio
On Fri, 2008-01-18 at 12:02 -0700, Karl Larsen wrote:
> I just looked at updates for yesterday. As is usual I have no way
> to know what they do. Here is the list:
>
> Jan 17 06:22:58 Updated: selinux-policy - 3.0.8-74.fc8.noarch
If it's something already installed, as most updates generally are, then
you can do:
rpm -qi selinux-policy
If it's not something that's already installed, as some updates which
replace something else may be, then you can do:
yum info selinux-policy
That'll tell you what they are, in as much as the packager described
them. If you want to find out the changes since the last time, then
it's a changelog query you want, like Michael said. I think you can
also do that sort of thing through yum, but I'm not sure.
Don't send private replies to my address, the mailbox is ignored.
I read messages from the public lists.
__________________________________________________ ______________
The sky is not falling!
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-19-2008, 11:24 AM
"Michael Schwendt"
VLC looses audio
On 19/01/2008, Tim <ignored_mailbox@yahoo.com.au> wrote:
>
> If you want to find out the changes since the last time, then
> it's a changelog query you want, like Michael said. I think you can
> also do that sort of thing through yum, but I'm not sure.
yum-changelog - Yum plugin for viewing package changelogs before/after updating
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-19-2008, 05:27 PM
Karl Larsen
VLC looses audio
Michael Schwendt wrote:
On 18/01/2008, Karl Larsen <k5di@zianet.com> wrote:
I just looked at updates for yesterday. As is usual I have no way to
know what they do. Here is the list:
Sure you do! Subscribe to fedora-package-announce, use the GUI
Software Updater, or display the package changelogs. Example:
rpm --query --changelog cairo | less
And you don't need to be "root" for that.
I tried your example and it gave me nothing I understand. It is
possible I will never know what cairo does.
Karl
--
Karl F. Larsen, AKA K5DI
Linux User
#450462 http://counter.li.org.
PGP 4208 4D6E 595F 22B9 FF1C ECB6 4A3C 2C54 FE23 53A7
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-19-2008, 06:17 PM
David Boles
VLC looses audio
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Karl Larsen wrote:
| Michael Schwendt wrote:
|> On 18/01/2008, Karl Larsen <k5di@zianet.com> wrote:
|>
|>> I just looked at updates for yesterday. As is usual I have no way to
|>> know what they do. Here is the list:
|>>
|>
|> Sure you do! Subscribe to fedora-package-announce, use the GUI
|> Software Updater, or display the package changelogs. Example:
|>
|> rpm --query --changelog cairo | less
|>
|> And you don't need to be "root" for that.
|>
|>
| I tried your example and it gave me nothing I understand. It is
| possible I will never know what cairo does.
Simply put Cairo is a graphics rendering application. Firefox, for
example, uses Cairo.
- --
~ David
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
01-19-2008, 06:22 PM
"Michael Schwendt"
VLC looses audio
On 19/01/2008, Karl Larsen <k5di@zianet.com> wrote:
> Michael Schwendt wrote:
> > On 18/01/2008, Karl Larsen <k5di@zianet.com> wrote:
> >
> >> I just looked at updates for yesterday. As is usual I have no way to
> >> know what they do. Here is the list:
> >>
> >
> > Sure you do! Subscribe to fedora-package-announce, use the GUI
> > Software Updater, or display the package changelogs. Example:
> >
> > rpm --query --changelog cairo | less
> >
> > And you don't need to be "root" for that.
> >
> >
> I tried your example and it gave me nothing I understand. It is
> possible I will never know what cairo does.
Argh, Karl, don't pretend you're stupid. You asked to learn about what
updates do, not what the packages itself contain. To display a package
description at a low level, run this
instead (or the short options, see "man rpm"):
rpm --query --info cairo
Example:
$ rpm -qi cairo | tail -7
Cairo is a vector graphics library designed to provide high-quality
display and print output. Currently supported output targets include
the X Window System, OpenGL (via glitz), in-memory image buffers, and
image files (PDF, PostScript, and SVG). Cairo is designed to produce
identical output on all output media while taking advantage of display
hardware acceleration when available (e.g. through the X Render
Extension or OpenGL).
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list