From a362dd96b0d60c5b205f3fef4b5144126ec54c3e Mon Sep 17 00:00:00 2001 From: quan74 Date: Sat, 7 Oct 2006 00:41:13 +0000 Subject: [PATCH] add gst decoder to spec - TODO: add buildcond stuff git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@26387 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- emotion.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emotion.spec.in b/emotion.spec.in index 423cfdc..f086a68 100644 --- a/emotion.spec.in +++ b/emotion.spec.in @@ -56,6 +56,7 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT %{_libdir}/libemotion.so.* %{_bindir}/emotion_* %{_libdir}/emotion/emotion_decoder_xine.a +%{_libdir}/emotion/emotion_decoder_gstreamer.a #%{_libdir}/xine/plugins/*/xineplug_vo_out_emotion.a %{_datadir}/emotion @@ -68,6 +69,8 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT %{_libdir}/libemotion.la %{_libdir}/emotion/emotion_decoder_xine.la %{_libdir}/emotion/emotion_decoder_xine.so +%{_libdir}/emotion/emotion_decoder_gstreamer.la +%{_libdir}/emotion/emotion_decoder_gstreamer.so #%{_libdir}/xine/plugins/*/xineplug_vo_out_emotion.so #%{_libdir}/xine/plugins/*/xineplug_vo_out_emotion.la %{_includedir}/Emotion* -- 2.7.4