mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
update spec file and add missing subdirs in Makefile.am
Original commit message from CVS: update spec file and add missing subdirs in Makefile.am
This commit is contained in:
parent
7ac077828f
commit
c35f3328b4
2 changed files with 7 additions and 2 deletions
|
@ -5,5 +5,5 @@ else
|
|||
DIRECTFB_DIR=
|
||||
endif
|
||||
|
||||
SUBDIRS= $(DIRECTFB_DIR) app switch
|
||||
DIST_SUBDIRS= directfb app switch
|
||||
SUBDIRS= $(DIRECTFB_DIR) app switch scaletempo
|
||||
DIST_SUBDIRS= directfb app switch scaletempo
|
||||
|
|
|
@ -111,6 +111,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/gstreamer-%{majorminor}/libgstaiffparse.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstdccp.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstpcapparse.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsmux.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstscaletempoplugin.so
|
||||
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappbuffer.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsink.h
|
||||
|
@ -145,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
@USE_WILDMIDI_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstwildmidi.so
|
||||
|
||||
%changelog
|
||||
* Mon Sep 1 2008 Christian Schaller <christian.schaller at collabora dot co uk>
|
||||
- Add tsmux and scaletempo plugins
|
||||
|
||||
* Fri May 2 2008 Christian Schaller <christian.schaller at collabora dot co uk>
|
||||
- Add Wildmidi plugin
|
||||
|
||||
|
|
Loading…
Reference in a new issue