Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312276 Details for
Bug 456118
Fork gstreamer-plugins-base to remove dependencies
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
spec file changes
changes.txt (text/plain), 2.38 KB, created by
Daniel Drake
on 2008-07-21 16:20:09 UTC
(
hide
)
Description:
spec file changes
Filename:
MIME Type:
Creator:
Daniel Drake
Created:
2008-07-21 16:20:09 UTC
Size:
2.38 KB
patch
obsolete
>--- F-9/gstreamer-plugins-base.spec 2008-04-18 09:14:31.000000000 -0400 >+++ OLPC-3/gstreamer-plugins-base.spec 2008-07-17 11:47:57.000000000 -0400 >@@ -1,3 +1,5 @@ >+%define minimal_build 1 >+ > %define gstreamer gstreamer > %define majorminor 0.10 > >@@ -5,7 +7,7 @@ > > Name: %{gstreamer}-plugins-base > Version: 0.10.19 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: GStreamer streaming media framework base plug-ins > > Group: Applications/Multimedia >@@ -60,6 +62,9 @@ > %configure \ > --with-package-name='Fedora gstreamer-plugins-base package' \ > --with-package-origin='http://download.fedora.redhat.com/fedora' \ >+%if %{minimal_build} == 1 >+ --disable-cdparanoia \ >+%endif > --disable-gtk-doc \ > --enable-experimental \ > --disable-static >@@ -77,6 +82,12 @@ > rm -f $RPM_BUILD_ROOT%{_libdir}/*.a > rm -f $RPM_BUILD_ROOT%{_libdir}/*.la > >+%if %{minimal_build} == 1 >+# Remove gst-visualise because it requires perl >+rm -f $RPM_BUILD_ROOT%{_bindir}/gst-visualise-%{majorminor} >+rm -f $RPM_BUILD_ROOT%{_mandir}/man1/gst-visualise-%{majorminor}* >+%endif >+ > # Install the docs by hand, see http://bugzilla.gnome.org/show_bug.cgi?id=349099 > mkdir -p $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/gst-plugins-base-libs-0.10/ > cp -ar docs/libs/html/ $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/gst-plugins-base-libs-0.10/ >@@ -92,9 +103,11 @@ > %defattr(-, root, root) > %doc AUTHORS COPYING README REQUIREMENTS > >+%if %{minimal_build} == 0 > # helper programs > %{_bindir}/gst-visualise-%{majorminor} > %{_mandir}/man1/gst-visualise-%{majorminor}* >+%endif > > # libraries > %{_libdir}/libgstinterfaces-%{majorminor}.so.* >@@ -134,7 +147,9 @@ > > # base plugins with dependencies > %{_libdir}/gstreamer-%{majorminor}/libgstalsa.so >+%if %{minimal_build} == 0 > %{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so >+%endif > %{_libdir}/gstreamer-%{majorminor}/libgstgnomevfs.so > %{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so > %{_libdir}/gstreamer-%{majorminor}/libgstogg.so >@@ -249,6 +264,10 @@ > %doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor} > > %changelog >+* Thu Jul 17 2008 - Daniel Drake <dsd@laptop.org> - 0.10.19-3 >+- Disable cdparanoia >+- Manully remove a perl script to not bring in dependencies >+ > * Fri Apr 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.19-2 > - Add patch to avoid sync problems in the ALSA sink when a specific > track has both playback and record flags
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 456118
: 312276