alarm-clock-applet / alarm-clock

Alarm Clock is a fully-featured alarm clock for use with an AppIndicator implementation.
https://alarm-clock-applet.github.io
GNU General Public License v2.0
118 stars 31 forks source link

Won't build on Centos/Mate #197

Closed edgreenberg closed 1 year ago

edgreenberg commented 4 years ago

Running Centos 7 with Mate Desktop (Mate is a fork of Gnome 2.)

Configure fails with

checking for GTK... yes
checking for GSTREAMER... no
configure: error: Package requirements (gstreamer-1.0) were not met:

No package 'gstreamer-1.0' found

I have a whole bunch of gstreamer and gstreamer1 packages

PackageKit-gstreamer-plugin.x86_64       1.1.10-1.el7.centos          @anaconda 
gstreamer.x86_64                         0.10.36-7.el7                @anaconda 
gstreamer-plugins-bad-free.x86_64        0.10.23-23.el7               @anaconda 
gstreamer-plugins-base.x86_64            0.10.36-10.el7               @anaconda 
gstreamer-plugins-good.x86_64            0.10.31-13.el7               @anaconda 
gstreamer-tools.x86_64                   0.10.36-7.el7                @anaconda 
gstreamer1.x86_64                        1.10.4-2.el7                 @anaconda 
gstreamer1-plugins-bad-free.x86_64       1.10.4-3.el7                 @anaconda 
gstreamer1-plugins-bad-free-gtk.x86_64   1.10.4-3.el7                 @base     
gstreamer1-plugins-base.x86_64           1.10.4-2.el7                 @anaconda 
gstreamer1-plugins-good.x86_64           1.10.4-2.el7                 @anaconda 
gstreamer1-plugins-ugly-free.x86_64      1.10.4-3.el7                 @anaconda 
tatokis commented 1 year ago

Perhaps a bit late now, but you need -devel packages to build software. In this case, it's probably gstreamer1-devel.