How To Install sms_ntsc on Fedora 34

sms_ntsc is Provides an SMS NTSC video filtering library Provides an SMS NTSC video filtering library

Introduction

In this tutorial we learn how to install sms_ntsc on Fedora 34.

What is sms_ntsc

Sega Master System NTSC video filter library. Reproduces the significant artifacts on the vertical edges of some colors that occur when colours, and the general color mixing that occur when graphics are rendered via an NTSC video connection to a television. Accepts pixels in 16-bit RGB or 12-bit BGR (native Game Gear palette format). It can also output an RGB palette for use in a regular blitter. sms_ntsc 0.2.3 24.fc34 x86_64 26 k sms_ntsc-0.2.3-24.fc34.src.rpm fedora Provides an SMS NTSC video filtering library http LGPLv2+ Sega Master System NTSC video filter library. Reproduces the significant artifacts on the vertical edges of some colors that occur when colours, and the general color mixing that occur when graphics are rendered via an NTSC video connection to a television. Accepts pixels in 16-bit RGB or 12-bit BGR (native Game Gear palette format). It can also output an RGB palette for use in a regular blitter.

We can use yum or dnf to install sms_ntsc on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install sms_ntsc.

Install sms_ntsc on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install sms_ntsc using dnf by running the following command:

sudo dnf -y install sms_ntsc

Install sms_ntsc on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install sms_ntsc using yum by running the following command:

sudo yum -y install sms_ntsc

How To Uninstall sms_ntsc on Fedora 34

To uninstall only the sms_ntsc package we can use the following command:

sudo dnf remove sms_ntsc

sms_ntsc Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/646100a5f0c409660f08d66cafc1b9abb52ccd
/usr/lib64/libsms_ntsc.so.0
/usr/lib64/libsms_ntsc.so.0.2.3
/usr/share/doc/sms_ntsc
/usr/share/doc/sms_ntsc/changes.txt
/usr/share/doc/sms_ntsc/license.txt
/usr/lib/.build-id
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/08cf4695bb7a58b5a7cae72b17daf77e9fee71
/usr/lib/libsms_ntsc.so.0
/usr/lib/libsms_ntsc.so.0.2.3
/usr/share/doc/sms_ntsc
/usr/share/doc/sms_ntsc/changes.txt
/usr/share/doc/sms_ntsc/license.txt

References

Summary

In this tutorial we learn how to install sms_ntsc on Fedora 34 using yum and dnf.