Updated shlibs

Updated template for mplayer. Now using xvid
Updated ogmrip. Removed useless lines and add mplayer to depends
(makedepend mplayer is needed for building)
Updated wxWidgets. Now using unicode
This commit is contained in:
grauehaare 2014-04-10 23:15:11 +02:00
parent bb7ee7e4cf
commit b59fd390a5
4 changed files with 34 additions and 16 deletions

View File

@ -1485,13 +1485,13 @@ libaio.so.1 libaio-0.3.109_1
libofx.so.6 libofx-0.9.9_2
libsigsegv.so.2 libsigsegv-2.10_2
libfprint.so.0 libfprint-0.5.1_1
libwx_gtk2_adv-2.8.so.0 wxWidgets-2.8.12_1
libwx_base_xml-2.8.so.0 wxWidgets-2.8.12_1
libwx_gtk2_html-2.8.so.0 wxWidgets-2.8.12_1
libwx_gtk2_aui-2.8.so.0 wxWidgets-2.8.12_1
libwx_gtk2_core-2.8.so.0 wxWidgets-2.8.12_1
libwx_base_net-2.8.so.0 wxWidgets-2.8.12_1
libwx_base-2.8.so.0 wxWidgets-2.8.12_1
libwx_gtk2_adv-2.8.so.0 wxWidgets-2.8.12_3
libwx_base_xml-2.8.so.0 wxWidgets-2.8.12_3
libwx_gtk2_html-2.8.so.0 wxWidgets-2.8.12_3
libwx_gtk2_aui-2.8.so.0 wxWidgets-2.8.12_3
libwx_gtk2_core-2.8.so.0 wxWidgets-2.8.12_3
libwx_base_net-2.8.so.0 wxWidgets-2.8.12_3
libwx_base-2.8.so.0 wxWidgets-2.8.12_3
libmspack.so.0 libmspack-0.4alpha_1
libslim.so.1.3.6 slim-1.3.6_1
libmozjs-24.so mozjs24-24.2.0_1
@ -1541,3 +1541,21 @@ libOgreRTShaderSystem.so.1.9.0 libogre-1.9.0_1
libOgreVolume.so.1.9.0 libogre-1.9.0_1
libOgreOverlay.so.1.9.0 libogre-1.9.0_1
libglut.so.3 libfreeglut-2.8.1_1
libwx_baseu_xml-2.8.so.0 wxWidgets-2.8.12_3
libwx_baseu-2.8.so.0 wxWidgets-2.8.12_3
libwx_gtk2u_richtext-2.8.so.0 wxWidgets-2.8.12_3
libwx_gtk2u_html-2.8.so.0 wxWidgets-2.8.12_3
libwx_gtk2u_aui-2.8.so.0 wxWidgets-2.8.12_3
libwx_gtk2u_adv-2.8.so.0 wxWidgets-2.8.12_3
libwx_gtk2u_xrc-2.8.so.0 wxWidgets-2.8.12_3
libwx_gtk2u_qa-2.8.so.0 wxWidgets-2.8.12_3
libwx_baseu_net-2.8.so.0 wxWidgets-2.8.12_3
libwx_gtk2u_core-2.8.so.0 wxWidgets-2.8.12_3
libogmrip-gtk.so.1 ogmrip-1.0.0_1
libogmdvd.so.1 ogmrip-1.0.0_1
libogmjob.so.1 ogmrip-1.0.0_1
libogmrip-mplayer.so.1 ogmrip-1.0.0_1
libogmrip.so.1 ogmrip-1.0.0_1
libogmrip-lavc.so.1 ogmrip-1.0.0_1
libogmdvd-gtk.so.1 ogmrip-1.0.0_1

View File

@ -29,7 +29,7 @@ makedepends="videoproto libudev-devel>=183 libpng-devel>=1.6
gnutls-devel>=3.1.5 taglib-devel libmatroska-devel libmpcdec-devel libproxy-devel
libcdio-devel libdvdnav-devel libsysfs-devel libusb-compat-devel libass-devel
sqlite-devel librsvg-devel libtheora-devel speex-devel pulseaudio-devel
libmodplug-devel libva-devel v4l-utils-devel"
libmodplug-devel libva-devel v4l-utils-devel xvidcore-devel"
conf_files="
/etc/mplayer/input.conf
/etc/mplayer/codecs.conf"

View File

@ -1,18 +1,18 @@
# Template file for 'ogmrip'
pkgname=ogmrip
version=1.0.0
revision=1
short_desc="Application and ripping and encoding DVD into AVI, OGM, MP4, or Matroska"
maintainer="Martin Riese <grauehaare@gmx.de>"
license="LGPL-2"
homepage="http://ogmrip.sourceforge.net/en/index.html"
distfiles="${SOURCEFORGE_SITE}/ogmrip/ogmrip/1.0/${version}/ogmrip-${version}.tar.gz"
checksum="6848a622152a62899b6e876e70ec36df1af7be9803b8b9c809ed631196bc18cc"
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="glib-devel enca-devel libxml2-devel libdvdread-devel mplayer gtk+ vorbis-tools lame-devel libtheora-devel GConf-devel libglade-devel libnotify-devel dbus-glib-devel enchant-devel libpng-devel tiff-devel xvidcore-devel x264-devel"
depends="mplayer"
makedepends="glib-devel enca-devel libxml2-devel libdvdread-devel
gtk+ vorbis-tools lame-devel libtheora-devel GConf-devel
libglade-devel libnotify-devel dbus-glib-devel enchant-devel
libpng-devel tiff-devel xvidcore-devel x264-devel mplayer"

View File

@ -1,8 +1,7 @@
# Template file for 'wxWidgets'
pkgname="wxWidgets"
version="2.8.12"
revision=2
revision=3
build_style=gnu-configure
short_desc="Cross-Platform GUI Library"
maintainer="Martin Riese <grauehaare@gmx.de>"
@ -12,6 +11,7 @@ hostmakedepends="pkg-config"
makedepends="gtk+-devel libjpeg-turbo-devel tiff-devel libSM-devel libXinerama-devel libmspack-devel"
distfiles="${SOURCEFORGE_SITE}/wxwindows/${version}/${pkgname}-${version}.tar.bz2"
checksum="3b0ac1d2d017683851841501c8e1b744b97242d684a1668ded61809b0504f707"
configure_args="--enable-unicode"
wxWidgets-devel_package() {
conflicts="wxGTK-devel>=0"