summaryrefslogtreecommitdiff
path: root/mplayer
AgeCommit message (Collapse)AuthorFiles
2004-10-08merged mplayer and mplayer-w100 into oneMarcin Juszkiewicz7
BKrev: 4166e42aCwMQKx1NsKLjVXfLQMwXfg
2004-10-02apply do_install patch from Brian NeltnerPhil Blundell1
BKrev: 415e8cd1rMPIeal5EU8coCAb5sl8Gg
2004-09-28fix contributed by meekan01, thanks!Holger Schurig1
BKrev: 4159b99fJEJysbEgSZDP_9I8nk0T-A
2004-09-26libpostproc in the correct place now.Tim Ansell2
BKrev: 4156fccfVFlZLq2v2ifzbWI-wyvb0g
2004-09-26mplayer will now produce a libpostproc which is needed by ffmpeg and vlcTim Ansell2
BKrev: 4156f00dTreLFshg-i3a6bDbybWDMg
2004-09-26SDL now works for the non w100 mplayer versionTim Ansell3
BKrev: 4156ebf2yhfpWgyEDqBjN6Ux_kwPfQ
2004-09-24Merge bk://openembedded@openembedded.bkbits.net/packagesBruno Randolf1
into null.(none):/data/mtx/oe/oe.write/packages 2004/09/24 22:43:29+09:30 mithis.com!mithro Added sharp-aticore to depends BKrev: 41541fc2FRek6KLPAErJup6jOPie0Q
2004-09-24Merge bk://openembedded@openembedded.bkbits.net/packagesTim Ansell3
into mithis.com:/cc/packages 2004/09/24 22:25:17+09:30 mithis.com!mithro Moved it back into working because it compiles and works. BKrev: 415419876Cz_qiJqEaL8I0sgCy6CTA
2004-09-24Merge bk://openembedded@openembedded.bkbits.net/packagesChris Lord5
into chris.(none):/home/cwiiis/oe/packages 2004/09/24 22:12:50+09:30 mithis.com!mithro Working mplayer which uses the w100 vidix driver. BKrev: 4154181exwDpZri1n7fC1jg_GwfqtA
2004-09-24Merge bk://openembedded@openembedded.bkbits.net/packagesTim Ansell4
into mithis.com:/cc/packages 2004/09/24 22:08:22+09:30 mithis.com!mithro PXA now builds devinfo module now too. BKrev: 41541565xAw7P5kdqFmCkOCJ5X7FFA
2004-09-23move unparseable mplayer.oe into nonworking to avoid oemake problemsPhil Blundell3
BKrev: 415339f8_tSavikNjHzhrMQP71nWKA
2004-09-23Merge http://openembedded.bkbits.net:8080/packagesTim Ansell3
into mithis.com:/cc/packages 2004/09/24 03:52:40+09:30 mithis.com!mithro Samba now builds smbmount needed because busybox doesn't support samba's mountdata 2004/09/24 03:50:33+09:30 mithis.com!mithro DEPENDS = readline SRC_URI := "http://samba.mirror.ac.uk/samba/ftp/samba-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1" S := ${WORKDIR}/${P}/source PACKAGES =+ "libsmbclient libsmbclient-dev " FILES_libsmbclient = "${libdir}/libsmbclient.so.*" FILES_libsmbclient-dev = "${libdir}/libsmbclient.so ${includedir}" inherit autotools EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \ --without-ads --without-automount --with-smbmount' do_configure_prepend () { ./script/mkversion.sh if [ ! -e acinclude.m4 ]; then cat aclocal.m4 > acinclude.m4 fi } do_install_append() { mv ${D}${libdir}/libsmbclient.so ${D}${libdir}/libsmbclient.so.0 ln -sf libsmbclient.so.0 ${D}${libdir}/libsmbclient.so rm -f ${D}${bindir}/*.old rm -f ${D}${sbindir}/*.old } do_stage() { install -m 0644 include/libsmbclient.h ${STAGING_INCDIR} oe_libinstall -C bin -a -so libsmbclient ${STAGING_LIBDIR} } BKrev: 415314cdvI01YLoue_fhH8eWM6d0dw