mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
Added documentation to the SPEC file. Currently it seems that a lot of documentation is built but not installed howev...
Original commit message from CVS: Added documentation to the SPEC file. Currently it seems that a lot of documentation is built but not installed however, including the images.
This commit is contained in:
parent
8a14dad222
commit
2d768fee50
1 changed files with 7 additions and 2 deletions
|
@ -35,7 +35,6 @@ plugins.
|
|||
%{_libdir}/gst/libgstelements*.so*
|
||||
%{_libdir}/gst/libgsttypes*.so*
|
||||
%{_libdir}/gst/libgststaticautoplug*.so*
|
||||
%{_libdir}/gst/libgststaticautoplugrender*.so*
|
||||
%{_libdir}/gst/libgstcontrol*.so*
|
||||
%{_libdir}/gst/libgstbytestream*.so*
|
||||
%{_libdir}/gst/libgstgetbits*.so*
|
||||
|
@ -70,8 +69,13 @@ applications and plugins for GStreamer.
|
|||
%{_libdir}/libgstreamer.la
|
||||
%{_libdir}/libgstreamer.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_datadir}/gst/html/gstreamer/*
|
||||
%{_datadir}/gst/html/gstreamer-libs/alphaomega
|
||||
|
||||
%changelog
|
||||
* Sat Mar 2 2002 Christian Schaller <Uraeus@linuxrising.org>
|
||||
- Added documentation to build
|
||||
|
||||
* Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
||||
- added libgstbasicscheduler
|
||||
- renamed libgst to libgstreamer
|
||||
|
@ -148,7 +152,8 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
|
|||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir} \
|
||||
--with-configdir=/etc/gstreamer \
|
||||
--disable-tests --disable-examples --disable-debug-color
|
||||
--disable-tests --disable-examples --disable-debug-color \
|
||||
--enable-docs-build
|
||||
if [ "$SMP" != "" ]; then
|
||||
(make "MAKE=make -k -j $SMP"; exit 0)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue