mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-28 06:16:04 +00:00
Fedora fixes for ffmpeg.
This commit is contained in:
parent
f4f9c828f4
commit
ef8b9e2092
@ -97,6 +97,8 @@ else()
|
|||||||
add_definitions(-DFFMPEG_DECODER)
|
add_definitions(-DFFMPEG_DECODER)
|
||||||
add_subdirectory(src/plugins/ffmpegdecoder)
|
add_subdirectory(src/plugins/ffmpegdecoder)
|
||||||
add_dependencies(musikcube ffmpegdecoder)
|
add_dependencies(musikcube ffmpegdecoder)
|
||||||
|
include_directories("/usr/include/ffmpeg")
|
||||||
|
include_directories("/usr/local/include/ffmpeg")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# some versions of Ubuntu ship with a taglib binary that is missing some
|
# some versions of Ubuntu ship with a taglib binary that is missing some
|
||||||
|
@ -8,9 +8,8 @@ Summary: A cross-platform, terminal-based audio engine, library, player and serv
|
|||||||
Source0: https://github.com/clangen/musikcube/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/clangen/musikcube/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Packager: David Muckle <dvdmuckle@dvdmuckle.xyz>
|
Packager: David Muckle <dvdmuckle@dvdmuckle.xyz>
|
||||||
BuildRequires: gcc-c++ cmake boost-devel libogg-devel libvorbis-devel flac-devel faad2-devel ncurses-devel zlib-devel alsa-lib-devel pulseaudio-libs-devel openssl-devel libcurl-devel libmicrohttpd-devel lame-devel libev-devel taglib-devel make
|
BuildRequires: gcc-c++ cmake boost-devel libogg-devel libvorbis-devel ffmpeg-devel ncurses-devel zlib-devel alsa-lib-devel pulseaudio-libs-devel openssl-devel libcurl-devel libmicrohttpd-devel lame-devel libev-devel taglib-devel make
|
||||||
Requires: boost libogg libvorbis flac ncurses zlib alsa-lib pulseaudio-libs openssl libcurl libmicrohttpd lame libev taglib
|
Requires: boost libogg libvorbis ffmpeg-libs ncurses zlib alsa-lib pulseaudio-libs openssl libcurl libmicrohttpd lame libev taglib
|
||||||
Recommends: faad2
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user