--- /usr/portage/media-sound/banshee/banshee-1.7.4.ebuild 2010-08-31 15:44:15.000000000 +0400 +++ /home/maks/maksbotan-overlay/media-sound/banshee/banshee-1.7.5.ebuild 2010-09-03 17:30:27.000000000 +0400 @@ -14,19 +14,25 @@ #BANSHEE_V2=$(get_version_component_range 2) #[[ $((${BANSHEE_V2} % 2)) -eq 0 ]] && RELTYPE=stable || RELTYPE=unstable #SRC_URI="http://download.banshee-project.org/${PN}/${RELTYPE}/${PV}/${PN}-1-${PV}.tar.bz2" -SRC_URI="http://download.banshee-project.org/${PN}/stable/${PV}/${PN}-1-${PV}.tar.bz2" +SRC_URI="http://download.banshee-project.org/${PN}/unstable/${PV}/${PN}-1-${PV}.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+aac +cdda boo daap doc +encode ipod karma mtp podcast test web youtube" +IUSE="+aac +cdda boo daap doc +encode ipod karma mtp podcast test web youtube +hal udev" # Hal is required until upstream bug 612616 is solved RDEPEND=">=dev-lang/mono-2.4.3 gnome-base/gnome-settings-daemon x11-themes/gnome-icon-theme sys-apps/dbus - sys-apps/hal + hal? ( sys-apps/hal ) + udev? ( dev-dotnet/gtk-sharp-beans + dev-dotnet/gio-sharp + dev-dotnet/gudev-sharp + dev-dotnet/gkeyfile-sharp + ) >=dev-dotnet/gtk-sharp-2.12 >=dev-dotnet/gconf-sharp-2.24.0 >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1 @@ -95,9 +101,9 @@ sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ || die "sed failed" - epatch "${FILESDIR}/${P}-fix-gdu-build.patch" - epatch "${FILESDIR}/${P}-make-webkit-optional.patch" - epatch "${FILESDIR}/${P}-fix-collisions.patch" + #epatch "${FILESDIR}/${P}-fix-gdu-build.patch" + #epatch "${FILESDIR}/${P}-make-webkit-optional.patch" + #epatch "${FILESDIR}/${P}-fix-collisions.patch" AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \ eautoreconf } @@ -110,7 +116,7 @@ --with-gconf-schema-file-dir=/etc/gconf/schemas --with-vendor-build-id=Gentoo/${PN}/${PVR} --enable-gapless-playback - --disable-gio --disable-gst-sharp + --disable-gst-sharp --disable-torrent --disable-shave" @@ -121,10 +127,14 @@ $(use_enable mtp) \ $(use_enable daap) \ $(use_enable ipod) \ + $(use_enable ipod appledevice) \ $(use_enable podcast) \ $(use_enable karma) \ $(use_enable web webkit) \ $(use_enable youtube) \ + $(use_enable hal) \ + $(use_enable udev gio) \ + $(use_enable udev gio-hardware) \ ${myconf} }