Skip to content

Commit

Permalink
add libgstreamer0.10-0 (and plugins) to debian dependencies
Browse files Browse the repository at this point in the history
Required for Debian Sid and Ubuntu 16.04
  • Loading branch information
jjallaire committed Jan 25, 2016
1 parent 68a50ff commit 7c05a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/linux/CMakeLists.txt
Expand Up @@ -66,8 +66,8 @@ elseif(RSTUDIO_DESKTOP)
set(RPM_POSTINST postinst-desktop.sh.in)
set(RPM_POSTRM postrm-desktop.sh.in)

# depend on libjpeg62 (for Qt 4.8 jpeg plugin)
set(RSTUDIO_DEBIAN_DEPENDS "libjpeg62, libedit2, ")
# deb dependencies
set(RSTUDIO_DEBIAN_DEPENDS "libjpeg62, libedit2, libgstreamer0.10-0, libgstreamer-plugins-base0.10-0, ")

# rpm dependencies
set(RSTUDIO_RPM_DEPENDS "gstreamer, gstreamer-plugins-base, ")
Expand Down

0 comments on commit 7c05a6f

Please sign in to comment.