Bug 3024 - Library mjpegutils doesn't exists
Summary: Library mjpegutils doesn't exists
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: mjpegtools-devel (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-22 15:10 MSD by Kachalov Anton
Modified: 2005-07-13 15:45 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kachalov Anton 2003-09-22 15:10:11 MSD
[mouse@mouse]$ mjpegtools-config --libs
-lmjpegutils

[mouse@mouse]$ rpm -ql mjpegtools-devel|grep mjpegutils|wc -l
0

only mjpegtools-devel-libs have mjpegutils static lib: ls mjpegtools-* | xargs
rpm -qlp | grep mjpegutils
/usr/lib/libmjpegutils.a

version is 1.6.1.90-alt1
Comment 1 Yuri N. Sedunov 2003-09-22 16:32:55 MSD
1) package mjpegtools-devel-libs doesn't exist (see your bug description)
2) only static version of libmjpegutils exists.
3) not a bug, see XFree86-static-libs for example.
Comment 2 Kachalov Anton 2003-09-22 17:06:08 MSD
You must add requires for mjpegtools-static-libs or add mjpegutils shared lib to
mjpegtools-devel if it possible.
Comment 3 Yuri N. Sedunov 2003-09-22 18:04:49 MSD
$ rpm -qp --lastchange mjpegtools-1.6.1.90-alt2.src.rpm
* Пнд Сен 22 2003 Yuri N. Sedunov <aris@altlinux.ru> 1.6.1.90-alt2

- mjpegtools-devel requires mjpegtools-static-libs (fix #3024).