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 313566 Details for
Bug 458085
Review Request: nes_ntsc - Provides a NES NTSC video filtering library
[?]
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.
diff between original dribble spec0.2.0 and this spec.
nes_ntsc.spec.diff (text/plain), 3.95 KB, created by
David Timms
on 2008-08-06 14:11:39 UTC
(
hide
)
Description:
diff between original dribble spec0.2.0 and this spec.
Filename:
MIME Type:
Creator:
David Timms
Created:
2008-08-06 14:11:39 UTC
Size:
3.95 KB
patch
obsolete
>--- nes_ntsc-0.2.0-1.drb7.src/nes_ntsc.spec 2008-07-31 00:16:54.000000000 +1000 >+++ nes_ntsc.spec 2008-08-07 00:05:49.000000000 +1000 >@@ -1,22 +1,23 @@ > %define libname lib%{name}.so > >-Name: nes_ntsc >-Version: 0.2.0 >-Release: 1%{?dist} >-Summary: Provides NES NTSC video filtering >- >-Group: System Environment/Libraries >-License: LGPL >-URL: http://www.slack.net/~ant/libs/ntsc.html >-Source0: http://www.slack.net/~ant/libs/%{name}-%{version}.zip >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >-BuildRequires: SDL-devel >+Name: nes_ntsc >+Version: 0.2.2 >+Release: 1%{?dist} >+Summary: Provides a NES NTSC video filtering library >+ >+Group: System Environment/Libraries >+License: LGPLv2+ >+URL: http://www.slack.net/~ant/libs/ntsc.html >+Source0: http://blargg.fileave.com/libs/%{name}-%{version}.zip >+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) >+BuildRequires: SDL-devel > > %description >-NES NTSC video filter. Pixel artifacts and color mixing play an important role >-in NES graphics. Accepts pixels in native 6-bit NES palette format, or a 9-bit >-format that includes the three color emphasis bits in PPU register $2001. Can >-also output an RGB palette for use in a regular blitter >+NES NTSC video filter library. Pixel artifacts and color mixing play an >+important role in NES games console graphics. Accepts pixels in native 6-bit >+NES palette format, or a 9-bit format that includes the three color emphasis >+bits in PPU register $2001. Can also output an RGB palette for use in a >+regular blitter > > > %package devel >@@ -39,18 +40,21 @@ > %prep > %setup -q > # Some location cleanups >-sed -i 's/\"SDL.h\"/\<SDL\/SDL.h\>/' demo.c >-sed -i 's/\"nes.raw\"/\"\/usr\/share\/nes_ntsc\/nes.raw\"/' demo.c >+sed -i 's/\"SDL.h\"/\<SDL\/SDL.h\>/' demo_impl.h >+sed -i 's/\"test.bmp\"/\"\/usr\/share\/nes_ntsc\/test.bmp\"/' demo.c >+# mod EOL{dos}->EOL{unix} >+%{__sed} -i 's/\r//' *.txt > > > %build > # Compile library, link and give it an soname > gcc -c $RPM_OPT_FLAGS -fPIC %{name}.c >-gcc $RPM_OPT_FLAGS -shared -Wl,-soname,%{libname}.0 -o %{libname}.0.2.0 %{name}.o >+gcc $RPM_OPT_FLAGS -shared -Wl,-soname,%{libname}.0 -o %{libname}.0.2.2 %{name}.o > > # Make symlinks now as they are needed >-ln -s %{libname}.0.2.0 %{libname}.0 >-ln -s %{libname}.0.2.0 %{libname} >+ln -s %{libname}.0.2.2 %{libname}.0 >+ln -s %{libname}.0.2.2 %{libname}.0.2.0 >+ln -s %{libname}.0.2.2 %{libname} > > # Compile demos > gcc $RPM_OPT_FLAGS benchmark.c -o nes_ntsc_benchmark -L. -lnes_ntsc -lm >@@ -67,19 +71,22 @@ > > # Install test roms and examples > cp -a tests %{buildroot}%{_datadir}/%{name} >-install -pm 0644 nes.raw %{buildroot}%{_datadir}/%{name} >+install -pm 0644 test.bmp %{buildroot}%{_datadir}/%{name} > > # Install lib and symlinks >-install -pm 0755 %{libname}.0.2.0 %{buildroot}%{_libdir} >+install -pm 0755 %{libname}.0.2.2 %{buildroot}%{_libdir} > mv %{libname}.0 %{buildroot}%{_libdir} >+mv %{libname}.0.2.0 %{buildroot}%{_libdir} > mv %{libname} %{buildroot}%{_libdir} > > # Install demos >-install -m0755 nes_ntsc_benchmark %{buildroot}%{_bindir} >-install -m0755 nes_ntsc_demo %{buildroot}%{_bindir} >+install -p -m0755 nes_ntsc_benchmark %{buildroot}%{_bindir} >+install -p -m0755 nes_ntsc_demo %{buildroot}%{_bindir} > > > %post -p /sbin/ldconfig >+ >+ > %postun -p /sbin/ldconfig > > >@@ -91,7 +98,8 @@ > %defattr(-,root,root,-) > %{_libdir}/%{libname}.0 > %{_libdir}/%{libname}.0.2.0 >-%doc changes.txt LGPL.txt >+%{_libdir}/%{libname}.0.2.2 >+%doc changes.txt license.txt > > > %files devel >@@ -109,5 +117,10 @@ > > > %changelog >-* Sun Oct 29 2006 Ian Chapman <packages@amiga-hardware.com> 0.2.0-1%{?dist} >+* Wed Aug 6 2008 David Timms <iinet.net.au@dtimms> 0.2.2-1 >+- update ex dribble spec to new release @ new url >+- meet fedora license guidelines >+- mod sed patches to suit new source filenames >+ >+* Sun Oct 29 2006 Ian Chapman <packages@amiga-hardware.com> 0.2.0-1 > - Initial Release
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 Raw
Actions:
View
Attachments on
bug 458085
: 313566